﻿/*MergedForFirstTheme.css/* MERGED VERSION OF MAIN.CSS - MAIN.UI.CSS - ADDONS.CSS */

/* MAIN.UI.CSS */
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}
/* end clearfix */
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Tahoma&fwDefault=bold&fsDefault=12px&cornerRadius=5px&bgColorHeader=E2F2FB&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=E2F2FB&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=4BA7D5&iconColorDefault=666666&bgColorHover=4BA7D5&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=4BA7D5&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=FC3A54&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=FC3A54&fcActive=ffffff&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=FC3A54&fcHighlight=FC3A54&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
*/


/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Tahoma;
    font-size: 12px;
}

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Tahoma;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff url(../../_img/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #444444;
}

    .ui-widget-content a {
        color: #444444;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e2f2fb url(../../_img/ui/ui-bg_highlight-soft_50_e2f2fb_1x100.png) 50% 50% repeat-x;
    color: #444444;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #444444;
    }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 3px solid #ebebeb;
    background: #ebebeb;
    outline: none;
    color: #2F4F4F;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        text-decoration: none;
        outline: none;
    }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 5px solid #e2f2fb;
    background: url(../../_img/ui/ui-bg_highlight-soft_25_4ba7d5_1x100.png) 50% 50% repeat-x;
    color: #ffffff;
    outline: none;
}

    .ui-state-hover a, .ui-state-hover a:hover {
        color: #ffffff;
        text-decoration: none;
        outline: none;
    }

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #fc3a54;
    background: #fc3a54 url(../../_img/ui/ui-bg_flat_65_fc3a54_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
    outline: none;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #ffffff;
        outline: none;
        text-decoration: none;
    }


.side-agenda-calendar .ui-state-hover {
    border: none;
    background: none;
}


/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #fc3a54;
    background: #ffffff url(../../_img/ui/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
    color: #fc3a54;
}

    .ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
        color: #fc3a54;
    }

.ui-state-error, .ui-widget-content .ui-state-error {
    border: 1px solid #ff0084;
    background: #ffffff url(../../_img/ui/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

    .ui-state-error a, .ui-widget-content .ui-state-error a {
        color: #222222;
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text {
    color: #222222;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../../_img/ui/ui-icons_ff0084_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(../../_img/ui/ui-icons_ff0084_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../../_img/ui/ui-icons_0073ea_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../../_img/ui/ui-icons_666666_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(../../_img/ui/ui-icons_ffffff_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(../../_img/ui/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../../_img/ui/ui-icons_0073ea_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../../_img/ui/ui-icons_ff0084_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.ui-corner-right {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
    background: #eeeeee url(../../_img/ui/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
    opacity: .80;
    filter: Alpha(Opacity=80);
}

.ui-widget-shadow {
    margin: -4px 0 0 -4px;
    padding: 4px;
    background: #aaaaaa url(../../_img/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .60;
    filter: Alpha(Opacity=60);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
/* Resizable
----------------------------------*/
.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0px;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0px;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0px;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0px;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}
/* Dialog
----------------------------------*/
.ui-dialog {
    position: relative;
    padding: .2em;
    width: 300px;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .5em .3em .3em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0 .2em;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane button {
            float: right;
            margin: .5em .4em .5em 0;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            line-height: 1.4em;
            width: auto;
            overflow: visible;
        }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
/* Slider
----------------------------------*/
.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }
/* Tabs
----------------------------------*/
.ui-tabs {
    padding: .2em;
    zoom: 1;
}

    .ui-tabs .ui-tabs-nav {
        list-style: none;
        position: relative;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            position: relative;
            float: left;
            border-bottom-width: 0 !important;
            margin: 0 .2em -1px 0;
            padding: 0;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                text-decoration: none;
                padding: .5em 1em;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                padding-bottom: 1px;
                border-bottom-width: 0;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
            }
    /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
    .ui-tabs .ui-tabs-panel {
        padding: 1em 1.4em;
        display: block;
        border-width: 0;
        background: none;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }
/* Datepicker
----------------------------------*/
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            float: left;
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
        float: right;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display: /**/ block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/* Progressbar
----------------------------------*/
.ui-progressbar {
    height: 2em;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }































.ui-widget-overlay {
    background: #000;
    opacity: .60;
    filter: Alpha(Opacity=60);
}

.ui-dialog {
    position: relative;
    padding: 120px 0 0 0;
    width: 630px;
    margin-top: -60px;
}

    .ui-dialog .ui-dialog-content {
        border: 0;
        padding: 0;
        background: none;
        overflow: auto;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 0;
        background-image: none;
        margin: 0 0 0 0;
        padding: 0;
    }

    .ui-dialog .ui-dialog-titlebar {
        display: none;
    }

.ui-widget-content {
    border: none;
    background: none;
}


#modal-loading-bar {
}

    #modal-loading-bar .modal-loading-title {
        text-align: center;
        overflow: hidden;
        height: 100%;
        padding: 15px 20px 15px 20px;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        background: #ffffff;
    }

    #modal-loading-bar .modal-loading-content {
        padding: 15px 0px;
        text-align: center;
        background: #ffffff;
    }

        #modal-loading-bar .modal-loading-content span {
            display: inline-block;
            margin: 0px auto;
            background: unset !important;
            padding-left: 20px;
        }

/*.type_yellow #modal-loading-bar .modal-loading-title{background:#f2c133;}
.type_default #modal-loading-bar .modal-loading-title{background:#ff3d55;}
.type_blue #modal-loading-bar .modal-loading-title{background:#5fbdc7;}*/


/*Veripark*/
.modal-dialog-container.type-form_default .modal-dialog-top {
    background: url(../../_img/modal/big_top.png?v1.12) no-repeat left -45px;
    font-size: 0px;
    line-height: 0px;
    height: 15px;
}

.modal-dialog-container.type-form_default .modal-dialog-content {
    background: url(../../_img/modal/big_cont_bg.png) repeat-y;
    padding: 0px 8px;
}

.modal-dialog-container.type-form_default .modal-dialog-bottom {
    background: url(../../_img/modal/big_bot.png) no-repeat;
    font-size: 0px;
    line-height: 0px;
    height: 16px;
}

div.type-form_yellow .modal-dialog-top {
    background: url(../../_img/modal/big_top.png?v1.12) no-repeat left -45px;
    font-size: 0px;
    line-height: 0px;
    height: 15px;
}

div.type-form_yellow .modal-dialog-content {
    background: url(../../_img/modal/big_cont_bg.png) repeat-y;
    padding: 0px 8px;
}

div.type-form_yellow .modal-dialog-bottom {
    background: url(../../_img/modal/big_bot.png) no-repeat;
    font-size: 0px;
    line-height: 0px;
    height: 16px;
}

.modal-dialog-container .modal-dialog-close-link {
    position: absolute;
    right: 0px;
    top: 90px;
    display: block;
    width: 26px;
    height: 27px;
    cursor: pointer;
    background: url(../../_img/modal/close_darkblue.png?v1.13) no-repeat;
}

.modal-dialog-container.type-form_blue .modal-dialog-top {
    background: url(../../_img/modal/big_top.png?v1.12) no-repeat left -45px;
    font-size: 0px;
    line-height: 0px;
    height: 15px;
}

.modal-dialog-container.type-form_blue .modal-dialog-content {
    background: url(../../_img/modal/big_cont_bg.png) repeat-y;
    padding: 0px 8px;
}

.modal-dialog-container.type-form_blue .modal-dialog-bottom {
    background: url(../../_img/modal/big_bot.png) no-repeat;
    font-size: 0px;
    line-height: 0px;
    height: 16px;
}
/*END Veripark*/


.modal-dialog-container {
    width: 630px;
}

    .modal-dialog-container .modal-dialog-top {
        background: none;
        font-size: 0px;
        line-height: 0px;
        height: 0px;
    }

    .modal-dialog-container .modal-dialog-content {
        /*background: url(../../_img/modal/cont_bg.png) repeat-y;*/
        background: none;
        /*padding: 0px 8px;*/
        padding: 0;
    }

    .modal-dialog-container .modal-dialog-bottom {
        /*background: url(../../_img/modal/bot.png) no-repeat;*/
        background: none;
        font-size: 0px;
        line-height: 0px;
        /*height: 16px;*/
        height: 0;
    }


#modal.type_yellow .modal-dialog-top {
    /*background: url(../../_img/modal/top.png?v1.12) no-repeat left -45px;*/
    background: none;
    height: 0px;
}

#modal.type_blue .modal-dialog-top {
    background: url(../../_img/modal/top.png?v1.12) no-repeat left -45px;
}

#modal.type-form_yellow .modal-dialog-top {
    background: url(../../_img/modal/big_top.png?v1.12) no-repeat left -45px;
}
/*Veripark*/



#modal.type_yellow .modal-dialog-close-link {
    background: url(../../_img/modal/close_darkblue.png?v1.13) no-repeat;
}

/*Veripark put for error page close upper button*/
#modal.type_red .modal-dialog-close-link {
    background: url(../../_img/modal/close_darkblue.png?v1.13) no-repeat;
}

#modal.type_blue .modal-dialog-close-link {
    display: none;
}


.ui-datepicker {
    background: url("../../_img/ui/ui-bg_highlight-hard_100_f2f5f7_1x100.png") repeat-x scroll 50% top #F2F5F7;
    border: 1px solid #DDDDDD;
    color: #362B36;
    font-size: 12px;
    z-index: 703;
}
/* END OF MAIN.UI.CSS */


/* ADDONS.CSS */
.sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
}

.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt;
    padding: 0pt;
    overflow: auto;
    letter-spacing: 0px;
    float: none;
}

.js-enabled .custom-selectbox {
    position: absolute;
    left: -10000px;
    top: -10000px;
}

.magic-custom-selectbox-list-container {
    position: relative;
    z-index: 1000000000;
}

.magic-custom-selectbox.error {
    background: url(../_img/err/magic_selectbox_min_bg.png?v01) no-repeat left top;
}

    .magic-custom-selectbox.error .magic-custom-selectbox-content {
        background: url(../_img/err/magic_selectbox_bg.png?v01) no-repeat right top;
    }

    .magic-custom-selectbox.error.csb-now-active .magic-custom-selectbox-content {
        background: url(../_img/err/magic_selectbox_bg.png?v01) no-repeat right -46px;
    }

    .magic-custom-selectbox.error .magic-custom-selectbox-container-wrapper {
        border-right-color: red !important;
        border-left-color: red !important;
        border-top-color: red !important;
        border-bottom-color: red !important;
        /*background: url(../_img/err/magic_selectbox_cnt_mini_bg.png) no-repeat left bottom;*/
    }

    .magic-custom-selectbox.error .magic-custom-selectbox-container {
        /*background: url(../_img/err/magic_selectbox_cnt_bg.png) no-repeat right bottom;*/
    }

.magic-custom-selectbox {
    background: url(../../_img/magic_selectbox_min_bg.png?v01) no-repeat left top transparent;
    padding-left: 10px;
    width: 100%;
    color: #414042;
    position: relative;
    z-index: 702;
    text-align: left;
    float: left;
    margin: -2px 0;
}

    .magic-custom-selectbox.closed {
        z-index: 701;
    }

    .magic-custom-selectbox .magic-custom-selectbox-content {
        background: url(../../_img/magic_selectbox_bg.png?v01) no-repeat right top transparent;
        position: relative;
        padding-right: 23px;
        height: 35px;
    }

    .magic-custom-selectbox.csb-now-active .magic-custom-selectbox-content {
        background: url(../../_img/magic_selectbox_bg.png?v01) no-repeat right -46px;
    }

    .magic-custom-selectbox .magic-custom-selectbox-click {
        position: absolute;
        width: 32px;
        height: 35px;
        right: 0px;
        top: 0px;
        cursor: pointer;
        display: block;
    }

    .magic-custom-selectbox .magic-custom-selectbox-title a {
        display: block;
        padding: 10px 15px 10px 0;
        overflow: hidden;
        height: 100%;
        color: #8f8f8f;
        white-space: nowrap;
    }

    .magic-custom-selectbox.error-combo .magic-custom-selectbox-title a {
        color: Red;
    }

    .magic-custom-selectbox .magic-custom-selectbox-container-wrapper {
        margin-left: -10px;
        position: absolute;
        padding-left: 8px;
        margin-top: -25px;
        display: none;
        font-size: 11px;
        z-index: 701;
        border-left: 1px solid #c5c5c5;
        border-right: 1px solid #c5c5c5;
        border-bottom: 1px solid #c5c5c5;
        background: #fff;
    }

    .magic-custom-selectbox .magic-custom-selectbox-container {
        padding-right: 10px;
        /*background:url(../../_img/magic_selectbox_cnt_bg.png?v01) no-repeat right bottom transparent;*/
        padding-bottom: 15px;
    }


        .magic-custom-selectbox .magic-custom-selectbox-container a.list-item {
            display: block;
            padding: 5px 2px;
            overflow: hidden;
            color: #414042;
        }

            .magic-custom-selectbox .magic-custom-selectbox-container a.list-item:hover,
            .magic-custom-selectbox .magic-custom-selectbox-container a.list-item.hover-elm {
                background: #d6ebf6;
            }

            .magic-custom-selectbox .magic-custom-selectbox-container a.list-item.active, .magic-custom-selectbox .magic-custom-selectbox-container a.list-item.active .bakiye {
                background: #b1dbff;
            }

    .magic-custom-selectbox .magic-custom-selectbox-search {
        padding: 0px 0px 10px;
        margin-bottom: 5px;
        border-bottom: 1px solid #c5c5c5;
    }

        .magic-custom-selectbox .magic-custom-selectbox-search input {
            font-size: 11px;
            color: #8f8f8f;
            border: 1px solid #c5c5c5;
            padding: 4px;
            font-weight: bold;
        }

    .magic-custom-selectbox .custom-error-container {
        color: #FF3D55;
        display: none;
    }

    .magic-custom-selectbox span.hesap {
        float: left;
        width: 60%;
        white-space: nowrap;
    }

    .magic-custom-selectbox span.bakiye {
        float: right;
        color: #2697ac;
        background-color: white;
        font-weight: bold;
    }

    .magic-custom-selectbox .magic-custom-selectbox-search {
    }

.multi-combo .magic-custom-selectbox {
    float: left;
    margin-right: 3px;
}

.magic-custom-selectbox.error-combo {
    background: url(../../_img/err/magic_selectbox_bg.png?v01) no-repeat left top;
}

    .magic-custom-selectbox.error-combo .magic-custom-selectbox-content {
        background: url(../../_img/err/magic_selectbox_bg.png?v01) no-repeat right top;
    }

    .magic-custom-selectbox.error-combo .csb-now-active .magic-custom-selectbox-content {
        /*background: url(../../_img/err/magic_selectbox_bg.png) no-repeat right -46px;*/
    }

    .magic-custom-selectbox.error-combo .magic-custom-selectbox-container-wrapper {
        border-right-color: red !important;
        border-left-color: red !important;
        border-top-color: red !important;
        border-bottom-color: red !important;
        /*background: url(../../_img/err/magic_selectbox_cnt_mini_bg.png) no-repeat left bottom;*/
    }

    .magic-custom-selectbox.error-combo .magic-custom-selectbox-container {
        /*background: url(../../_img/err/magic_selectbox_cnt_bg.png) no-repeat right bottom;*/
    }


.blue-placeholder {
    background: none;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 11px;
    margin-top: 15px;
}

.blue-placeholder-content {
    background: #DEDEDE;
    padding: 4px 20px 5px;
    zoom: 1;
}

.blue-info {
    background: url(../../_img/icon/blue-info.gif) no-repeat left top;
    padding-left: 50px;
}

    .blue-info table tr td {
        padding: 3px 0px;
        color: #2697ac;
        font-size: 12px;
    }

span.mini-blue-label {
    display: block;
    padding-top: 10px;
}

table.normal {
    color: #414042;
}

    table.normal tr td {
        padding: 3px 0px 7px 0px;
        vertical-align: top;
    }

table.mini-blue {
    background: #c6eff7;
}

    table.mini-blue tr td {
        font-size: 11px;
        vertical-align: middle;
        padding: 3px 0px;
    }



.form-type-white {
    padding: 10px 0px; /*border-bottom:1px solid #d1e9ec;*/
    color: #414042;
}

.form-type-white-title {
    display: block;
    font-size: 17px;
    color: #ed1c24;
    padding-left: 30px;
    margin: 0 0 10px 0;
    font-family: 'segoe_uisemibold';
}

.form-type-white-title-plain {
    display: block;
    padding: 0px 20px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d1e9ec;
    font-size: 11px;
    font-weight: bold;
    color: #FF3D55;
    background: url(../../_img/title_ico.png) no-repeat left bottom;
}

.form-type-white-title-modal {
    display: block;
    padding: 0px 20px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d1e9ec;
}

.form-type-white-content {
    padding: 0px 0px;
}

.form-type-white.no-border {
    border-bottom: none;
    padding-bottom: 0px;
}

.form-type-white .field-section-title {
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
}

.form-type-white legend {
    border: 1px solid #dedede;
}

.form-type-branch {
    padding-left: 100px;
    width: 585px;
}

.message_yellow_container {
    width: 567px;
    height: 71px;
    padding-top: 5px;
    margin-top: 10px;
}

.message_yellow_left {
    background-image: url(../../_img/uyari_03.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 71px;
    float: left;
    position: relative;
}

.message_yellow_center {
    background-image: url(../../_img/uyari_04.gif);
    background-repeat: repeat-x;
    width: 547px;
    height: 71px;
    float: left;
    position: relative;
}

.message_yellow_right {
    background-image: url(../../_img/uyari_06.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 71px;
    float: left;
    position: relative;
}

.yellow_icon {
    background-image: url(../../_img/message_icon.png);
    margin: 14px;
    float: left;
    position: relative;
    width: 42px;
    height: 42px;
}

.yellow_text {
    float: left;
    position: relative;
    width: 440px;
    height: 42px;
    font-family: "Myriad Pro";
    font-size: 14px;
    color: #805601;
    margin: 18px 0 0 0;
}

.blue-bordered-cnt { /*background:url(../_img/blue-bordered-cnt-top.png) no-repeat; padding-top:5px; margin-top:10px;*/
}

    .blue-bordered-cnt .blue-bordered-cnt-txt { /*background:url(../_img/blue-bordered-cnt-bot.png) no-repeat left bottom; padding-bottom:5px;*/
    }

    .blue-bordered-cnt .blue-bordered-cnt-content { /*border-left:2px solid #dbf5f9; border-right:2px solid #dbf5f9; padding:0px 5px;*/
    }

.blue-bordered-modal-cnt { /*background:url(../_img/modal/modal-blue-bordered-cnt-top.png) no-repeat; padding-top:5px; margin-top:10px;*/
}

    .blue-bordered-modal-cnt .blue-bordered-modal-cnt-txt { /*background:url(../_img/modal/modal-blue-bordered-cnt-bot.png) no-repeat left bottom; padding-bottom:5px;*/
    }

    .blue-bordered-modal-cnt .blue-bordered-modal-cnt-content { /*border-left:2px solid #dbf5f9; border-right:2px solid #dbf5f9; padding:0px 5px;*/
    }

.blue-bordered-cnt-content-border {
    border: 1px solid #DEDEDE;
}

    .blue-bordered-cnt-content-border div.gbc-content {
        padding-left: 0px;
        padding-right: 0px;
    }

        .blue-bordered-cnt-content-border div.gbc-content table.form-table {
            margin-top: 0;
        }

/*.gbc-container
{
	padding: 1px 0px;
}
*/
.gbc-container .not-first {
    margin-top: 2px;
}
/*
.gbc-container .gbc-tl
{
	background: #E2F2FB url(../../_img/gbc-sprite.png) 0 0 no-repeat;
	display: block;
	height: 5px;
	font-size: 0px;
	line-height: 0px;
}
.gbc-container .gbc-tr
{
	background: url(../../_img/gbc-sprite.png) 100% 0 no-repeat;
	height: 5px;
	width: 5px;
	float: right;
	font-size: 0px;
	line-height: 0px;
}
.gbc-container .gbc-bl
{
	background: #E2F2FB url(../../_img/gbc-sprite.png) 0 100% no-repeat;
	display: block;
	height: 5px;
	font-size: 0px;
	line-height: 0px;
}
.gbc-container .gbc-br
{
	background: url(../../_img/gbc-sprite.png) 100% 100% no-repeat;
	height: 5px;
	width: 5px;
	float: right;
	font-size: 0px;
	line-height: 0px;
}*/
/*.gbc-container .gbc-tl {background:#E2F2FB url(../../_img/gbc-tl.png) no-repeat; padding-left:5px; display:block;height:5px; font-size:0px; line-height:0px;}
.gbc-container .gbc-tr {background:url(../../_img/gbc-tr.png) no-repeat; height:5px; width:5px; float:right; font-size:0px; line-height:0px;}
.gbc-container .gbc-bl {background:#E2F2FB url(../../_img/gbc-bl.png) no-repeat; padding-left:5px; display:block;height:5px; font-size:0px; line-height:0px;}
.gbc-container .gbc-br {background:url(../../_img/gbc-br.png) no-repeat; height:5px; width:5px; float:right; font-size:0px; line-height:0px;}*/
.gbc-container .gbc-content {
    /*padding: 10px;
	background: #E2F2FB;*/
    padding: 0 23px 0 24px;
}

.calculateButton {
    vertical-align: middle !important;
}

    .calculateButton > span {
        padding-right: 45px;
    }

.gbc-container .gbc-content-plain {
    padding-left: 5px;
    background: #E2F2FB;
}

.activity-check {
    position: relative;
}

table.listing-accounts thead tr td,
table.listing-accounts thead tr th {
    font-size: 12px;
    color: #fff;
    background: #b8b8b8;
    font-family: 'segoe_uiregular';
    font-weight: normal;
    padding: 8px 4px 8px 5px;
    border-bottom: 1px solid #fff;
}

    table.listing-accounts thead tr th a {
        color: #fff;
    }

table.listing-accounts tbody tr td {
    font-size: 11px;
    background: #dedede;
    border-bottom: 1px solid #f9f9f9;
    font-family: 'segoe_uiregular';
    color: #7b7878;
    padding: 10px 5px 10px 5px;
}

    table.listing-accounts tbody tr td.gridGroupHeader {
        color: #3b96ca;
        font-size: 12px; /*Veripark*/
        background: #EEF8FD;
        border-bottom: 1px solid #CBD9E1;
        border-top: 1px solid #CBD9E1;
        padding-left: 20px;
    }

table.listing-accounts thead tr td.first-row,
table.listing-accounts thead tr th.first-row {
    border-bottom: 1px solid #fff;
}

table.listing-accounts tbody tr {
    cursor: pointer;
}

table.listing-accounts tr td,
table.listing-accounts tr th {
    padding: 6px 6px 6px 0px;
    color: #414042;
    vertical-align: middle;
}

    table.listing-accounts tr td.ar,
    table.listing-vertical tr td.ar {
        text-align: right;
    }

    table.listing-accounts tr td input {
        padding: 0px;
        margin: 0px;
        border: none;
    }


table.listing-accounts thead tr.tbl-hover {
    cursor: pointer;
}

    table.listing-accounts thead tr.tbl-hover td,
    table.listing-accounts thead tr.tbl-hover th { /*color:#2697AC; background:#E2F2FB;*/
    }

/*Veripark*/
.table-noneCursor {
    cursor: default !important;
}
/*Veripark*/

table.listing-accounts tbody tr td span.lbl-iban {
    color: #292929;
    display: block;
}

table.listing-accounts tbody tr.row-negative td span.lbl-iban {
    color: Red;
}


table.listing-accounts tbody tr.row-even td {
    background: #DEDEDE;
}

    table.listing-accounts tbody tr.row-even td span.lbl-iban {
    }

/*Veripark*/
table.listing-accounts tfoot tr.row-even td {
    background: #DEDEDE;
}

table.listing-accounts tfoot tr.row-odd td {
    background: #EBE9E9;
}

/*Veripark*/

.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    -ms-word-wrap: break-word;
    -ms-word-break: break-all;
}

error-grid {
    border-color: red;
    border-width: 1px;
    width: 100%;
}

table.listing-accounts tbody tr td a {
    color: #414042;
}

table.listing-accounts tbody tr.tbl-hover td a {
    color: #ff3d55;
}

table.listing-accounts tbody tr.row-negative td a {
    color: red;
}

table.listing-accounts thead tr th.headerSortDown a {
    background: url(../../_img/icon/arr_down.gif) no-repeat right center;
    padding-right: 10px;
    color: #FFFFFF;
}

table.listing-accounts thead tr th.headerSortUp a {
    background: url(../../_img/icon/arr_up.gif) no-repeat right center;
    padding-right: 10px;
    color: #FFFFFF;
}

table.listing-accounts tr.tbl-hover td { /*color:#ff3d55; background:#d6ebf6;*/
}

table.listing-accounts tbody tr.row-even.tbl-hover td {
    /*color: #ff3d55;
	background: #d6ebf6;*/
}


table.listing-accounts tr.tbl-hover td span,
table.listing-accounts tbody tr.tbl-hover td span.lbl-iban { /*color:#ff3d55;*/
}


table.listing-accounts tr.row-negative td span,
table.listing-accounts tbody tr.row-negative td,
table.listing-accounts tbody tr.row-negative td span.lbl-iban {
    color: red;
}

table.listing-accounts tr td.col-radio {
    padding: 22px,0,0,5px;
    text-align: center;
    width: 35px;
    vertical-align: middle;
}

table.listing-accounts tr.row-selected td { /*background:#fff;*/
}

    table.listing-accounts tr.row-selected td.col-radio {
        background: #d6ebf6;
        vertical-align: middle;
    }

table.listing-accounts thead tr.row-selected td {
    background: #e0f3fa;
}

table.listing-accounts tr td.negative {
    color: red;
}

table.listing-accounts tbody tr th {
    font-size: 11px;
    padding-top: 0px;
    border-bottom: 1px solid #CBD9E1; /*Veripark*/
    font-weight: normal; /*Veripark*/
    color: #2697AC;
}

table.listing-accounts tr.row-odd td, table.listing-accounts tr.row-odd th {
    background: #EBE9E9;
}

table.listing-accounts tr.row-even td, table.listing-accounts tr.row-even th {
    background: #DEDEDE;
}


/* Veripark listing-accounts-NonSortable*/
table.listing-accounts-NonSortable thead tr td,
table.listing-accounts-NonSortable thead tr th {
    font-size: 12px;
    color: #fff;
    background: #b8b8b8;
    ;
    font-family: 'segoe_uiregular';
    font-weight: normal;
    padding: 8px 4px 8px 5px;
    border-bottom: 1px solid #fff;
}

    table.listing-accounts-NonSortable thead tr th a {
        color: #fff;
    }

table.listing-accounts-NonSortable tbody tr td {
    font-size: 11px;
    background: #dedede;
    border-bottom: 1px solid #f9f9f9;
    font-family: 'segoe_uiregular';
    color: #7b7878;
    padding: 10px 4px 10px 5px;
}

table.listing-accounts-NonSortable thead tr td.first-row,
table.listing-accounts-NonSortable thead tr th.first-row {
    border-bottom: 1px solid #fff;
}

table.listing-accounts-NonSortable tbody tr {
    cursor: pointer;
}

table.listing-accounts-NonSortable tr td,
table.listing-accounts-NonSortable tr th {
    padding: 6px 6px 6px 0px;
    color: #414042;
    vertical-align: middle;
}

    table.listing-accounts-NonSortable tr td.ar,
    table.listing-vertical-NonSortable tr td.ar {
        text-align: right;
    }

    table.listing-accounts-NonSortable tr td input {
        padding: 0px;
        margin: 0px;
        border: none;
    }

table.listing-accounts-NonSortable thead tr.tbl-hover td,
table.listing-accounts-NonSortable thead tr.tbl-hover th { /*color:#2697AC; background:#E2F2FB;*/
}

table.listing-accounts-NonSortable tbody tr td span.lbl-iban {
    color: #292929;
    display: block;
}

table.listing-accounts-NonSortable tbody tr.row-negative td, table.listing-accounts-NonSortable tbody tr.row-negative td span.lbl-iban {
    color: Red;
}

table.listing-accounts-NonSortable tbody tr.row-even td {
    background: #DEDEDE;
}

    table.listing-accounts-NonSortable tbody tr.row-even td span.lbl-iban {
    }

table.listing-accounts-NonSortable tbody tr td a {
    color: #414042;
}

table.listing-accounts-NonSortable tbody tr.tbl-hover td a { /*color:#ff3d55;*/
}

table.listing-accounts-NonSortable tbody tr.row-negative td a {
    color: red;
}

table.listing-accounts-NonSortable tr.tbl-hover td { /*color:#ff3d55; background:#d6ebf6;*/
}

table.listing-accounts-NonSortable tbody tr.row-even.tbl-hover td {
    /*color: #ff3d55;
	background: #d6ebf6;*/
}

table.listing-accounts-NonSortable tr.tbl-hover td span,
table.listing-accounts-NonSortable tbody tr.tbl-hover td span.lbl-iban { /*color:#ff3d55;*/
}


table.listing-accounts-NonSortable tr.row-negative td span,
table.listing-accounts-NonSortable tbody tr.row-negative td,
table.listing-accounts-NonSortable tbody tr.row-negative td span.lbl-iban {
    color: red;
}

table.listing-accounts-NonSortable tr td.col-radio {
    text-align: center;
    width: 35px;
    vertical-align: middle;
}

table.listing-accounts-NonSortable tr.row-selected td.col-radio {
    background: #d6ebf6;
    vertical-align: middle;
}

table.listing-accounts-NonSortable tr td.negative {
    color: red;
}
/* Veripark */

.warn-placeholder {
    width: 584px;
    padding-top: 5px;
    margin: 15px 0px;
}

    .warn-placeholder .warn-placeholder-bot {
        padding-bottom: 5px;
    }

    .warn-placeholder .warn-placeholder-txt {
        padding: 10px 15px;
        overflow: hidden;
        height: 100%;
    }

    .warn-placeholder span.heading {
        display: block;
        font-size: 24px;
        font-weight: bold;
    }

    .warn-placeholder.success {
        background: url(../../_img/msg/warn-success-top.png) no-repeat;
    }

        .warn-placeholder.success .warn-placeholder-bot {
            background: url(../../_img/msg/warn-success-bot.png?v01) no-repeat left bottom;
        }

        .warn-placeholder.success .warn-placeholder-txt {
            background: url(../../_img/msg/warn-success-cnt.png) repeat-y;
        }

        .warn-placeholder.success span.heading {
            color: #23709d;
        }

    .warn-placeholder.error {
        background: url(../../_img/msg/warn-error-top.png) no-repeat;
    }

        .warn-placeholder.error .warn-placeholder-bot {
            background: url(../../_img/msg/warn-error-bot.png) no-repeat left bottom;
        }

        .warn-placeholder.error .warn-placeholder-txt {
            background: url(../../_img/msg/warn-error-cnt.png) repeat-y;
        }

        .warn-placeholder.error span.heading {
            color: #23709d;
        }

    .warn-placeholder.warn {
    }

        .warn-placeholder.warn .warn-placeholder-bot {
        }

        .warn-placeholder.warn .warn-placeholder-txt {
        }

        .warn-placeholder.warn span.heading {
            color: #23709d;
        }

.minicont { /*background:url(../_img/msg/minicont-top.png) no-repeat;*/
    padding-top: 5px;
    margin: 10px 10px 10px 0;
    border-top: 1px solid #e5e5e5;
    background-color: #f1f1f1;
}

    .minicont .minicont-bot { /*background:url(../_img/msg/minicont-bot.png) no-repeat left bottom;*/
        padding-bottom: 5px;
    }

    .minicont .minicont-txt { /*border-left:2px solid #F1F9F5; border-right:2px solid #F1F9F5; background:#F5FBF8;*/
        padding: 5px 10px;
        overflow: hidden;
    }

        .minicont .minicont-txt td.label {
            font-size: 14px;
            color: #2d6586;
            font-weight: bold;
        }

            .minicont .minicont-txt td.label label {
                font-size: 12px;
            }


/* New finish page classses*/
.greycont {
    width: 585px;
    background: #f4f4f4;
    padding-top: 7px;
    /*margin: 25px 0;*/
    margin: 25px auto 25px auto;
}

    .greycont.narrow {
        margin: 0 23px;
        width: auto;
    }

.greycont-bot {
    width: 585px;
    /*background:url(../../_img/msg/msg-rounds.png) -616px bottom no-repeat;*/
    padding-bottom: 7px;
}

.greycont-txt {
    padding: 0 23px;
    /*border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background: #f5f5f5 url(../../_img/msg/msg-grad.png) repeat-x scroll 0 0;*/
    color: #292929;
    width: 569px;
}

    .greycont-txt a {
        color: #292929;
        font-family: 'segoe_uiregular';
        font-weight: bold;
        font-size: 12px;
    }

.greycont-msg {
    width: 436px;
    padding: 30px 100px 30px 0;
}

.errormsg .greycont-txt h4 {
    color: #23709d;
}

.successmsg .greycont-txt h4 {
    color: #23709d;
}

.greycont-txt h4 {
    font-size: 14px;
    padding: 0 0 8px 0;
}

.errormsg .greycont-msg {
    background: transparent url(../../_img/msg/red-error-icon.png?v1.12) no-repeat scroll right 50%;
}

.successmsg .greycont-msg {
    background: transparent url(../../_img/msg/blue-success-icon.png?v1.13) no-repeat scroll right 50%;
}

.successmsg .savesucess {
    background: transparent url(../../_img/msg/save_item.png) no-repeat scroll right 50%;
}

.blue-successmsg .greycont-txt {
    color: #23709d;
}

.green-successmsg .greycont-txt {
    color: #23709d;
}

.yellow-errormsg .greycont-txt {
    color: #23709d;
}

.red-errormsg .greycont-txt {
    color: #23709d;
}

.blue-successmsg .greycont-msg {
    background-image: url(../../_img/msg/blue-success-icon.png?v1.13);
}

.green-successmsg .greycont-msg {
    background: transparent url(../../_img/msg/blue-success-icon.png?v1.13) no-repeat scroll right 50%;
}

.yellow-errormsg .greycont-msg {
    background-image: url(../../_img/msg/red-error-icon.png?v1.12);
}

.red-errormsg .greycont-msg {
    background-image: url(../../_img/msg/red-error-icon.png?v1.12);
}

.blocklink {
    display: block;
    padding: 13px 0 13px 70px;
    line-height: 15px;
}

    .blocklink span {
        display: block;
        background: transparent url(../../_img/msg/arr-h.gif?v01) no-repeat scroll right 50%;
    }

a.blocklink span {
    cursor: pointer;
}

.drawer-bot {
    /*background: transparent url(../../_img/msg/drawer-bottom.png) no-repeat scroll 0 bottom;
	width: 572px;
	padding-bottom: 12px;
	margin-left: 6px;*/
}

.hasdrawer {
    margin-bottom: 0;
}

    .hasdrawer .blocklink span {
        background: transparent url(../../_img/msg/arr-v.gif?v01) no-repeat scroll right 50%;
    }

.drawer-txt .field-label {
    color: #ff4a60;
    font-weight: bold;
}

.narrow .greycont-txt {
    padding: 0 0px;
    width: 556px;
}

.drawer-txt {
    /*border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	width: 540px;*/
    padding: 1px 15px 17px 15px;
    background: #fff;
}

.bl-dekont-icon .blocklink {
    background: transparent url(../../_img/msg/round-dekont.png?v01) no-repeat scroll 0 50%;
}

.bl-sms-icon .blocklink {
    background: transparent url(../../_img/msg/round-sms.png?v01) no-repeat scroll 0 50%;
}

.bl-bagis-icon .blocklink {
    background: transparent url(../../_img/msg/round-bagis.png?v01) no-repeat scroll 0 50%;
}

.bl-plus-icon .blocklink {
    background: transparent url(../../_img/msg/round-plus.png?v01) no-repeat scroll 0 50%;
}
/* New finish page classses*/

.list-container {
    padding: 0px 10px;
    margin-bottom: 10px;
}

table.listing-vertical tr td label {
    color: #414042; /*font-weight:bold;*/
}

table.listing-vertical tr td {
    padding: 5px 5px 5px 31px;
    color: #414042;
    vertical-align: top;
    font-family: 'segoe_uiregular';
    font-size: 14px;
}

table.listing-vertical tr.row-odd td {
    background: #EBE9E9;
}

.blue-bordered-cnt .list-container, .blue-bordered-modal-cnt .list-container {
    margin-bottom: 0px;
    padding: 0px;
}



table.valtop tr td {
    vertical-align: top;
}

table.valmid tr td {
    vertical-align: middle;
}

table.form-table {
    margin-top: 10px;
}

    table.form-table tr td {
        padding-top: 3px;
        padding-bottom: 8px;
        padding-right: 0px;
        padding-left: 0px;
        vertical-align: top;
        font-family: 'segoe_uiregular';
        font-size: 14px;
    }

    table.form-table tr.row-even {
        background-color: #DEDEDE;
    }

    table.form-table tr.row-odd {
        background-color: #EBE9E9;
    }

.gbc-content table.form-table tr td span {
    padding-left: 10px;
}

.gbc-content table.form-table tr td.field-label span {
    padding-left: 0px;
}

.gbc-content table.form-table tr td span.mini-blue-label {
    width: auto;
    width: 112px;
    padding-left: 0px;
}

table.form-table tr td label {
    padding-left: 30px;
}

.SessionRadio tr td label {
    padding-left: 5px !important;
}


table.form-table tr td label label {
    padding-left: 0px !important;
}


table.form-table tr td.field-label {
    padding-top: 10px;
    padding-left: 30px;
    width: 105px;
}

table.form-table tr td.field-label2 {
    padding-top: 10px;
    padding-left: 30px;
    width: 105px;
}

table.form-table tr td.field-label3 {
    padding-top: 10px;
    padding-left: 30px;
    width: 160px;
}

table.form-table tr td.field-label4 {
    padding-top: 10px;
    padding-left: 30px;
    width: 110px;
}

table.form-table tr td.field-label5 {
    padding-top: 10px;
    padding-left: 30px;
    width: 200px;
}

table.form-table tr td.field-label6 {
    padding-top: 10px;
    padding-left: 30px;
    width: 110px;
}

table.form-table tr td label.selected, table.form-table tr td label.selected .c-lightgrey {
    color: #ff3d55;
}

table.form-table2 {
    margin-top: 0px;
}

    table.form-table2 tr td {
        padding: 3px 0px 0px;
        vertical-align: top;
        font-family: 'segoe_uiregular';
        font-size: 14px;
    }

        table.form-table2 tr td.field-label {
            padding-top: 10px;
            padding-left: 30px;
            width: 105px;
        }

        table.form-table2 tr td.field-label2 {
            padding-top: 10px;
            padding-left: 30px;
            width: 107px;
        }

        table.form-table2 tr td.comboLabel {
            font-family: 'segoe_uiregular';
            color: #292929;
            font-size: 14px;
            padding: 0 0 0 40px;
            vertical-align: middle;
        }

        /*Veripark*/
        table.form-table2 tr td label.selected, table.form-table tr td label.selected .c-lightgrey {
            color: #ff3d55;
        }

table tr td.right-table {
    padding-left: 5px;
}

label.error-placeholder {
    color: #FF3D55;
    display: block;
    font-size: 11px;
}

.has-title-styles {
    font-style: italic;
    font-weight: normal;
    color: #dedede;
}

.blue-info-label {
    padding-left: 10px;
    width: 200px;
    color: #3b96ca !important;
    font-family: Tahoma !important;
    font-size: 10pt !important;
    font-weight: bold;
    position: relative;
    top: 7px;
}
/* input styles */


.input-txt {
    /*background:url(../_img/form/input_text_bg.png) no-repeat top left;
    padding-left:10px;*/
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1;
    /*outline:0;
    border:0;
    height:34px;*/
}

    .input-txt .input-txt-c {
        /*background:url(../_img/form/input_text_bg.png) no-repeat top right;
    display:inline-block;
    padding:4px 7px 4px 0px;
    height:26px;*/
        display: inline-block;
        border: 1px solid #c5c5c5;
        position: relative;
    }

        .input-txt .input-txt-c input {
            border: 0 none;
            font-size: 14px;
            color: #8f8f8f !important;
            line-height: 16px;
            padding: 6px 16px 5px 4px;
            background: #ffffff;
            font-family: Arial, Helvetica, sans-serif;
        }

.plain-input {
    font-size: 11px;
    font-family: Tahoma;
    color: #414042;
    font-weight: bold;
    border-color: #b2f2fb;
    border-style: solid;
}

.input-txt .input-txt-c input.has-title-styles {
    font-style: italic;
    font-weight: normal;
    color: #999999;
}

.input-txt .input-txt-c input.money {
    text-align: right;
}

input.money {
    text-align: right;
}

.input-txt.req .input-txt-c input {
    background: #ffffff url(../../_img/form/ico_req.png?v01) no-repeat center right;
}

    .input-txt.req .input-txt-c input.money {
        background: #ffffff url(../../_img/form/ico_req.png?v01) no-repeat center right -2px;
    }

.input-txt.active-state {
    background-position: left -40px;
}

    .input-txt.active-state .input-txt-c {
        background-position: right -40px;
    }

.input-txt.error-state {
    background: url(../../_img/alt/uyari_icon.png?v02) right no-repeat;
}

span.error-state {
    border: 0;
}

.input-txt.error-state .input-txt-c {
    border: 1px solid #ed1c24;
    background-position: right -80px;
    padding-right: 24px;
}

    .input-txt.error-state .input-txt-c input {
        color: Red;
    }

.input-txt .input-placeholder {
    display: block;
    position: absolute;
    left: 30px;
    top: 8px;
    font-style: italic;
    font-weight: normal;
    color: #dedede;
    z-index: 2
}

input[type=text]::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal {
    display: none;
}

/* resizable textarea */

.textarea-field {
    position: relative;
    display: inline-block;
    border: 2px solid #90c3e0;
}

    .textarea-field .txf-tl {
        position: absolute;
        top: -2px;
        left: -2px;
        width: 5px;
        height: 5px;
        background: url(../_img/form/txf-tl.png) no-repeat;
    }

    .textarea-field .txf-tr {
        position: absolute;
        top: -2px;
        right: -2px;
        width: 5px;
        height: 5px;
        background: url(../_img/form/txf-tr.png) no-repeat;
    }

    .textarea-field .txf-bl {
        position: absolute;
        bottom: -2px;
        left: -2px;
        width: 5px;
        height: 5px;
        background: url(../_img/form/txf-bl.png) no-repeat;
    }

    .textarea-field .txf-br {
        position: absolute;
        bottom: -2px;
        right: -2px;
        width: 5px;
        height: 5px;
        background: url(../_img/form/txf-br.png) no-repeat;
    }

    .textarea-field textarea {
        border: none;
        padding: 5px;
        font-family: Tahoma;
        font-size: 12px;
    }

    .textarea-field.active-textarea {
        background: #d6ebf6;
        border: 2px solid #3b96ca;
    }

        .textarea-field.active-textarea .txf-tl {
            background: url(../_img/form/txf-tl_s.png) no-repeat;
        }

        .textarea-field.active-textarea .txf-tr {
            background: url(../_img/form/txf-tr_s.png) no-repeat;
        }

        .textarea-field.active-textarea .txf-bl {
            background: url(../_img/form/txf-bl_s.png) no-repeat;
        }

        .textarea-field.active-textarea .txf-br {
            background: url(../_img/form/txf-br_s.png) no-repeat;
        }

        .textarea-field.active-textarea textarea {
            background: #d6ebf6;
        }

/* Veripark */
.input-txt .curreny-code {
    position: relative;
    top: -2px;
    margin-right: 4px;
    color: #8f8f8f;
}

.input-txt.error-state .curreny-code {
    /*margin-right: 39px;*/ /*Textbox 'ın genişlemesine neden oluyor*/
    color: #8f8f8f;
}
/* Veripark */
.input-txt .input-placeholder {
    display: block;
    position: absolute;
    left: 30px;
    top: 4px;
    font-style: italic;
    font-weight: normal;
    color: #999999;
}

.input-txt .input-placeholder-account {
    display: block;
    position: absolute;
    left: 3px;
    top: 4px;
    font-style: italic;
    font-weight: normal;
    color: #999999;
}

.input-txt.filter .input-placeholder {
    top: 8px;
    left: 8px;
}

/* icons for inputs */

.icon {
    display: inline-block;
    background: url(../../_img/icon/inputs.gif) no-repeat left top;
    padding-left: 18px;
}

    .icon.person {
        background-position: 2px 4px;
    }

    .icon.check {
        background-position: 2px -26px;
    }

    .icon.load {
        background-position: 2px -58px;
    }

    .icon.flag {
        background-position: 2px -90px;
    }

    .icon.calc {
        background-position: 2px -122px;
    }

    .icon.alert {
        background-position: 2px -154px;
    }

    .icon.tag {
        background-position: 2px -186px;
    }

    .icon.lock {
        background-position: 2px -218px;
    }

    .icon.zoom {
        background-position: 2px -250px;
    }

    .icon.star {
        background-position: 2px -282px;
    }

    .icon.heart {
        background-position: 2px -314px;
    }

    .icon.bubble {
        background-position: 2px -346px;
    }

    .icon.light {
        background-position: 2px -378px;
    }

    .icon.usd {
        background-position: 2px -410px;
    }

    .icon.good {
        background-position: 2px -442px;
    }

    .icon.image {
        background-position: 2px -474px;
    }

    .icon.calendar {
        background-position: 2px -506px;
    }

    .icon.mail {
        background-position: 2px -538px;
    }

    .icon.comment {
        background-position: 2px -570px;
    }

    .icon.card {
        background-position: 2px -602px;
    }

    .icon.world {
        background-position: 2px -634px;
    }

    .icon.case {
        background-position: 2px -666px;
    }

    .icon.wizard {
        background-position: 2px -698px;
    }

    .icon.photo {
        background-position: 2px -730px;
    }

    .icon.case2 {
        background-position: 2px -762px;
    }

    .icon.bubble2 {
        background-position: 2px -794px;
    }

    .icon.add {
        background-position: 2px -826px;
    }

    .icon.link {
        background-position: 2px -858px;
    }

    .icon.lock2 {
        background-position: 2px -890px;
    }

    .icon.earphone {
        background-position: 2px -922px;
    }

    .icon.tools {
        background-position: 2px -954px;
    }

    .icon.lcd {
        background-position: 2px -986px;
    }

    .icon.tag2 {
        background-position: 2px -1018px;
    }

    .icon.chart {
        background-position: 2px -1052px;
    }

    .icon.pound {
        background-position: 2px -1082px;
    }

    .icon.euro {
        background-position: 2px -1114px;
    }

    .icon.attach {
        background-position: 2px -1146px;
    }

    .icon.phone {
        background-position: 2px -1178px;
    }

    .icon.home {
        background-position: 2px -1210px;
    }

    .icon.edit {
        background-position: 2px -1242px;
    }

    .icon.key {
        background-position: 2px -1274px;
    }

    .icon.map {
        background-position: 2px -1306px;
    }

/* buttons */


.input-blue input, .input-red input, .input-yellow input, .input-negative input {
    cursor: pointer;
    border-style: none;
}

.input-blue {
    background: url(../../_img/form/button_bg.gif?v02) no-repeat left top;
    display: inline-block;
    padding-left: 15px;
}

    .input-blue input {
        background: url(../../_img/form/button_bg.gif?v02) no-repeat right top;
        padding: 7px 10px 8px 2px;
        font-size: 12px;
        color: #FFF;
        border: none;
        margin: 0px;
    }
/* conditional */
html.ie .input-blue input {
    overflow: visible;
    border: none;
}

html.safari .input-blue input {
    padding-top: 10px;
}

.hover-state .input-blue {
    background-position: left -40px;
}

    .hover-state .input-blue input {
        background-position: right -40px;
    }

.disabled-state .input-blue {
    background-position: left -160px;
    cursor: default;
    color: #FFF;
}

    .disabled-state .input-blue input {
        background-position: right -160px;
        cursor: default;
        color: #FFF;
    }

.input-red {
    background: url(../../_img/form/button_bg.gif?v02) no-repeat left top;
    display: inline-block;
    padding-left: 15px;
    margin-right: 4px;
}

    .input-red input {
        background: url(../../_img/form/button_bg.gif?v02) no-repeat right top;
        padding: 6px 25px 8px 2px;
        font-size: 12px;
        color: #FFF;
        border: none;
        margin: 0px;
    }

/* conditional */
html.ie .input-red input {
    overflow: visible;
}

html.safari .input-red input {
    padding-top: 10px;
}

.hover-state .input-red {
    background-position: left -40px;
    cursor: default;
}

    .hover-state .input-red input {
        background-position: right -40px;
    }

.disabled-state .input-red {
    background-position: left -160px;
    cursor: default;
    color: #FFF;
}

    .disabled-state .input-red input {
        background-position: right -160px;
        color: #FFF;
    }






.input-negative {
    background: url(../../_img/form/button_bg.gif?v02) no-repeat left -160px;
    display: inline-block;
    padding-left: 10px;
}

.confirmation-cancel {
    width: 72px !important;
    /*padding-right:3px;*/
}

.confirmation-cancel-sms {
    width: 54px !important;
}

span.confirmation-cancel input {
    padding-right: 19px;
}

.input-negative input {
    background: url(../../_img/form/button_bg.gif?v02) no-repeat right -160px;
    padding: 6px 10px 8px 2px;
    font-size: 12px;
    color: #FFF;
    border: none;
    margin: 0px;
    margin-bottom: 3px;
}

/* conditional */
html.ie .input-negative input {
    overflow: visible;
}

html.safari .input-negative input {
    padding-top: 10px;
}

.hover-state .input-negative {
    background-position: left -200px;
    cursor: default;
}

    .hover-state .input-negative input {
        background-position: right -200px;
    }

.disabled-state .input-negative {
    background-position: left -120px;
    cursor: default;
    color: #FFF;
}

    .disabled-state .input-negative input {
        background-position: right -120px;
        color: #FFF;
    }



.input-yellow {
    background: url(../../_img/form/button_bg.gif?v02) no-repeat left -320px;
    display: inline-block;
    padding-left: 15px;
}

    .input-yellow input {
        background: url(../../_img/form/button_bg.gif?v02) no-repeat right -320px;
        padding: 6px 22px 8px 2px;
        font-size: 12px;
        color: #FFF;
        border: none;
        margin: 0px;
    }

/* conditional */
html.ie .input-yellow input {
    overflow: visible;
}

html.safari .input-yellow input {
    padding-top: 10px;
}

.hover-state .input-yellow {
    background-position: left -360px;
    cursor: default;
}

    .hover-state .input-yellow input {
        background-position: right -360px;
    }

.disabled-state .input-yellow {
    background-position: left -120px;
    cursor: default;
    color: #FFF;
}

    .disabled-state .input-yellow input {
        background-position: right -120px;
        color: #FFF;
    }









.link-red input, .link-red a {
    cursor: pointer;
}

.link-container {
    background: url(../../_img/msg/link-red.gif) no-repeat left top;
    display: inline-block;
    padding-left: 12px;
}

.link-red {
    background: url(../../_img/msg/link-red.gif) no-repeat right top;
    padding: 7px 10px 7px 0px;
    color: #ff3d55;
    border: none;
    margin: 0px;
    display: inline-block;
    font-size: 11px;
}

    .link-red a {
        background: url(../../_img/icon/command_icons.gif) no-repeat left top;
        padding-left: 20px;
        color: #2d6586;
        display: inline-block;
        padding-top: 2px;
        padding-bottom: 2px;
    }
/* conditional */
html.ie .link-red input {
    overflow: visible;
}

html.safari .link-red a {
    padding-top: 8px;
}

.link-container.hover-state { /*background-position:left -40px;*/
    background: #dedede;
}

    .link-container.hover-state .link-red { /*background-position:right -40px;*/
        background: #dedede;
        color: #FFF;
    }

        .link-container.hover-state .link-red a { /*color:#FFF;*/
        }

.link-red a.sms {
    background-position: left -40px;
}

.link-container.hover-state .link-red a.sms {
    background-position: left -60px;
}

.link-red a.show {
    background-position: left -120px;
}

.link-container.hover-state .link-red a.show {
    background-position: left -140px;
}

.link-red a.fax {
    background-position: left -200px;
}

.link-container.hover-state .link-red a.fax {
    background-position: left -220px;
}

.link-red a.email {
    background-position: left -160px;
}

.link-container.hover-state .link-red a.email {
    background-position: left -180px;
}

.link-red a.print {
    background-position: left -80px;
}

.link-container.hover-state .link-red a.print {
    background-position: left -100px;
}

.link-red a.save {
    background-position: left -240px;
}

.link-container.hover-state .link-red a.save {
    background-position: left -260px;
}

.link-red a.charity {
    background-position: left 0px;
}

.link-container.hover-state .link-red a.charity {
    background-position: left -20px;
}


.tico-info {
    background: url(../../_img/icos/ico_form_info.png?v01) no-repeat;
}

.tooltip-container {
    position: relative;
    float: right;
}

    .tooltip-container span {
        display: block;
        height: 35px;
        position: absolute;
        right: 8px;
        top: -7px;
        width: 35px;
        padding: 0px 0px 0px 0px;
        z-index: 750;
    }

        .tooltip-container span a {
            display: block;
            height: 30px;
        }

        .tooltip-container span.tico-hover {
            background-position: left -36px;
        }

.tooltip-container-box {
    background: url(../../_img/tooltip-container-box_bg.png?v01) 0 0 no-repeat;
    width: 422px;
    height: 62px;
    position: absolute;
    left: -105px;
    z-index: 750;
    display: none;
    top: -68px !important;
}

.tooltip-container-box-cont {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
}
/*.tooltip-container-box-cont .btl {position:absolute; top:-2px; padding:0px; left:-2px; width:5px; height:5px; font-size:0px; line-height:0px; background:url(../_img/form/bb-sprite.gif) 0 0 no-repeat;}
.tooltip-container-box-cont .btr {position:absolute; top:-2px; padding:0px; right:-2px; width:5px; height:5px; font-size:0px; line-height:0px; background:url(../_img/form/bb-sprite.gif) 100% 0 no-repeat;}
.tooltip-container-box-cont .bbl {position:absolute; bottom:-2px; padding:0px; top:auto; left:-2px; width:5px; font-size:0px; line-height:0px; height:5px; background:url(../_img/form/bb-sprite.gif) 0 100% no-repeat;}
.tooltip-container-box-cont .bbr {position:absolute; bottom:-2px; padding:0px; top:auto; right:-2px; width:5px; font-size:0px; line-height:0px; height:5px; background:url(../_img/form/bb-sprite.gif) 100% 100% no-repeat;}*/

.tooltip-container-box .tblTooltip tr td {
    /* border-bottom:2px solid #ce3145;*/
    height: 31px;
    text-align: left;
    padding: 0;
    width: 102px;
    color: #FFFFFF;
}

    .tooltip-container-box .tblTooltip tr td.first {
        text-align: left;
        width: 280px;
    }

.scrollable-content {
    overflow: hidden;
    overflow-y: auto;
    padding: 0px 15px;
    width: 450px;
}


.scrollable-content2 {
    overflow: hidden;
    overflow-y: auto;
    padding: 0px 15px;
    width: 350px;
    font-size: 12px;
    color: #292929;
    font-family: 'segoe_uiregular';
}

.scrollable-content3 {
    overflow: hidden;
    overflow-y: auto;
    /*padding: 0px 15px;
	width: 99%;*/
    padding: 0;
    margin: 0;
    width: 100%;
    background: #f4f4f4;
    font-size: 14px;
    color: #292929;
    font-family: 'segoe_uiregular';
    line-height: 20px;
}


.scrollable-content4 {
    overflow: hidden;
    overflow-y: auto;
    padding: 0px 15px;
    width: 475px;
}


.scrollable-content.row-count-3 {
    height: 42px;
}

.scrollable-content.row-count-4 {
    height: 56px;
}

.scrollable-content.row-count-5 {
    height: 70px;
}

.scrollable-content.row-count-6 {
    height: 84px;
}
/* row count artisi; 14px */
.scrollable-content.row-count-7 {
    height: 98px;
}
/* veripark */
.scrollable-content.row-count-8 {
    height: 120px;
}
/* veripark */

.form-pager {
    font-size: 12px;
    float: right;
    color: #FFF;
}

    .form-pager a {
        background: url(../_img/bg_steps.gif) no-repeat left top;
        display: inline-block;
        padding: 2px 5px;
        color: #BFE5EB;
    }

        .form-pager a.active {
            background-position: left bottom;
            color: #fff;
        }


#view-loading {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

    #view-loading span {
        background: url(../../_img/loading.gif) no-repeat;
        padding-left: 20px;
    }

/* framework */

.fl {
    float: left;
}

.fr {
    float: right;
}

.pl5 {
    padding-left: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}


.ml10 {
    margin-left: 10px;
}

.mt2 {
    margin-top: 2px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.c-pink {
    color: #ff3d55;
}

.c-midblue {
    color: #2697ac;
}

.c-lightgrey {
    color: #acacad;
}

.bg-c6eff7 {
    background: #c6eff7;
}

.dblock {
    display: block;
}

.dnone {
    display: none;
}

.dinlblo {
    display: inline-block;
}

.w300 {
    width: 300px;
}

.w245 {
    width: 261px;
}

.w225 {
    width: 225px;
}

.w200 {
    width: 200px;
}

.w205 {
    width: 205px;
}

.w175 {
    width: 175px;
}

.w150 {
    width: 150px;
}

.w115 {
    width: 115px;
}

.w112 {
    width: 112px;
}

.w111 {
    width: 111px;
}

.w110 {
    width: 108px;
}

.w90 {
    width: 90px;
}

.w98 {
    width: 98px;
}

.w75 {
    width: 75px;
}

.w70 {
    width: 70px;
}

.w60 {
    width: 60px;
}

.w50 {
    width: 50px;
}

.w40 {
    width: 40px;
}

.w30 {
    width: 30px;
}

.icon .w300 {
    width: 284px;
}

.icon .w245 {
    width: 239px;
}

.icon .w225 {
    width: 209px;
}

.icon .w200 {
    width: 184px;
}

.icon .w175 {
    width: 159px;
}

.icon .w120 {
    width: 104px;
}

.icon .w150 {
    width: 134px;
}

.icon .w90 {
    width: 74px;
}

.icon .w50 {
    width: 34px;
}

.icon .w40 {
    width: 24px;
}

.zindex1000 {
    z-index: 1000;
}

.currency {
    display: inline-block;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
}

.strong {
    font-weight: bold;
}

.negative {
    color: red;
}

.static-cal.error-state {
    border: 1px solid red;
}

.multiple-select.error-state {
    border: 1px solid red;
    color: red;
}

.multiple-select {
}

#account-activity-hover {
    width: 333px;
    height: 38px;
    position: absolute;
    right: 6px;
    background: #fff;
    display: none;
    overflow: hidden;
}
/* 
    FILE UPLOAD 
                */

/*custom upload elements*/
.customfile-input {
    position: absolute;
    height: 4px;
    cursor: pointer;
    background: transparent;
    border: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: 999;
}

.customfile {
    width: 317px;
    height: 30px;
    background: url(../../_img/upload_bg.png?v01) no-repeat;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.customfile-disabled {
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: default;
}

.customfile-feedback {
    display: block;
    font-size: 14px;
    font-family: 'segoe_uiregular';
    color: #8f8f8f;
    padding: 6px 0px 0px 20px;
}

.customfile-feedback-populated {
    font-size: 11px;
    color: #333;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 3px;
    background: url(../../_img/ico_attach.png?v01) 10px 1px no-repeat;
    margin-top: 5px;
}

.customfile-button {
    background: url("../../_img/ico_arrow.png?v01") 65px center no-repeat;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: normal;
    padding: 7px 0 0 12px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    width: 76px;
    height: 23px;
    font-family: 'segoe_uiregular';
}

.customfile-hover .customfile-button, .customfile-focus .customfile-button {
    color: #fe4250;
}

.customfile-focus .customfile-button {
    outline: 1px dotted #ccc;
}

/*file type icons
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp { background-image: url(../_img/icon-image.gif);}
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v { background-image: url(../_img/icon-media.gif);}
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit { background-image: url(../_img/icon-zip.gif);}*/

/*~ FILE UPLOAD ~*/

.custom-combo-ico-req {
    background: transparent url(_img/form/ico_req.png?v01) no-repeat center right;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-right: -10px;
    margin-top: -28px;
}

.custom-combo-req-message {
    height: 20px;
    margin-top: 5px;
    text-align: right;
}

/* Veripark AccountDetail */
table.listing-accountDetail {
    width: 569px;
}

    table.listing-accountDetail tbody tr td {
        font-size: 11px;
    }

    table.listing-accountDetail tr td, table.listing-accountDetail tr th {
        padding: 6px 6px 6px 0px;
        color: #414042;
        vertical-align: middle;
    }

        table.listing-accountDetail tr td input {
            padding-top: 5px;
            padding-bottom: 5px;
            margin: 0px;
            border: none;
        }

    table.listing-accountDetail tbody tr.row-even td {
        background: #DEDEDE;
    }

    table.listing-accountDetail tbody tr.row-odd td {
        background: #EBE9E9;
    }

    table.listing-accountDetail tbody tr td.column1 {
        color: #6d6e71 !important;
        font-family: 'segoe_uisemibold' !important;
        font-size: 12px !important;
        padding-left: 20px;
        padding-right: 6px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

table.confirmation-listing-accountDetail tbody tr td.column1 label {
    font-weight: bold;
    color: #000000;
}

table.listing-accountDetail tbody tr td.column2 {
    color: #292929 !important;
    font-family: 'segoe_uiregular' !important;
    font-size: 12px !important;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
}

table.listing-accountDetail tbody tr td.column-1 {
    color: #6d6e71 !important;
    font-family: 'segoe_uisemibold' !important;
    font-size: 12px !important;
    padding-left: 20px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.blue-bordered-modal-cnt table.listing-accountDetail tbody tr td {
    background: #dedede;
    border-bottom: 1px solid #ffffff;
}

div.gbc-content table.listing-accountDetail {
    margin: 0 !important;
    width: 100% !important;
}

.tableFooter {
    color: #3b96ca !important;
    font-family: Tahoma !important;
    font-size: 10pt !important;
    font-weight: bold;
}

.tableFooterBlack {
    color: Black !important;
    font-family: Tahoma !important;
    font-size: 10pt !important;
    font-weight: bold;
}

/* Veripark AccountDetail */


.static-cal {
    overflow: hidden;
    height: 100%;
    width: 220px;
}

    .static-cal .cal-day {
        background: #DEDEDE;
        color: #7b7878;
        cursor: pointer;
        display: inline-block;
        padding: 6px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        float: left;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #FFF;
    }

        .static-cal .cal-day.hover {
            background: #EBEBEB;
            color: #000000;
        }

        .static-cal .cal-day.selected-day {
            background: #FF3D55;
            color: #FFF;
        }

/* Non Flash Menu Style */

.menu-container-top-0 { /*background:url("../_img/alt/menu/menu_container_top.png") no-repeat scroll 0 0 transparent;*/
    display: block;
    padding: 0;
    font-size: 30px;
    color: #ffffff;
    margin: 0 0 15px 20px;
}

.menu-container-bot-0 { /*background:url(../_img/alt/menu/menu_container_bot.png) no-repeat;font-size:0;line-height:0;height:20px;display:block;*/
}

.menu-container-lister-0 { /*background:url(../_img/alt/menu/menu_container_bg_0.png) repeat-y;*/
    padding: 8px 9px;
}

    .menu-container-lister-0 li {
        font-size: 13px;
        font-weight: 700; /*padding:5px 2px;*/
    }

        .menu-container-lister-0 li a {
            color: #ffffff;
            display: block;
            font-size: 13px;
            padding: 7px 0 7px 18px;
            background: url(../../_img/leftMenuLevel1Link_bg.png?v01) 197px 8px no-repeat;
        }

    .menu-container-lister-0 .menu-level-wrapper-0.selected {
        display: block;
    }

        .menu-container-lister-0 .menu-level-wrapper-0.selected .menu-link-0 {
            display: block;
            background: url(../../_img/leftMenuLevel1Link_bg.png?v01) 196px -62px no-repeat;
        }
/*.menu-container-lister-0 li a.selected {color:#225674;}*/

.menu-container.menu-container-0 {
    background: #e23401;
    padding: 3px 11px 8px 12px;
}

.menu-container-1 { /*margin-top:3px;*/
    width: 214px; /*background:url(../_img/alt/menu/menu-level-wrapper-0-cnt.png) repeat-y;*/
}

.menu-container-top-1 {
    display: block;
    background: url(../../_img/level2Menu_bg_top.png?v02) center top no-repeat;
    height: 3px;
}

.menu-container-bot-1 {
    display: block;
    background: url(../../_img/level2Menu_bg_bottom.png?v02) center bottom no-repeat;
    height: 3px;
}

.menu-container-lister-1 {
    background: url(../../_img/level2Menu_bg_repeat.png?v02) 0 0 repeat-y;
    padding: 2px 12px 0px 8px;
}

    .menu-container-lister-1 li {
        padding: 0px 3px 3px 2px;
    }

        .menu-container-lister-1 li a {
            color: #fffff5;
            font-size: 11px;
            display: block;
            padding: 6px 0px 6px 25px;
            background: none;
        }

            .menu-container-lister-1 li a.selected { /*background:#3f9ca6;*/
                background: /*url(../../_img/leftMenuLevel2Link_bg.png)*/ 167px 8px no-repeat #f9e7dc;
                border: 1px solid #dd7938;
                font-size: 11px;
                color: #d33907;
                padding: 5px 0 5px 24px;
            }

    .menu-container-lister-1 .menu-level-wrapper-1.selected { /*background:url(../../_img/alt/menu/menu-level-wrapper-1.png) no-repeat;*/
        display: block;
    }

        .menu-container-lister-1 .menu-level-wrapper-1.selected .menu-link-1 {
            display: block;
            background: url(../../_img/leftMenuLevel2Link_bg.png) 167px 10px no-repeat #fff;
            font-size: 11px;
            color: #d33907;
            padding: 5px 0 5px 24px;
            border-left: 1px solid #dd7938;
            border-right: 1px solid #dd7938;
            border-top: 1px solid #dd7938;
        }

.menu-container-2 { /*margin-top:3px;*/ /*border-left:1px solid #dd7938; border-right:1px solid #dd7938; border-bottom:1px solid #dd7938;*/
    background: #f66f3f;
    margin: 0 1px
}

.menu-container-top-2 {
    height: 7px;
    font-size: 0;
    line-height: 0;
    display: none; /*background:url(../../_img/alt/menu/menu-container-2-top-selected.png) no-repeat;*/
}

.menu-container-bot-2 {
    height: 7px;
    font-size: 0;
    line-height: 0;
    display: block; /*background:url(../../_img/alt/menu/menu-container-2-bot-selected.png) no-repeat;*/
}

.menu-container-lister-2 { /*background:url(../../_img/alt/menu/menu-container-2-cnt-selected.png) repeat-y;*/ /*padding:5px 20px 5px 10px;*/
}

    .menu-container-lister-2 li {
        padding: 0px 0px;
    }

        .menu-container-lister-2 li a {
            font-size: 11px;
            padding: 5px 0 5px 36px;
        }

.menu-container-1, .menu-container-2 {
    display: none;
}

.menu-container-lister-2 .menu-level-wrapper-2.selected { /*background:url(../../_img/alt/menu/menu-level-wrapper-2.png) no-repeat;*/
    display: block;
}

    .menu-container-lister-2 .menu-level-wrapper-2.selected ul { /*background:url(../../_img/alt/menu/menu-container-2-cnt-selected.png) repeat-y;*/
    }

    .menu-container-lister-2 .menu-level-wrapper-2.selected .menu-link-2 {
        display: block; /*padding:0 0px 0 10px;*/
    }

.menu-container-lister-2 li a.selected {
    background: #fddbd1;
    border: 0 !important;
    padding: 5px 0 5px 36px;
}


/* END OF ADDONS.CSS */

/*modal.css*/
.option-plus {
    background: url(../../_img/modal/big_bullet.png?v02) left center no-repeat;
    padding-left: 36px;
    font-size: 12px;
    color: #292929;
    padding: 7px 0px 8px 36px;
    font-family: 'segoe_uisemibold';
}

.card-items {
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

    .card-items .card-item {
        width: 200px;
        float: left;
        padding-right: 5px;
    }

        .card-items .card-item .card-text {
            background: none;
            border: #000;
            border: 1px;
            padding: 16px 0px;
            width: 100%;
        }

            .card-items .card-item .card-text .name {
                font-size: 16px;
                color: #0393af;
                display: block;
                text-align: center;
            }

            .card-items .card-item .card-text .apply {
                display: none;
                text-align: center;
                margin-top: -6px;
            }

        .card-items .card-item.active .card-text .name {
            display: none;
        }

        .card-items .card-item.active .card-text .apply {
            display: block;
        }

    .card-items .card-item2 {
        width: 200px;
        float: left;
        padding-right: 5px;
    }

        .card-items .card-item2 .card-text {
            background: url(../../_img/kartbasvuru/text_bg.png) no-repeat;
            padding: 16px 0px;
            width: 100%;
        }

            .card-items .card-item2 .card-text .name {
                font-size: 16px;
                color: #0393af;
                display: block;
                text-align: center;
            }

            .card-items .card-item2 .card-text .apply {
                display: none;
                text-align: center;
                margin-top: -6px;
            }

        .card-items .card-item2.active .card-text .name {
            display: none;
        }

        .card-items .card-item2.active .card-text .apply {
            display: block;
        }

    .card-items .card-padding {
        width: 20px;
        float: left;
        padding-right: 5px;
    }

table.tbl-modal {
    margin: 10px 0px;
}

    table.tbl-modal.val-mid tr td {
        vertical-align: middle;
    }

    table.tbl-modal.val-top tr td {
        vertical-align: top;
    }

    table.tbl-modal tr td {
        border-bottom: 1px solid #d8f1f4;
        padding: 10px 0px;
    }

    table.tbl-modal tr.last td {
        border-bottom: none;
    }

/*modal.css*/
.disabled {
    display: none;
}


/* For dropdownchecklist */
.ui-dropdownchecklist {
    font-size: small;
    color: black;
}

.ui-dropdownchecklist-selector {
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

.ui-state-hover, .ui-state-active {
    border-color: #5794bf;
}

.ui-dropdownchecklist-dropcontainer {
    background-color: #fff;
    border: 1px solid #999;
}

.ui-dropdownchecklist-item {
}

.ui-state-hover {
    background-color: #39f;
}

.ui-state-disabled label {
    color: #ccc;
}

.ui-dropdownchecklist-group {
    font-weight: normal;
    font-style: italic;
}

.ui-dropdownchecklist-indent {
    padding-left: 7px;
}

.ui-dropdownchecklist-selector-wrapper {
    vertical-align: middle;
    font-size: 0px;
}

.ui-dropdownchecklist-selector {
    padding: 1px 2px 2px 2px;
    font-size: 0px;
}

.ui-dropdownchecklist-text {
    font-size: small;
}

.ui-dropdownchecklist-group {
    padding: 1px 2px 2px 2px;
}

.ui-dropdownchecklist .ui-widget-content, .ui-dropdownchecklist .ui-widget-header {
    border: none;
}

.ui-dropdownchecklist-indent {
    padding-left: 7px;
}

.ui-dropdownchecklist-selector-wrapper, .ui-widget.ui-dropdownchecklist-selector-wrapper {
    vertical-align: middle;
    font-size: 0px;
}

.ui-dropdownchecklist-selector {
    padding: 1px 2px 2px 2px;
    font-size: 0px;
}

.ui-dropdownchecklist-text {
    font-size: 11px;
}

.ui-dropdownchecklist-item, .ui-dropdownchecklist-item input {
    vertical-align: middle;
}

.ui-dropdownchecklist-group {
    padding: 1px 2px 2px 2px;
}
/*END OF Dropdownchecklist*/


/* * CSS File for ezMark jQuery Plugin */

/*.ez-checkbox {
	background: transparent url('../../_img/ezmark/checkbox-red.png') 0 1px no-repeat;
	display:inline-block;
}

.ez-radio {
	background: transparent url('../../_img/ezmark/radio-black.png') 0 4px no-repeat;
	display:inline-block;
}


.ez-checked { background-position: 0 -18px; }
.ez-selected { background-position: 0 -16px; }

.ez-checkbox-green {
	background: transparent url('../../_img/ezmark/checkbox-green.png') 0 1px no-repeat;
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:30px; }*/


/* ALBARAKA - SANAL KLAVYE RADIO BUTTON */

.sanalKlavyeIslemlerCapsule .ez-radio {
    background: transparent url('../../_img/ezmark/sanalKlavyeInput_bg.png') 0 0px no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    float: left;
}

    .sanalKlavyeIslemlerCapsule .ez-radio input {
        width: 14px;
        height: 14px;
        cursor: pointer;
    }

.sanalKlavyeIslemlerCapsule .ez-selected {
    background-position: 0 -14px !important;
}

.sanalKlavyeIslemlerCapsule label {
    float: left;
    font-size: 11px;
    color: #ffffff;
    margin-left: 8px;
    padding-top: 2px;
    margin-right: 35px;
    cursor: pointer;
}

    .sanalKlavyeIslemlerCapsule label.noMargin {
        margin-right: 0;
    }

.vadeSozlesmeCheckBox {
}

    .vadeSozlesmeCheckBox .ez-checkbox {
        background: transparent url('../../_img/ezmark/vadeSozlesmeCheckBox_bg.png') 0 0 no-repeat;
        width: 22px;
        height: 22px;
    }

        .vadeSozlesmeCheckBox .ez-checkbox.ez-checked {
            background-position: 0 -22px;
        }

        .vadeSozlesmeCheckBox .ez-checkbox input {
            width: 22px;
            height: 22px;
            margin: 0;
        }

.hesapTableCheckBox {
    width: 17px;
    height: 17px;
    margin-right: 11px;
    margin-left: 15px;
}

    .hesapTableCheckBox .ez-checkbox {
        background: transparent url('../../_img/ezmark/hesapTableCheckBox_bg.png') 0 0 no-repeat;
        width: 17px;
        height: 17px;
    }

        .hesapTableCheckBox .ez-checkbox.ez-checked {
            background-position: 0 -17px;
        }

        .hesapTableCheckBox .ez-checkbox input {
            width: 17px;
            height: 17px;
            margin: 0;
            cursor: pointer;
        }

.col-radio {
    width: 17px;
    height: 17px;
    margin-right: 11px;
    margin-left: 15px;
}

    .col-radio .ez-radio {
        background: transparent url('../../_img/ezmark/hesapTableCheckBox_bg.png') 0 0 no-repeat;
        width: 17px;
        height: 17px;
    }

        .col-radio .ez-radio.ez-selected {
            background-position: 0 -17px;
        }

        .col-radio .ez-radio input {
            width: 17px;
            height: 17px;
            margin: 0;
            cursor: pointer;
        }

    .col-radio .ez-hide {
        opacity: 0;
        filter: alpha(opacity=0);
    }

/* * CSS File for ezMark jQuery Plugin */

/* ERROR PAGE CLASSES */
.errorpage-greycont {
    width: 615px;
    background: #c0392b;
    padding-top: 0px;
    margin: 10px auto 10px auto;
}

.errorpage-greycont-bot {
    width: 615px;
    background: #c0392b;
    padding-bottom: 0px;
}

.errorpage-greycont-txt {
    padding: 0 23px;
    padding: 0px;
    border-left: none;
    border-right: none;
    background: #c0392b;
    color: #fff;
    width: 615px;
}

.errorpage-greycont-msg {
    width: 565px;
    padding: 30px 0 30px 50px;
    min-height: 95px;
}

.errorpage-greycont.yellow-errormsg .greycont-msg {
    background: url(../../_img/msg/red-error-icon.png?v1.12) 455px center no-repeat;
}

.errorpage-greycont.yellow-errormsg .greycont-txt {
    color: #fff;
}

.yellow-errormsg .errorpage-greycont-msg {
    background: url(../../_img/msg/red-error-icon.png?v1.12) 455px center no-repeat;
}

.errorpage-greycont-txt h4 {
    font-size: 17px;
    padding: 0 0 20px 0;
    font-family: 'segoe_uisemibold';
}

.errorpage-greycont-txt p {
    font-size: 14px;
    padding: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
}


/* FİNİSHPAGE CLASSES */
.finish-greycont {
    width: 585px;
    background: #f4f4f4;
    padding-top: 7px;
    /*margin: 25px 0;*/
    margin: 0 auto 25px auto;
}

    .finish-greycont.narrow {
        margin: 0 auto 1px auto;
        width: auto;
    }

.finish-greycont-bot {
    width: 585px;
    /*background:url(../../_img/msg/msg-rounds.png) -616px bottom no-repeat;*/
    padding-bottom: 7px;
}

.finish-greycont-txt {
    padding: 0 23px;
    /*border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background: #f5f5f5 url(../../_img/msg/msg-grad.png) repeat-x scroll 0 0;*/
    color: #292929;
    width: 569px;
}

    .finish-greycont-txt a {
        color: #292929;
        font-family: 'segoe_uiregular';
        font-weight: bold;
        font-size: 12px;
    }

    .finish-greycont-txt .blocklink {
        display: block;
        padding: 13px 0 13px 70px;
        color: #292929;
        font-family: 'segoe_uiregular';
        font-weight: bold;
        font-size: 12px;
    }

.finishpage-drawer {
    margin-bottom: 0;
    background: #dedede !important;
}

/* CONFIRMATION PAGE CLASSSES*/
.confirmation-gbc-container {
    padding: 1px 0 1px 26px;
}

    .confirmation-gbc-container .gbc-tl {
        /*background: #E2F2FB url(../../_img/gbc-sprite.png) 0 0 no-repeat;*/
        display: none;
        /*height: 5px;*/
        font-size: 0px;
        line-height: 0px;
    }

    .confirmation-gbc-container .gbc-tr {
        background: url(../../_img/gbc-sprite.png) 100% 0 no-repeat;
        height: 5px;
        width: 5px;
        float: right;
        font-size: 0px;
        line-height: 0px;
    }

    .confirmation-gbc-container .gbc-content {
        /*	padding: 10px;*/
        /*background: #E2F2FB;*/
        background: #dedede;
    }

        .confirmation-gbc-container .gbc-content .list-container {
            margin-bottom: 0px;
            padding: 0px 0px 0px 0px;
        }

    .confirmation-gbc-container .gbc-bl {
        background: #E2F2FB url(../../_img/gbc-sprite.png) 0 100% no-repeat;
        display: none;
        height: 5px;
        font-size: 0px;
        line-height: 0px;
    }

    .confirmation-gbc-container .gbc-br {
        background: url(../../_img/gbc-sprite.png) 100% 100% no-repeat;
        height: 5px;
        width: 5px;
        float: right;
        font-size: 0px;
        line-height: 0px;
    }

h2.confirmation-list-head {
    color: #ed1c24;
    padding: 20px 5px 0px 25px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'segoe_uiregular';
    margin-bottom: 10px;
}

div.confirmation-blue-bordered-modal-cnt {
    padding-left: 16px;
}

table.confirmation-listing-accountDetail {
    width: 564px;
}

    table.confirmation-listing-accountDetail tbody tr td.column1 {
        /*width: 25% !important;*/
        color: #6d6e71 !important;
        font-family: 'segoe_uisemibold' !important;
        font-size: 12px !important;
        padding-left: 20px;
        padding-right: 6px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        table.confirmation-listing-accountDetail tbody tr td.column1 label {
            font-weight: bold;
            color: #000000;
        }

    table.confirmation-listing-accountDetail tbody tr td.column2 {
        color: #292929 !important;
        font-family: 'segoe_uiregular' !important;
        font-size: 12px !important;
        padding-right: 6px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

.confirmation-blue-bordered-modal-cnt table.confirmation-listing-accountDetail tbody tr td {
    background: #dedede;
    border-bottom: 1px solid #ffffff;
}

.confirmation-blue-bordered-modal-cnt table.confirmation-listing-accountDetail .minicont tbody tr td {
    background: none;
}

table.confirmation-listing-accountDetail tbody tr.row-odd td {
    background: #EBE9E9;
}

table.confirmation-listing-accountDetail tbody tr.row-even td {
    background: #DEDEDE;
}

.toolbar-minicont { /*background:url(../_img/msg/minicont-top.png) no-repeat;*/
    padding-top: 5px;
    margin: 10px auto;
    border-top: 1px solid #e5e5e5;
}

    .toolbar-minicont .minicont-bot { /*background:url(../_img/msg/minicont-bot.png) no-repeat left bottom;*/
        padding-bottom: 5px;
    }

    .toolbar-minicont .minicont-txt { /*border-left:2px solid #F1F9F5; border-right:2px solid #F1F9F5; background:#F5FBF8;*/
        padding: 5px 10px;
        overflow: hidden;
        height: 100%;
    }

        .toolbar-minicont .minicont-txt td.label {
            font-size: 14px;
            color: #2d6586;
            font-weight: bold;
        }

            .toolbar-minicont .minicont-txt td.label label {
                font-size: 12px;
            }

.toolbar-link-container {
    /* background:url(../_img/msg/link-red.gif) no-repeat left top;*/
    display: inline-block;
    padding-left: 3px;
}

    .toolbar-link-container.hover-state { /*background-position:left -40px;*/
        background: #dedede;
    }

        .toolbar-link-container.hover-state .link-red { /*background-position:right -40px;*/
            background: #dedede;
            color: #FFF;
        }

            .toolbar-link-container.hover-state .link-red a { /*color:#FFF;*/
            }

span.toolbar-link-container .link-red a.sms {
    background-position: left -40px;
}

.toolbar-link-container.hover-state .link-red a.sms {
    background-position: left -59px;
}

span.toolbar-link-container .link-red a.show {
    background-position: left -120px;
}

.toolbar-link-container.hover-state .link-red a.show {
    background-position: left -140px;
}

span.toolbar-link-container .link-red a.fax {
    background-position: left -200px;
}

.toolbar-link-container.hover-state .link-red a.fax {
    background-position: left -220px;
}

span.toolbar-link-container .link-red a.email {
    background-position: left -160px;
}

.toolbar-link-container.hover-state .link-red a.email {
    background-position: left -180px;
}

span.toolbar-link-container .link-red a.print {
    background-position: left -80px;
}

.toolbar-link-container.hover-state .link-red a.print {
    background-position: left -100px;
}

span.toolbar-link-container .link-red a.save {
    background-position: left -240px;
}

.toolbar-link-container.hover-state .link-red a.save {
    background-position: left -260px;
}

.link-red a.save2 {
    background-position: left -280px;
}

.toolbar-link-container.hover-state .link-red a.save2 {
    background-position: left -300px;
}

span.toolbar-link-container .link-red a.charity {
    background-position: left 0px;
}

.toolbar-link-container.hover-state .link-red a.charity {
    background-position: left -20px;
}


span.toolbar-link-container .link-red a {
    background: url(../../_img/icon/toolbar_icons.gif) no-repeat left top;
    padding-left: 27px;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    color: #075a5c;
    font-family: 'segoe_uisemibold';
}

.marleft30 {
    margin-left: 30px !important;
}

.marleft35 {
    margin-left: 35px !important;
}

.padleft30 {
    padding-left: 30px !important;
}

@font-face {
    font-family: 'segoe_uiregular';
    src: url('../../_fonts/segoeui-webfont.eot');
    src: url('../../_fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('../../_fonts/segoeui-webfont.woff') format('woff'), url('../../_fonts/segoeui-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoe_uilight';
    src: url('../../_fonts/segoeuil-webfont.eot');
    src: url('../../_fonts/segoeuil-webfont.eot?#iefix') format('embedded-opentype'), url('../../_fonts/segoeuil-webfont.woff') format('woff'), url('../../_fonts/segoeuil-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'segoe_uisemibold';
    src: url('../../_fonts/seguisb-webfont.eot');
    src: url('../../_fonts/seguisb-webfont.eot?#iefix') format('embedded-opentype'), url('../../_fonts/seguisb-webfont.woff') format('woff'), url('../../_fonts/seguisb-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'pf_dintext_promedium';
    src: url('../../_fonts/pfdintextpro-medium-webfont.eot');
    src: url('../../_fonts/pfdintextpro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../../_fonts/pfdintextpro-medium-webfont.woff') format('woff'), url('../../_fonts/pfdintextpro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.multipleButton {
    padding-left: 25px;
}

.nickNameWrap {
    word-wrap: break-word;
    max-width: 150px;
}

.marginTopControl {
    margin-top: -10px !important;
}

.EmailTitleDiv {
    padding-top: 9px;
    padding-left: 30px;
    font-size: 20px;
    color: #3399cc;
}

.text-2 {
    padding-left: 30px !important;
    font: 13px Arial, Helvetica, sans-serif;
}

span#EmailLabel {
    padding-right: 30px;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
    padding-left: 30px;
}

.magic-custom-selectbox span.hesapNo {
    color: #2697ac;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0 -10px;
}

.magic-custom-selectbox span.hesapNoDetail {
    font-weight: bold;
    text-align: left;
}

.magic-custom-selectbox span.hesapNoOpacity {
    color: #2697ac;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0 -10px;
    opacity: 0.5;
}

.magic-custom-selectbox span.hesapNoDetailOpacity {
    font-weight: bold;
    text-align: left;
    opacity: 0.5;
}

.magic-custom-selectbox span.OpacityClass {
    opacity: 0.5;
}

.magic-custom-selectbox span.bakiyeOpacity {
    float: right;
    color: #2697ac;
    background-color: white;
    font-weight: bold;
    opacity: 0.5;
}

.imgStyle {
    margin-left:-20px;
    vertical-align:middle; 
    position:relative;
    height:17px;
}