﻿@import url('buttons.css');
@import url('icon.css');
@import url('ui-custom.css');
@import url('timepicker.css');
@import url('ui-timepicker-addon.css');
@import url('../components/colorpicker/css/colorpicker.css');
@import url('../components/elfinder/css/elfinder.css');
@import url('../components/datatables/dataTables.css');
@import url('../components/validationEngine/validationEngine.jquery.css');
@import url('../components/jscrollpane/jscrollpane.css');
@import url('../components/confirm/jquery.confirm.css');
@import url('../components/sourcerer/sourcerer.css');
@import url('../components/fullcalendar/fullcalendar.css');
@import url('../components/Jcrop/jquery.Jcrop.css');
@import url('../components/fancybox/jquery.fancybox.css');
@import url('../components/tipsy/tipsy.css');
@import url('../components/editor/jquery.cleditor.css');
@import url('../components/chosen/chosen.css');

@font-face {
    font-family: 'IcoMoon';
    src: url('fonts/IcoMoon.eot');
    src: url('fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('fonts/IcoMoon.woff') format('woff'), url('fonts/IcoMoon.ttf') format('truetype'), url('fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Calibri;
    font-size: 12px;
    color: #363636;
    margin-bottom: 50px;
}

    body.error {
        background-image: url(../images/bg/pick_bg.error.jpg);
    }

    body.dashborad {
        background-image: url(../images/menu_bg.jpg);
        background-repeat: repeat-y;
    }

    body.nobg {
        background-image: none;
        background-repeat: repeat-y;
    }

    body.LoginBg {
        background: url('../images/bg/bg1.jpg')no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: cover;
        background-color: #dddddd;
        min-width: 600px;
    }

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


input[type=file] {
    cursor: pointer;
}
/*.input-group > input {
min-height:36px;
}*/
:focus {
    outline: 0px;
}

ul {
    padding: 0;
    margin: 0px;
}

li {
    list-style: none;
}

h4 {
    border-bottom: 1px #eeeeee solid;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    /*font-weight: bold;*/
    /*color: #666;*/
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    line-height: 30px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 11px;
}

    h1.unline, h2.unline, h3.unline, h4.unline, h5.unline, h6.unline {
        border-bottom: none !important;
        margin-bottom: 14px;
    }

b {
    font-weight: bold;
}

p {
    line-height: 23px;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

pre {
    padding: 0px;
    margin: 0px;
}

img {
    border: 0;
}

    img.mid_align {
        vertical-align: middle;
        margin-right: 4px;
        border: 0;
    }

blockquote {
    margin: 0px 0 20px 0px;
    padding: 0px 10px 0px 50px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    clear: both;
    font-size: 16px;
    line-height: 25px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

    blockquote.left, blockquote.right {
        float: right;
        letter-spacing: 0px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-top: 0px;
        padding: 0px 20px 10px 60px;
        width: 43%;
        background-position: 0px 0px;
    }

    blockquote.left {
        float: left;
        margin-left: 0px;
        margin-right: 20px;
    }

    blockquote p {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 20px;
    }

.showme {
    display: inline;
}

.hideme {
    display: none;
}

label {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12px;
}

    label.disabled {
        color: #aaa;
    }

.labelname {
    border: solid 1px #C9C9C9;
    outline: 0;
    line-height: 28px;
    height: 28px;
    padding: 6px 20px 8px 20px;
    margin-left: 2px;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
    padding: 0;
}

.f_help {
    display: block;
    font-size: 10px;
    padding: 4px 0;
    color: #a3a3a3;
}

    .f_help span {
        /* color: #57BFF8;*/
        position: relative;
        /*display: inline;*/
        padding: 2px;
        margin: 2px;
    }

.f_label {
    position: absolute;
    margin-top: -18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.preloader {
    display: inline-block;
    background-color: #ffffff;
    background-image: url(loader1.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
/*
	loading layout
*/
#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #111;
    /*	opacity:0.1;
	filter:alpha(opacity=10);*/
    z-index: 100001;
    display: none;
}

#preloader {
    background: #000000 url(../images/loadder/preloader.gif) no-repeat 12px 10px;
    font-size: 12px;
    height: 40px;
    left: 48%;
    line-height: 20px;
    margin: -20px 0 0 -45px;
    padding: 10px;
    position: fixed;
    text-align: left;
    text-indent: 36px;
    top: 45%;
    width: 180px;
    z-index: 100002;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #FFF;
    text-shadow: none;
    display: none;
}

#pageload {
    background: #000000;
    font-size: 11px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -55px;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 120px;
    z-index: 1006;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #FFF;
    text-shadow: none;
    display: none;
}

/* overrides extra padding on button elements in Firefox */
.uibutton::-moz-focus-inner {
    padding: 0;
    border: 0;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    width: 100%;
}

    ul.tabs li {
        float: left;
        margin: 0;
        padding: 0;
        height: 31px;
        line-height: 31px;
        border: 1px solid #e9e9e9;
        border-left: none;
        margin-bottom: -1px;
        overflow: hidden;
        position: relative;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        display: none;
        background-image: url(../images/bg/NavBg.png);
    }

        ul.tabs li span {
            color: #999;
            display: block;
            padding: 0 20px;
            border: 1px solid #fff;
            outline: none;
            font-size: 11px;
        }

        ul.tabs li a {
            text-decoration: none;
            color: #999;
            display: block;
            padding: 0 20px;
            border: 1px solid #fff;
            outline: none;
            font-size: 11px;
            -webkit-transition: background-color .2s ease-out;
            -moz-transition: background-color .2s ease-out;
            -o-transition: background-color .2s ease-out;
            transition: background-color .2s ease-out;
        }

            ul.tabs li a:hover {
                color: #000;
                background-image: url(../images/bg/NavBgHover.png);
            }

        ul.tabs li.active a {
            color: #900;
            -webkit-transition: background-color .2s ease-out;
            -moz-transition: background-color .2s ease-out;
            -o-transition: background-color .2s ease-out;
            transition: background-color .2s ease-out;
        }

            ul.tabs li.active, ul.tabs li.active a:hover {
                background: #fff;
                border-bottom: 1px solid #fff;
                color: #000;
            }

.tab_container {
    border: 0px solid #e9e9e9;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    padding-top: 15px;
}

.tab_content {
    padding: 0px;
    min-height: 50px;
    display: none;
}

    .tab_content .uibutton-group {
        position: relative;
        margin-top: -41px;
        margin-right: 0px;
        float: right;
    }

a {
    color: #1F92FF;
    text-decoration: none;
    text-shadow: 0px 0px 0px transparent;
    cursor: pointer;
}

    a:active {
        color: #000000;
        text-decoration: none;
        text-shadow: 0px 0px 0px transparent;
    }

    a:hover {
        color: #06F;
        text-decoration: none;
        text-shadow: none;
    }

    a.red {
        color: #dc241f;
        text-decoration: none;
        text-shadow: 0px 0px 0px transparent;
        cursor: pointer;
        margin-right: 5px;
    }

        a.red:hover {
            color: #F00;
        }

span img {
    margin-bottom: -3px;
}

.inner h3 {
    color: #666;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 13px;
    line-height: 35px;
}

.show_add, .load_page, .show_edit {
    position: relative;
}
/*
------------------------------------------------------------
		 shoutcutBox in dashborad 
------------------------------------------------------------
*/
.shoutcutBox {
    border: 1px solid #dddddd;
    -moz-box-shadow: 1px 1px 2px #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px #f5f5f5;
    box-shadow: 1px 1px 2px #f5f5f5;
    position: relative;
    padding: 15px 5px 15px 10px;
    margin: 0 0px 10px 0px;
    background-color: #f5f5f5;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

    .shoutcutBox:hover {
        background-color: #ededed;
        -moz-box-shadow: 1px 2px 2px #eeeeee;
        -webkit-box-shadow: 1px 2px 2px #eeeeee;
        box-shadow: 1px 2px 2px #eeeeee;
    }

    .shoutcutBox strong {
        font-size: 18px;
        display: inline-block;
        margin-right: 5px;
    }

    .shoutcutBox em {
        display: inline-block;
        text-transform: capitalize;
        color: #AAA;
    }

    .shoutcutBox.last {
        margin: 0;
    }
/*.shoutcutBox> a
    {
    display:inline-table;
    position:relative;
    }*/
#infoDetails, #gsmDetails {
    display: table;
    width: 100%;
    position: relative;
}

.breaks {
    height: 7px;
    background-image: url(../images/bg/beake.png);
    background-repeat: repeat-x;
    background-position: center center;
    margin: 0 0 10px 35px;
}

    .breaks span {
        height: 7px;
        width: 13px;
        background-image: url(../images/bg/beake_s.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        margin: auto;
    }

.SEdemo {
    display: inline-block;
    margin: 0px;
}

.dateBox {
    margin: 8px 0px;
    text-align: left;
}

.nD {
    font-size: 70px;
    margin-right: 10px;
    float: left;
    text-align: center;
}

.dD {
    padding-top: 0px;
    font-size: 33px !important;
    float: left;
    line-height: 22px;
}

.fullD {
    padding-top: 4px;
    font-size: 16px;
    color: #aaaaaa;
}

.todate {
    height: 200px;
}

    .todate li {
        padding: 20px 10px;
    }

.newevent {
}

.external-event { /* try to mimick the look of a real event */
    text-shadow: none;
    padding: 10px;
    margin: 0px 0;
    display: inline-block;
    padding: 2px 4px;
    background: #3366CC;
    color: #fff;
    font-size: .85em;
    cursor: pointer;
}
/*
------------------------------------------------------------
		 icon List 
------------------------------------------------------------
*/
.iconBox {
    border: 1px solid #dddddd;
    -moz-box-shadow: 1px 1px 2px #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px #f5f5f5;
    box-shadow: 1px 1px 2px #f5f5f5;
    padding: 7px 10px;
    margin: 10px 5px 10px 5px;
    background-color: #f5f5f5;
    cursor: pointer;
    position: relative;
    display: inline-block;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

    .iconBox:hover {
        border: 1px solid #d0d0d0;
        -moz-box-shadow: 1px 1px 2px #eeeeee;
        -webkit-box-shadow: 1px 1px 2px #eeeeee;
        box-shadow: 1px 1px 2px #eeeeee;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
        background-color: #eeeeee;
    }

    .iconBox strong {
        font-size: 10px;
        display: inline-block;
        margin-right: 5px;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
    }
/*
------------------------------------------------------------
		 list Typography
------------------------------------------------------------
*/
ul.list_arrow, ul.list_arrow2 {
    margin: 0px 0 15px 15px !important;
}

    ul.list_arrow li {
        padding: 2px 2px 2px 0px;
        list-style-image: url(../images/icon/arrow_a.gif);
    }

    ul.list_arrow2 li {
        padding: 2px 2px 2px 0px;
        list-style-image: url(../images/icon/arrow.png);
    }
/*
------------------------------------------------------------
		 news update
------------------------------------------------------------
*/
#news_update ul li .temp_news {
    width: 130px;
    height: 98px;
    border: 1px #DDD solid;
    padding: 2px;
    background-color: #FFF;
    float: left;
    margin-top: 5px;
}

    #news_update ul li .temp_news img {
        width: 130px;
    }

#news_update ul li .detail_news {
    border: 0px #DDD solid;
    margin-left: 145px;
    margin-bottom: 10px;
}

    #news_update ul li .detail_news .datepost {
        color: #BBB;
        margin-right: 2px;
    }

    #news_update ul li .detail_news .morelink {
        display: inline-block;
        background-image: url(../images/icon/link.png);
        height: 15px;
        background-position: right 2px;
        background-repeat: no-repeat;
        padding-right: 15px;
        padding-left: 5px;
        padding-bottom: 2px;
        border-left: 1px #DDD solid;
    }

    #news_update ul li .detail_news p {
        height: 42px;
        overflow: hidden;
        padding: 0px;
        line-height: 20px;
        margin: 0;
    }

.bg-black {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)), color-stop(0.4, rgba(0, 0, 0, 0)), color-stop(0.6, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(#33373a), to(#000000));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(top, #33373a, #000000);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), -moz-linear-gradient(top, #33373a, #000000);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), -ms-linear-gradient(top, #33373a, #000000);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), -o-linear-gradient(top, #33373a, #000000);
    background: linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), linear-gradient(top, #33373a, #000000);
}

.setting:hover ul.subnav {
    visibility: visible;
    opacity: 1;
    top: 55px;
    background-image: url(../images/bg/214.png);
}

.setting ul.subnav {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 75px;
    z-index: 40;
    list-style: none;
    width: 158px;
    padding: 0;
    box-shadow: 0px 0px 5px #000000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    border: 1px #000000 solid;
    border-top: none;
    margin-left: -10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .setting ul.subnav:before {
        background-image: url(../images/subnav-top.png);
        background-repeat: no-repeat;
        position: absolute;
        top: -9px;
        left: 0px;
        content: "\0020";
        display: block;
        width: 158px;
        height: 17px;
    }

.setting ul li a.active, .setting ul li a:hover {
    -webkit-box-shadow: inset 0px 0px 20px 1px #000000;
    -moz-box-shadow: inset 0px 0px 20px 1px #000000;
    box-shadow: inset 0px 0px 20px 1px #000000;
    color: #fff !important;
    background-color: #000;
    cursor: pointer;
}

.setting ul.subnav li {
    display: inline;
}

    .setting ul.subnav li:first-child a {
        padding-top: 5px;
    }

    .setting ul.subnav li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .setting ul.subnav li a {
        display: inline-block;
        text-align: center;
        margin: 0px;
        padding: 0px;
        float: left;
        font-weight: bolder !important;
        width: 158px;
        height: 38px;
        line-height: 3;
        text-shadow: 1px 0 0 #666666;
        -webkit-transition: background-color .2s ease-out;
        -moz-transition: background-color .2s ease-out;
        -o-transition: background-color .2s ease-out;
        transition: background-color .2s ease-out;
        text-transform: capitalize;
    }

        .setting ul.subnav li a:hover {
            color: #F00 !important;
        }


/*
------------------------------------------------------------
		 last Contact
------------------------------------------------------------
*/
.msg {
    text-align: left;
    margin-left: 5px;
}

.msg_icon {
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;
    width: 24px !important;
    height: 24px !important;
}

    .msg_icon.new {
        background-image: url(../images/icon/38.png);
    }

    .msg_icon.open {
        background-image: url(../images/icon/25.png);
    }

    .msg_icon.ans {
        background-image: url(../images/icon/24.png);
    }

.msg_topic {
    margin-left: 25px;
}

    .msg_topic span {
        color: #aaaaaa;
    }

.msg_date {
    text-align: right;
    margin-right: 5px;
}

    .msg_date span {
        font-size: 10px;
        color: #CCC;
        display: block;
    }



.rw {
    text-align: left;
    margin-left: 0px;
}

.rw_icon {
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;
    width: 24px !important;
    height: 24px !important;
}

    .rw_icon.new {
        background-image: url(../images/icon/38.png);
    }

    .rw_icon.open {
        background-image: url(../images/icon/25.png);
    }

    .rw_icon.ans {
        background-image: url(../images/icon/24.png);
    }

.rw_topic {
    margin-left: 0px;
}

    .rw_topic span {
        color: #aaaaaa;
    }

.rw_date {
    text-align: right;
    margin-right: 5px;
}

    .rw_date span {
        font-size: 10px;
        color: #CCC;
        display: block;
    }

/*
------------------------------------------------------------
		 map location
------------------------------------------------------------
*/

.disabled_map {
    width: 100%;
    height: 402px;
    position: absolute;
    z-index: 2;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #CCC;
    line-height: 400px;
    text-transform: uppercase;
    color: #AAA;
    text-align: center;
    font-size: 20px;
    font-family: Verdana, Geneva, sans-serif;
}

.map_canvas {
    color: #AAA;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 400px;
}

#map_canvas {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}
/*
------------------------------------------------------------
		 icon click open file manager
------------------------------------------------------------
*/

.show_add, .show_edit {
    margin-left: 15px;
}

#open_icon, #open_icon2, #open_icon3, #open_icon_edit {
    height: 30px;
    width: 36px;
    margin: 0 0 0 -1px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
    background-image: url(../images/openFiles.png);
}

.data, .dataSet, .dataImg {
    display: none;
}
/*
------------------------------------------------------------
		 title bar
------------------------------------------------------------
*/
.boxtitle {
    border-bottom: 1px #eeeeee solid;
    margin-top: 15px;
    color: #AAA;
    padding: 0px 0 15px 0;
    /*	height: 35px;*/
    line-height: 18px;
    text-transform: uppercase;
    font-size: 12px;
}

    .boxtitle img {
        margin-right: 3px;
        margin-bottom: -2px;
    }

    .boxtitle.min {
        margin-bottom: 5px;
    }
/*
------------------------------------------------------------
		 Deletezone 
------------------------------------------------------------
*/
.deletezone {
    width: 100%;
    border: 1px dashed #EEE;
    min-height: 250px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #AAA;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 250px;
    background-image: url(../images/icon/bin.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

    .deletezone img {
        margin-bottom: -4px;
    }

.deletezoneover {
    border: 1px dashed #000;
}

.deletezonedragging {
    border: 1px dashed red;
    color: #F00;
}

.deletezone.small {
    min-height: 200px;
    line-height: 200px;
    font-size: 10px;
    text-transform: capitalize;
    margin: 0;
}
/*
		------------------------------------------------------------
		 input Type 
		------------------------------------------------------------
		*/
textarea {
    background-position: 5px 5px;
    border: solid 1px #dddddd;
    outline: 0;
    padding: 7px 7px;
    min-height: 73px;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
}

input[type=text], input[type=password], .fileupload {
    background-position: 5px 5px;
    border: solid 1px #c9c9c9;
    outline: 0;
    line-height: 28px;
    height: 28px;
    padding: 0px 7px 0px 7px;
    -moz-box-shadow: 1px 1px 2px #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px #f5f5f5;
    box-shadow: 1px 1px 2px #f5f5f5;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: auto;
}

.col-md-2 > div > input, .col-md-2 > input, .col-md-3 > div > input, .col-md-3 > input {
    width: 98%;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, .fileupload:focus {
    border-color: #C9C9C9;
    -moz-box-shadow: 0px 0px 8px #dddddd;
    -webkit-box-shadow: 0px 0px 8px #dddddd;
    box-shadow: 0px 0px 8px #dddddd;
}

input[type=text]:disabled, input[type=password]:disabled {
    background: -webkit-gradient(linear, left top, left 25, from(#EEEEEE), color-stop(4%, #EEEEEE), to(#EEEEEE));
    background: -moz-linear-gradient(top, #EEEEEE, #EEEEEE 1px, #EEEEEE 25px);
    color: #666;
}

input[type=text].error, input[type=password].error {
    height: 30px;
    border: 1px #F00 solid;
    background-position: 5px 5px;
    padding-left: 5px;
}

/* placeholder */
::-webkit-input-placeholder, input:-moz-placeholder, .placeholder {
    color: #cccccc;
    line-height: 28px;
}

}
/*select box */
select[multiple] {
    padding: 6px;
    border: solid 1px #dddddd;
    font-size: 12px;
    color: #666666;
}

select:focus {
    border-color: #C9C9C9;
    -moz-box-shadow: 0px 0px 8px #dddddd;
    -webkit-box-shadow: 0px 0px 8px #dddddd;
    box-shadow: 0px 0px 8px #dddddd;
}

.ui-selectmenu {
    display: inline-block;
    position: relative;
    border: 1px solid #dddddd;
    margin: 0 3px 0 0;
    text-decoration: none;
    overflow: hidden;
    outline: none;
    width: 150px;
    height: 28px;
    -moz-box-shadow: 1px 1px 2px #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px #f5f5f5;
    box-shadow: 1px 1px 2px #f5f5f5;
}

a.ui-selectmenu, a.ui-selectmenu:link, a.ui-selectmenu:active, a.ui-selectmenu:visited {
    text-decoration: none;
}

.ui-selectmenu-status {
    float: left;
    padding: 7px 10px 0;
    outline: none;
    overflow: hidden;
    font: 11px Arial;
    font-weight: 100;
    cursor: pointer;
    color: #666666;
    text-decoration: none;
    width: 105px;
    height: 13px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #ffffff;
    font-weight: normal;
    color: #666666;
}

.ui-state-active .ui-icon.ui-selectmenu-icon {
    background: url(../images/forms/seleteup.png) no-repeat right top transparent;
}

.ui-state-highlight .ui-icon.ui-selectmenu-icon {
    background: url(../images/forms/seletedown.png) no-repeat right top transparent;
}

.ui-icon.ui-selectmenu-icon {
    float: right;
    width: 32px;
    height: 30px;
    position: absolute;
    right: 0;
    background-color: transparent;
    background-image: url(../images/forms/seletedown.png);
    background-repeat: no-repeat;
    background-position: right -2px;
}

a.ui-selectmenu {
    text-decoration: none;
}

.ui-selectmenu-menu {
    position: absolute;
    display: none;
    top: 0;
    z-index: 9999;
    background-color: #FFFFFF;
    border: 1px solid #dcdcdc;
    padding: 0;
    margin: 1px 0 0 0;
    list-style: none;
    overflow: auto;
    width: 150px;
    max-height: 175px;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-menu li {
    display: block;
    background: #FFFFFF;
    border-top: 1px solid #f5f5f5;
    line-height: 25px;
    outline: none;
    padding: 0;
    margin: 0;
}

    .ui-selectmenu-menu li:first-child {
        border-top: none;
    }

    .ui-selectmenu-menu li a {
        display: block;
        padding: 6px 10px;
        outline: none;
        overflow: hidden;
        font: 11px Arial;
        font-weight: 100;
        cursor: pointer;
        color: #666666;
        text-decoration: none;
    }

        .ui-selectmenu-menu li a:hover, li.ui-selectmenu-item-selected a {
            background: #c2e3f0;
        }

.ui-selectmenu.small, .ui-selectmenu-menu.small {
    width: 75px;
}

    .ui-selectmenu.small .ui-selectmenu-status {
        width: 40px;
    }

.ui-selectmenu.big, .ui-selectmenu-menu.big {
    width: 300px;
}

    .ui-selectmenu.big .ui-selectmenu-status {
        width: 255px;
    }

.multiple {
    display: block;
    border: 1px solid #c5c5c5;
    outline: 0;
    padding: 5px;
    cursor: text;
    font: 12px/2em Arial;
    color: #1c1c1c;
    width: 100%;
}

.searchBox {
    position: absolute;
    /*	width: 300px;*/
    height: 21px;
    margin-top: -21px;
    margin-left: -1px;
    /*	left:240px;
	top:150px;*/
}

.searchAutocomplete {
    background-image: url(../images/options2.jpg);
    width: 91px;
    height: 21px;
    cursor: pointer;
}
/*.searchAutocomplete:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}*/
.searchText {
    display: none;
    position: absolute;
    background-color: #000;
    padding: 5px;
    z-index: 15;
}

    .searchText input {
        background: url(../images/search-white.png) no-repeat 10px 6px #f8f8f8 !important;
        border: 1px solid #dcdcdc;
        outline: 0;
        padding: 0px 5px 0px 30px;
        width: 166px;
    }

.formEl_b {
    padding: 10px 0px 20px 0px;
}
    /*fieldset {
		position:relative;
		padding:20px;
		padding: 0px 20px;		
		border:1px solid #ccc;		
		margin-bottom:16px
}
fieldset legend {
		position:relative;
		margin-left:-10px;
		font-weight:700;
		border:1px solid #ccc;
		background:#f2f2f2;
		font-size:12px;
		line-height:24px;
		padding:0 10px;
		*margin-bottom:20px
}	*/
    .formEl_b fieldset {
        border: 1px solid #e6e6e6;
        padding: 20px 20px 20px 20px;
        background: #ffffff;
        margin: 0 0;
    }

        .formEl_b fieldset legend {
            font-weight: 700;
            border: 1px solid #e6e6e6;
            background: #f2f2f2;
            font-size: 12px;
            line-height: 24px;
            padding: 0px 10px;
            margin-left: -10px;
            margin-bottom: 20px;
        }

            .formEl_b fieldset legend span {
                color: #F00;
            }

.sepH_b {
    margin-bottom: 12px;
}
/*
		------------------------------------------------------------
		Form input
		------------------------------------------------------------
		*/
/*input, textarea {
    z-index: 1000000000000;
}*/

input.xxsmall {
    width: 5%;
    text-align: center;
}

input.xsmall {
    width: 10%;
    text-align: center;
}

input.small {
    width: 20%;
}

input.medium, form textarea.medium {
    width: 40%;
    max-width: 40%;
}

input.xmedium, form textarea.xmedium {
    width: 45%;
    max-width: 45%;
}

input.large, form textarea.large {
    width: 69%;
    max-width: 69%;
}

input.alarge, form textarea.alarge {
    width: 50%;
    max-width: 50%;
}

input.largeXL, textarea.largeXL {
    width: 98%;
    max-width: 98%;
    height: 80px;
}

input.full, form textarea.full {
    width: 93%;
    max-width: 93%;
}

.limitchars {
    font-size: 14px;
    color: #aaaaaa;
    text-align: right;
}

div.section {
    display: block;
    position: relative;
    min-height: 67px;
    border-bottom: 1px solid #efefef;
    border-top: none;
    padding: 0px 0 10px 0;
    margin-bottom: 2px;
    width: 100%;
}

    div.section:first-child, .modal_dialog form div.section:first-child {
        border-top: none;
    }

    div.section.last, .modal_dialog form div.section.last {
        border-bottom: none;
    }

    div.section > div {
        color: #404040;
        font-size: 11px;
        margin-left: 35%;
        position: relative;
        padding: 13px 0 0px 0;
    }

        div.section > div.m50 {
            margin-left: 50%;
        }

div.section2 {
    display: block;
    position: relative;
    min-height: 67px;
    border-bottom: 1px solid #efefef;
    border-top: none;
    padding: 0px 0 10px 0;
    margin-bottom: 2px;
    width: 100%;
}

    div.section2 > div {
        color: #404040;
        font-size: 11px;
        margin-left: 20%;
        position: relative;
        padding: 13px 0 0px 0;
    }

        div.section2 > div > p, div.section > div > p {
            font-size: 12px;
        }

        div.section2 > div > label, div.section > div > label {
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            margin-left: 5px;
        }

        div.section2 > div > .select_box, div.section > div > .select_box {
            margin-left: -1px;
            position: absolute;
            display: inline-block;
        }

    div.section2 > label, div.section > label {
        color: #404040;
        float: left;
        margin-right: 5%;
        margin-top: 2px;
        width: auto;
        padding: 11px 0 0px 0;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }

    div.section2 > div > textarea {
        width: 100%;
    }

    div.section2 > div > div.chzn-container {
        position: relative;
        display: inline-block;
        zoom: 1;
        width: 100% !important;
        max-width: 800px;
        color: #1b1b1b;
    }

    div.section2 > div > div > div.chzn-drop {
        background: #fff;
        border: 1px solid #c9c9c9;
        border-top: 0;
        position: absolute;
        top: 20px;
        left: 0;
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
        width: 100% !important;
        max-width: 800px !important;
        z-index: 999;
    }

    div.section2 > div > div > div > div.chzn-search > input {
        background: #ffffff url('../components/chosen/chosen-sprite.png') no-repeat 100% -21px;
        /*	margin: 1px 0;*/
        padding: 1px 4px 1px 4px;
        width: 100% !important;
        max-width: 800px;
        outline: 0;
        border: none;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #eeeeee;
    }

#pgMusteriBorcDetayi > div.col-md-6 {
    display: block;
    position: relative;
    min-height: 67px;
    border-bottom: 1px solid #efefef;
    border-top: none;
    padding: 0px 0 18px 0;
    margin-bottom: 2px;
}

div.col-md-6 > label {
    color: #404040;
    float: left;
    margin-right: 5%;
    margin-top: 2px;
    width: auto;
    max-width: 200px;
    /*padding: 11px 0 0px 0;*/
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

div.col-md-6 > div {
    color: #404040;
    font-size: 11px;
    /* margin-left: 50%;*/
    position: relative;
    padding: 2px;
}

div.section > div > label.red {
    color: #F00;
    text-transform: uppercase;
}

div.section label small {
    color: #999;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    margin-top: 3px;
    text-transform: none;
}

ul.rowData li {
    float: left;
    margin-right: 2px;
}

    ul.rowData li.sep {
        line-height: 30px;
    }

    ul.rowData li > input {
        text-align: center;
    }
/*alertMessage*/

.alertMessage, #alertMessage {
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)), color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    font-size: 15px;
    /*	font-weight:bold;*/
    border: 1px solid !important;
    color: #fff;
    padding: 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    margin-bottom: 10px;
}

#alertMessage {
    position: fixed;
    /*	display:none;
	position: absolute;
	opacity:0;
	filter:alpha(opacity=0);*/
    right: -90px;
    top: 35px;
    z-index: 100001;
    cursor: pointer;
    border: 1px solid;
    min-width: 300px;
}

    .alertMessage.info, #alertMessage.info {
        border-color: #3b8eb5 !important;
        background-color: #C2E3F0;
        color: #34667A !important;
        text-shadow: 1px 1px 1px #C8EBFB;
    }

    .alertMessage.error, #alertMessage.error {
        border-color: #c43d3d !important;
        background-color: #fc4a48;
        color: #fff !important;
        text-shadow: 1px 1px 1px #E64040;
    }

    .alertMessage.warning, #alertMessage.warning {
        border-color: #d99a36 !important;
        background-color: #fcdb72;
        color: #987402 !important;
        text-shadow: 1px 1px 1px #e7b104;
    }

    .alertMessage.success, #alertMessage.success {
        background-color: #61b832;
        border-color: #55a12c !important;
        /*	color:#324e03 !important;*/
        text-shadow: 1px 1px 1px #5c9201;
    }

.alertMessage h3 {
    margin: 0 !important;
    border: none;
    line-height: 25px !important;
    color: #FFF;
}

.message p {
    margin: 0;
}

@-webkit-keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}


@-moz-keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}
/* styled checkboxes */
.iPhoneCheckContainer {
    position: relative;
    height: 27px;
    cursor: pointer;
    overflow: hidden;
    border: 2px #f1f1f1 solid;
    margin-bottom: 5px;
}
    /*.iPhoneCheckContainer:hover {
	border: 0px #ffffff solid;
	margin:2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
}*/
    .iPhoneCheckContainer input {
        position: absolute;
        top: 5px;
        left: 30px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    .iPhoneCheckContainer label {
        white-space: nowrap;
        font-size: 10px;
        font-weight: bold;
        line-height: 16px;
        text-transform: uppercase;
        cursor: pointer;
        display: block;
        height: 22px;
        position: absolute;
        width: auto;
        top: 0;
        padding-top: 5px;
        overflow: hidden;
    }

    .iPhoneCheckContainer, .iPhoneCheckContainer label {
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
    }

.iPhoneCheckDisabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

label.iPhoneCheckLabelOn {
    color: #FFF;
    background: url(../images/on.png) no-repeat left top;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    padding-top: 5px;
    text-align: center;
}

    label.iPhoneCheckLabelOn span {
        padding-left: 5px;
    }

label.iPhoneCheckLabelOff {
    color: #FFF;
    background: url(../images/off.png) no-repeat right 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    text-align: right;
    right: 0;
}

    label.iPhoneCheckLabelOff span {
        padding-right: 11px;
    }

.iPhoneCheckHandle {
    display: block;
    height: inherit;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/slider_left.png) no-repeat;
    padding-left: 3px;
}

.iPhoneCheckHandleRight {
    height: 100%;
    width: 100%;
    padding-right: 3px;
    background: url(../images/slider_right.png) no-repeat right 0;
    width: 53px;
    left: 65px;
    height: inherit;
}

.iPhoneCheckHandleCenter {
    height: 100%;
    width: 100%;
    background: url(../images/slider_center.png);
}

.responMsg {
    width: 40%;
    padding: 40px 0 0px 0;
    margin: auto;
    display: none;
}

    .responMsg > div {
        text-align: center;
        padding: 50px 0;
        border: 1px #eeeeee dashed;
    }

    .responMsg h2 {
        display: block;
    }

    .responMsg a {
    }

#versionBar {
    height: 50px;
    background-color: #000;
    background-image: url(../images/top_bgrepeat.jpg);
    text-shadow: none;
    color: #FFF;
    text-align: right;
    font-size: 10px;
    line-height: 50px;
    padding: 0 0px;
}

#login {
    width: 400px;
    height: auto;
    margin: 200px auto;
    display: table;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 5px #f4f4f4 solid;
    min-width: 200px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

    #login .ribbon {
        /*background-image: url(../images/logform.png);*/
        position: absolute;
        width: 111px;
        height: 110px;
        z-index: 12;
        margin-top: -8px;
        margin-left: -9px;
    }

    #login .shadow {
        position: absolute;
        width: 434px;
        z-index: -1;
        margin-top: 5px;
        background-image: url(../images/shadowForm.png);
        height: 33px;
        margin-left: -20px;
    }

    #login .inner {
        background-color: #FFF;
        border: 1px #cccccc solid;
        min-height: 230px;
        overflow: hidden;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    #login .logo {
        width: 330px;
        height: 41px;
        margin: 20px auto 5px auto;
        text-align: center;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 11;
        background-color: #FFF;
    }

    #login .formLogin {
        width: 100%;
        text-align: center;
        margin: auto;
        position: relative;
        left: -400px;
        opacity: 0;
        filter: alpha(opacity=0);
        height: 150px;
        padding: 90px 0px 20px 0px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    #login #username_id, #login #password, #login #txtUsername, #login #txtEmail {
        background-repeat: no-repeat;
        /*	padding-left: 35px;*/
        text-align: center;
        margin: auto;
        height: 35px;
        background-position: 2px 3px;
        /*	background-position:right center; */
        line-height: 35px;
        color: #999;
        width: 80%;
        margin-bottom: 10px;
        font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    }

        #login #username_id:focus, #login #password:focus, #login #txtUsername:focus, #login #txtEmail:focus {
            color: #000;
        }

    #login #username_id {
        background-image: url(../images/icon/user_.png);
    }

    #login #password {
        background-image: url(../images/icon/pass_.png);
    }

    #login .loginButton {
        width: 80%;
        padding: 0px 5px;
        margin: 5px auto 20px auto;
    }

.lblTFiyat {
    white-space: nowrap;
}

span.panel-title {
    line-height: 23px;
    font-weight: bold;
    font-size: 14px;
    color: inherit;
    white-space: nowrap;
}

.text_success {
    font-size: 14px;
    text-align: center;
    margin: 0px 0 35px 0;
    line-height: 25px;
    position: absolute;
    left: 50%;
    width: 200px;
    top: 50%;
    z-index: 50;
    margin-left: -100px;
    padding: 20px 0px;
    margin-top: -100px;
    display: none;
}

    .text_success img {
    }

    .text_success span {
        display: block;
        padding: 10px;
        color: #CCC;
    }
/*....................................................*/

/*
------------------------------------------------------------
		  header
------------------------------------------------------------
*/
#header {
    width: 100%;
    height: 45px;
    background: #000000 url(../images/top_bgrepeat.jpg) repeat-x;
    text-shadow: 1px 0 0 #666666;
    color: #ffffff;
    position: fixed;
    z-index: 49;
    -moz-box-shadow: 0px 2px 15px #333333;
    -webkit-box-shadow: 0px 2px 15px #333333;
    box-shadow: 0px 2px 15px #333333;
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 5, direction = 180, color = '#999999');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 180, Color = '#aaaaaa')";
    /*	min-width: 480px;*/
    overflow: visible;
}

    #header a {
        font-weight: normal;
        color: #ffffff;
    }

        #header a:hover {
            color: #ebebeb;
        }

        #header a:active {
            color: #999999;
        }

    #header #account_info {
        margin: 0 35px 0 0;
        vertical-align: top;
        text-align: right;
        width: 100%;
        overflow: visible;
    }

        #header #account_info div {
            border-left: 1px #333333 solid;
            padding: 0 10px 0 20px;
            background-image: url(../images/accbg.png);
            cursor: pointer;
            display: inline-block;
            height: 45px;
            line-height: 47px;
            background-repeat: no-repeat;
        }

            #header #account_info div:last-child {
                border-left: 1px #333333 solid;
                padding: 0 15px 0 15px;
            }

            #header #account_info div .red {
                color: #F00;
            }

        #header #account_info img {
            margin-right: 5px;
            margin-bottom: -12px;
            margin-left: 5px;
        }

            #header #account_info img.disconnect {
                margin-right: 5px;
                margin-bottom: -13px;
                margin-left: 10px;
            }

            #header #account_info img.gear {
                margin-right: -5px;
                margin-bottom: -12px;
                transition: width 2s, height 2s;
                -moz-transition: width 2s, height 2s, -moz-transform 2s; /* Firefox 4 */
                -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari and Chrome */
                -o-transition: width 2s, height 2s, -o-transform 2s; /* Opera */
            }

            #header #account_info img.gearhover {
                transform: rotate(180deg);
                -moz-transform: rotate(180deg); /* Firefox 4 */
                -webkit-transform: rotate(180deg); /* Safari and Chrome */
                -o-transform: rotate(180deg); /* Opera */
            }

            #header #account_info img.disconnect {
                margin-top: 8px;
            }

#shadowhead {
    background-repeat: repeat-x;
    z-index: -5;
    background: url('../images/bg/sprite-shadows.png') 0 -29px;
    display: block;
    height: 18px;
    position: absolute;
    width: 100%;
}
/*
------------------------------------------------------------
		  Menu left  
------------------------------------------------------------
*/
#left_menu {
    background-image: url(../images/menu_bg.jpg);
    float: left;
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 48;
}

.main_menu {
    margin: 0;
    padding: 0;
    float: left;
    width: 200px;
    list-style: none;
    display: block;
}

    .main_menu li {
        width: 100%;
        border-bottom: 1px solid #212123;
        border-top: 1px solid #3f3f42;
        display: block;
        text-transform: capitalize;
        background-image: url(../images/menu_bg.jpg);
    }

        .main_menu li.active {
            height: auto;
        }

        .main_menu li ul {
            margin-bottom: 10px;
            float: left;
            display: block;
            width: 220px;
            border: 1px #111111 solid;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin-top: -52px;
            display: none;
            clear: both;
            background-position: right top;
            list-style: none;
            position: absolute;
            left: 200px;
            margin-left: 10px;
            -webkit-box-shadow: 2px 2px 3px 2px #333333;
            -moz-box-shadow: 2px 2px 3px 2px #333333;
            box-shadow: 2px 2px 3px 2px #333333;
            background-image: url(../images/bg/214.png);
        }

            .main_menu li ul li {
                height: 40px;
                background-image: none;
                border-bottom: 1px #111111 solid;
                border-top: 1px #333333 solid;
                width: auto;
                -webkit-transition: all .2s ease-out;
                -moz-transition: all.2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all.2s ease-out;
            }

        .main_menu li .arr {
            position: absolute;
            width: 6px;
            height: 100%;
            padding-left: 10px;
            left: -16px;
            top: 0;
            z-index: 100;
        }

            .main_menu li .arr span {
                position: absolute;
                background-image: url(../images/arr3.png);
                width: 6px;
                height: 12px;
                top: 20px;
                display: block;
                left: 9px;
            }

        .main_menu li ul li:hover {
            border-bottom: 1px #111111 solid;
            border-top: 1px #333333 solid;
            background-image: none;
            -webkit-box-shadow: inset 0px 0px 20px 1px #000000;
            -moz-box-shadow: inset 0px 0px 20px 1px #000000;
            box-shadow: inset 0px 0px 20px 1px #000000;
            list-style: none;
            padding-left: 10px;
        }

        .main_menu li ul li:first-child {
            border-bottom: none;
            border-top: 1px #333333 solid;
            margin-bottom: 0px;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .main_menu li ul li:last-child {
            border-bottom: none;
            border-top: 1px #333333 solid;
            margin-bottom: 0px;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .main_menu li ul li a {
            text-shadow: none;
            margin-left: 32px;
            color: #FFF;
            padding-top: 13px !important;
            padding-left: 0px !important;
        }

            .main_menu li ul li a img {
                margin-bottom: 2px;
                margin-right: 10px;
            }

            .main_menu li ul li a:hover {
                background-image: none;
                text-shadow: 0 1px 0 #000000;
                color: #FFF;
                border: none;
            }

        .main_menu li a img {
            margin-right: 15px;
            border: 0;
            margin-bottom: -3px;
        }

        .main_menu li.select {
            background-image: url(../images/selectM.png);
            background-repeat: no-repeat;
            border-bottom: 1px #111111 solid;
            border-top: 1px #000000 solid;
        }

        .main_menu li a {
            display: block;
            padding: 13px 20px 13px 30px;
            color: #FFF;
            font-weight: bold;
            text-shadow: 0 2px 0 #000000;
            -webkit-transition: background-color .2s ease-out;
            -moz-transition: background-color .2s ease-out;
            -o-transition: background-color .2s ease-out;
            transition: background-color .2s ease-out;
        }

            .main_menu li a:hover, .main_menu li:hover {
                color: #FFF;
                text-shadow: 0 2px 0 #000000;
                background-image: url(../images/foot.png);
            }

        .main_menu li:hover {
            border-top: 1px #000000 solid;
        }

        .main_menu li.select a:hover {
            background-image: url(../images/selectM.png);
        }

        .main_menu li.select ul li a:hover {
            background-image: none;
        }

.iconmenu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 50px;
    top: 120px;
    position: absolute;
    z-index: 48;
    background-color: #1f1f1f;
}

    .iconmenu li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #171717;
        border-top: 1px solid #2a2a2a;
    }

        .iconmenu li.active {
            height: auto;
        }

        .iconmenu li ul {
            margin-bottom: 10px;
            float: left;
            display: block;
            width: 150px;
            border: 1px #111111 solid;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin-top: -52px;
            display: none;
            clear: both;
            background-position: right top;
            list-style: none;
            position: absolute;
            left: 50px;
            margin-left: 10px;
            -webkit-box-shadow: 2px 2px 3px 2px #333333;
            -moz-box-shadow: 2px 2px 3px 2px #333333;
            box-shadow: 2px 2px 3px 2px #333333;
            background-image: url(../images/bg/214.png);
        }

            .iconmenu li ul li {
                height: 45px;
                border-bottom: 1px #111111 solid;
                border-top: 1px #333333 solid;
                width: auto;
                -webkit-transition: all .2s ease-out;
                -moz-transition: all.2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all.2s ease-out;
                padding-left: 0px;
                padding: 3px 0;
                text-transform: capitalize;
            }

        .iconmenu li .arr {
            position: absolute;
            width: 6px;
            height: 100%;
            padding-left: 10px;
            left: -16px;
            top: 0;
            z-index: 100;
        }

            .iconmenu li .arr span {
                position: absolute;
                background-image: url(../images/arr3.png);
                width: 6px;
                height: 12px;
                top: 20px;
                display: block;
                left: 9px;
            }

        .iconmenu li ul li:hover {
            border-bottom: 1px #111111 solid;
            border-top: 1px #333333 solid;
            background-image: none;
            -webkit-box-shadow: inset 0px 0px 20px 1px #000000;
            -moz-box-shadow: inset 0px 0px 20px 1px #000000;
            box-shadow: inset 0px 0px 20px 1px #000000;
            list-style: none;
            padding-left: 10px;
        }

        .iconmenu li ul li:first-child {
            border-bottom: none;
            border-top: 1px #333333 solid;
            margin-bottom: 0px;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .iconmenu li ul li:last-child {
            border-bottom: none;
            border-top: 1px #333333 solid;
            margin-bottom: 0px;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .iconmenu li ul li a {
            text-shadow: none;
            margin-left: 32px;
            color: #FFF;
            padding-top: 13px !important;
            padding-left: 0px !important;
        }

            .iconmenu li ul li a img {
                margin-bottom: 2px;
                margin-right: 10px;
            }

            .iconmenu li ul li a:hover {
                background-image: none;
                text-shadow: 0 1px 0 #000000;
                color: #FFF;
                border: none;
            }

        .iconmenu li a img {
            margin-right: 15px;
            border: 0;
            margin-bottom: -3px;
        }

        .iconmenu li.select {
            background-image: url(../images/selectM.png);
            background-repeat: no-repeat;
            border-bottom: 1px #3d3d42 solid;
            border-top: 1px #232328 solid;
        }

        .iconmenu li a {
            display: block;
            padding: 15px;
            color: #FFF;
            font-weight: bold;
            text-shadow: 0 2px 0 #000000;
            -webkit-transition: background-color .2s ease-out;
            -moz-transition: background-color .2s ease-out;
            -o-transition: background-color .2s ease-out;
            transition: background-color .2s ease-out;
            margin: 3px 0px;
        }

            .iconmenu li a:hover {
                color: #FFF;
                text-shadow: 0 2px 0 #000000;
                background-image: none;
            }

        .iconmenu li.select a:hover {
            background-repeat: no-repeat;
        }

        .iconmenu li.select ul li a:hover {
            background-image: none;
        }

.show {
    display: block;
}

.hide {
    display: none;
}
/*
------------------------------------------------------------
	 Menu shortcut  ( 4 icon show ) in top page
------------------------------------------------------------
*/
#shortcut {
    list-style: none;
    display: block;
    margin-top: 35px;
    font-size: 11px;
    float: right;
    margin-bottom: 0px;
    padding-bottom: 25px;
    height: 75px;
}

    #shortcut li {
        display: block;
        float: left;
        margin: 0 0px 0px 20px;
        text-align: center;
    }

        #shortcut li a {
            display: block;
            width: 50px;
            padding: 10px 15px 10px 15px;
            color: #4c535b;
            text-shadow: 0 1px 0 #ffffff;
        }

            #shortcut li a img {
                margin-bottom: 0px;
            }

        #shortcut li .notification {
            color: #ffffff;
            font-weight: bold;
            text-shadow: 1px 0 0 #333333;
            background: transparent url('../images/bg_notification.png') no-repeat center;
            width: 37px;
            height: 37px;
            text-align: center;
            line-height: 37px;
            position: absolute;
            margin-top: -75px;
            margin-left: 40px;
            display: none;
        }

#content {
    margin-left: 240px;
    padding: 0px 10px 0 0;
    /*	min-width: 400px;*/
}

    #content .inner {
        width: 98%;
        padding-top: 35px;
    }

        #content .inner .logo {
            float: left;
            padding: 45px 0 0 0;
            background-image: url(../images/logo/logo-191-44.png);
            width: 191px;
            height: 44px;
            background-repeat: no-repeat;
            background-position: center bottom;
        }
/*
------------------------------------------------------------
		 grid in content
------------------------------------------------------------
*/
.oneTwo {
    width: 49%;
    display: inline;
    float: right;
}

    .oneTwo:first-child {
        float: left;
    }

.oneThree {
    width: 40%;
    display: inline;
    float: left;
    margin-left: 2%;
}

    .oneThree:first-child {
        margin-left: 0;
        float: left;
    }

.twoOne {
    width: 58%;
    float: right;
    margin-left: 2%;
}

    .twoOne:first-child {
        margin-left: 0;
        float: left;
    }

.twoOne1 {
    width: 75%;
    float: right;
    margin-left: 2%;
}

    .twoOne1:first-child {
        margin-left: 0;
        float: left;
    }

.oneFour {
    width: 23%;
    float: left;
    margin-left: 2.6%;
}

    .oneFour:first-child {
        margin-left: 0px;
    }
/*
------------------------------------------------------------
	widget ,  column
------------------------------------------------------------
*/

.topcolumn {
}

.widget {
    margin-left: 0;
    margin-right: 0;
    margin-top: 70px;
}

    .widget.noborder {
        border: none;
    }

    .widget .header.border, .widget .header1.border1 {
        border: 1px solid #cdcdcd;
        border-bottom: none;
    }

    .widget .header, .widget .header1 {
        height: 40px;
        border-bottom: none;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 19%, #ededed 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #ffffff), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 19%, #ededed 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 19%, #ededed 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 19%, #ededed 100%); /* IE10+ */
        background: linear-gradient(top, #ffffff 19%, #ededed 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /*  IE6-9 */
    }

        .widget .header span, .widget .header1 span {
            display: block;
            font-size: 14px;
            font-weight: bold;
            padding: 11px 0 0 15px;
            float: left;
        }

            .widget .header span img, .widget .header1 span img {
                margin-right: 5px;
            }

    .widget .content, .widget .content1 {
        background: #ffffff;
        /*border-top: 1px solid #cecece;*/
        padding: 15px 25px;
        min-height: 50px;
    }

#buttom_top {
    height: 20px;
    width: auto;
    text-align: right;
    float: right;
    padding: 7px 7px 0 0; /*	border: 1px #CCCCCC solid;*/
}

    #buttom_top img {
        margin-bottom: -3px;
        padding-right: 0px;
    }
/*
------------------------------------------------------------
	 two column
------------------------------------------------------------
*/
.column_left, .column_right {
    width: 49%;
    float: left;
    padding-left: 1%;
    margin-bottom: 0px;
}

.column_left {
    padding-right: 1%;
    padding-left: 0;
}

.noshadow {
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}
/*
------------------------------------------------------------
	 modal_dialog
------------------------------------------------------------
*/


.modal_dialog {
    width: 550px;
    background-color: #FFF;
    text-shadow: none;
    display: block;
    overflow-x: hidden;
    margin-bottom: 0px;
}

    .modal_dialog .header {
        margin: 0;
        padding: 0;
        float: left;
        background-color: #000;
        /*background-image:linear-gradient(to bottom right, #33334d,#666666);*/
        width: 100%;
        height: 40px;
    }

        .modal_dialog .header span {
            display: block;
            font-size: 14px;
            font-weight: bold;
            color: #FFF;
            padding: 10px 0 0 15px;
            float: left;
            width: auto;
            cursor: n-resize;
            text-shadow: none;
        }

        .modal_dialog .header .close_me {
            float: right;
            color: #FFF;
            padding: 12px 10px 0 0;
        }

            .modal_dialog .header .close_me a {
                color: white;
                font-size: 9px;
                font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
                text-transform: uppercase;
                padding: 5px;
            }

                .modal_dialog .header .close_me a:hover {
                    color: #dddddd;
                }

                .modal_dialog .header .close_me a img {
                    margin-bottom: -3px;
                }

    .modal_dialog .content {
        padding: 15px 15px;
        background-color: #fafafa;
        border: solid 1px #ccc;
        min-height: 150px;
        overflow-x: auto;
    }

    .modal_dialog form div.section {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #fff;
        padding: 0px 0 13px 0;
    }
/* 
------------------------------------------------------------
	  filestyle
------------------------------------------------------------
*/
.txtpart {
    padding-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #aaaaaa;
    display: block;
    padding-left: 5px;
}
/*
------------------------------------------------------------
	 mutiupload
------------------------------------------------------------
*/

.upload-group {
    /*background: #fafafa;*/
    height: 38px;
    border-top: none;
    width: auto;
    padding: 0 20px;
}

#uploadButton {
    height: 26px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    width: 115px;
    float: left;
    z-index: 5;
    margin-left: 25px;
    /*top: 233px;
    left: 266px;*/
}

#uploadButton_edit {
    height: 26px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    width: 92px;
    float: left;
    z-index: 5;
    margin-left: 20px;
}

#uploadDisableBut {
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    background-color: #ffffff;
    height: 26px;
    width: 155px;
    z-index: 5;
    margin-left: -3px;
}

#uploadButtondisable {
    height: 26px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    background-color: transparent;
    width: 87px;
    float: left;
    z-index: 5;
    margin-left: 140px;
}

#uploadButtondisable_edit {
    height: 26px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    width: 87px;
    float: left;
    z-index: 5;
    margin-left: 115px;
}

#uploadButtondisable.uploadme {
    height: 26px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    width: 160px;
    float: left;
    z-index: 5;
    margin-left: 0px;
}

#status-message, #status-message_edit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-transform: capitalize;
    text-align: right;
    color: #666;
    padding-left: 5px;
}

.demo-box {
    width: auto;
}

.uploadifyQueueItem {
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    height: 50px;
    padding: 10px;
}

.uploadifyError {
    background-color: #FDE5DD !important;
    border: none !important;
    border-bottom: 1px solid #FBCBBC !important;
}

.uploadifySuccess {
    background-color: #f3fedc !important;
    border: none !important;
    border-bottom: 1px solid #e8fcbc !important;
}

.uploadifyQueueItem .cancel {
    float: right;
}

.uploadifyQueue .completed {
    color: #666;
}

.uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

.uploadifyProgressBar {
    background-color: #bedd17;
    height: 20px;
    width: 1px;
}

.custom-queueDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/DosyaID.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/MusteriNo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/UrunNo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueTCKNO {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/TCKNO.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueURUNNO {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/URUNNO.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAramaEmri {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AramaEmri.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueIletisimAktar-TCKN-Telefon {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/IletisimAktar-TCKN-Telefon.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueIletisimAktar-TCKN-Email {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/IletisimAktar-TCKN-Email.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueIletisimAktar-TCKN-Adres {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/IletisimAktar-TCKN-Adres.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueIletsimAktar-MusteriNo-Telefon {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/IletsimAktar-MusteriNo-Telefon.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueIletisimAktar-MusteriNo-Email {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/IletisimAktar-MusteriNo-Email.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueIletisimAktar-MusteriNo-Adres {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/IletisimAktar-MusteriNo-Adres.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueIletisimAktar-DosyaID-Telefon {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/IletisimAktar-DosyaID-Telefon.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueIletisimAktar-DosyaID-Email {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/IletisimAktar-DosyaID-Email.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueIletisimAktar-DosyaID-Adres {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/IletisimAktar-DosyaID-Adres.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAtamaDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/DosyaAtamaDosyaID.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAtamaUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/DosyaAtamaUrunNo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAtamaMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/DosyaAtama.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueKapamaUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/DosyaKapama.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueKapamaMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/DosyaKapamaMusteriNo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueKapamaDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/DosyaKapamaDosyaID.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueTahsilatTCKNO {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/TahsilatTCKNO.JPG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueTahsilatMusteriNO {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/TahsilatMUSTERINO.JPG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueTahsilatUrunNO {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/TahsilatURUNNO.JPG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueTahsilatDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/TahsilatDOSYAID.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolGecikmeUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-UrunNo-GecikmeFaizi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolGecikmeTCNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-TC-GecikmeFaizi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolGecikmeMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-MusteriNo-GecikmeFaizi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolGecikmeDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-DosyaID-GecikmeFaizi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-UrunNo-NPL.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLTCNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-TC-NPL.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-MusteriNo-NPL.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-DosyaID-NPL.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLMasrafUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-UrunNo-NPL-Masraf.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLMasrafTCNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-TC-NPL-Masraf.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLMasrafMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-MusteriNo-NPL-Masraf.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLMasrafDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-DosyaID-NPL-Masraf.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLYasalTakipUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-UrunNo-NPL-YasalTakip.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLYasalTakipTCNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-TCKN-NPL-YasalTakip.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLYasalTakipMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-MusteriNum-NPL-YasalTakip.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLYasalTakipDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-DosyaID-NPL-YasalTakip.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolDKUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/DKGuncelle-UrunNo.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolDKTCNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/DKGuncelle-TC.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolDKMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/DKGuncelle-MusteriNo.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolDKDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/DKGuncelle-DosyaID.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLKapaDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-DosyaID-NPLKapama.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLKapaMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-MusteriNo-NPLKapama.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLKapaTCKN {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-TC-NPLKapama.JPG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueNurolNPLKapaUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/Nurol-UrunNo-NPLKapama.JPG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueCihazIadeEkleMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/CihazIadeEkleme-MusteriNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueGorusmeNotuEkleDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/GorusmeNotuEkle-DosyaID.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueGorusmeNotuEkleMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/GorusmeNotuEkle-MusteriNo.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueGorusmeNotuEkleTCKNO {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/GorusmeNotuEkle-TCKNO.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueGorusmeNotuEkleUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/GorusmeNotuEkle-UrunNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleMernisDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-DosyaID-Mernis.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleMernisMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-MusteriNo-Mernis.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleMernisTCKN {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-TCKNO-Mernis.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleMernisUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-UrunNo-Mernis.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleSgkDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-DosyaID-Sgk.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleSgkMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-MusteriNo-Sgk.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleSgkTCKN {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-TCKNO-Sgk.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleSgkUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-UrunNo-Sgk.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleAracDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-DosyaID-Arac.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleAracMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-MusteriNo-Arac.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleAracTCKN {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-TCKNO-Arac.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleAracUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-UrunNo-Arac.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleTapuDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-DosyaID-Tapu.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleTapuMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-MusteriNo-Tapu.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleTapuTCKN {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-TCKNO-Tapu.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueAdliBilgiEkleTapuUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/AdliBilgiEkle-UrunNo-Tapu.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queue {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/add.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueResimsizExcel {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/ResimsizExcel.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueHariciHizliArama {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/HariciHizliArama.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueTopluIndirimEkle {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/TopluIndirimEkle.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueKurumMasrafiMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/KurumMasrafiMusteriNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueKurumMasrafiUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/KurumMasrafiUrunNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueKurumMasrafiTcNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/KurumMasrafiTcNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueKurumMasrafiDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/KurumMasrafiDosyaID.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueFaizDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/FaizGuncelle-DosyaID.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueFaizTCNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/FaizGuncelle-TCNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueFaizUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/FaizGuncelle-UrunNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueFaizMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/FaizGuncelle-MusteriNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueMasrafDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/MasrafGuncelle-DosyaID.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueMasrafTCNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/MasrafGuncelle-TCNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueMasrafUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/MasrafGuncelle-UrunNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueMasrafMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/MasrafGuncelle-MusteriNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueVekaletDosyaID {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/VekaletGuncelle-DosyaID.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueVekaletTCNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/VekaletGuncelle-TCNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueVekaletUrunNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/VekaletGuncelle-UrunNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queueVekaletMusteriNo {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../images/VekaletGuncelle-MusteriNo.PNG);
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-queue.dialog {
    min-height: 355px;
    width: 100%;
}

#open_file {
    width: 100px;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 3px 0;
    padding: 1px 0;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #eee;
    padding: .3em .7em;
    cursor: pointer;
}
/*
------------------------------------------------------------
	 Gallery Album 
------------------------------------------------------------
*/

#albumsList {
    margin-top: 10px;
    max-height: 528px;
    min-height: 528px;
    border-right: 1px #eeeeee solid;
    float: left;
    margin-bottom: 20px;
}

.album_edit {
    float: left;
    border-right: 1px #eeeeee solid;
    margin-right: 20px;
    padding-right: 23px;
}

    .album_edit h1 {
        color: #666;
        font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        border-bottom: 1px #eeeeee solid;
        margin-bottom: 13px;
        line-height: 35px;
    }

        .album_edit h1 img {
            margin-bottom: -1px;
            margin-right: 5px;
        }

.albumpics {
    max-height: 465px;
    min-height: 465px;
    border-right: 1px #eeeeee solid;
    border: 1px #eeeeee solid;
    /*	padding-left: 10px;*/
    padding-top: 10px;
    width: auto;
}

    .albumpics li {
        background-color: #333;
    }

        .albumpics li img {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }

.albumImage {
    float: left; /*	margin: 0 10px 10px 2px;*/
}

#imagearea {
    padding: 0px;
    margin: 40px;
    border: 1px solid #ccc;
}

.imageContainer {
    margin: 3px;
    -webkit-user-select: none;
    position: relative;
    float: left;
    padding: 0px;
}

    .imageContainer a {
        margin: 0px;
        padding: 0px;
    }

    .imageContainer div:hover {
        -webkit-box-shadow: #d90 0px 0px 6px 2px;
        -moz-box-shadow: #d90 0px 0px 6px 2px;
        box-shadow: #d90 0px 0px 6px 2px;
        -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
        -moz-transition: -moz-box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
    }

.picHolder {
    /*	border: 1px #aaaaaa solid;*/
    position: relative;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .picHolder:hover {
        -moz-transform: scale(1.1) rotate(0deg);
        -webkit-transform: scale(1.1) rotate(0deg);
        -o-transform: scale(1.1) rotate(0deg);
        -ms-transform: scale(1.1) rotate(0deg);
        transform: scale(1.1) rotate(0deg);
        -moz-box-shadow: 0px 0px 10px #000000;
        -webkit-box-shadow: 0px 0px 10px #000000;
        box-shadow: 0px 0px 10px #000000;
        z-index: 11;
    }

        .picHolder:hover img {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.image_highlight {
    z-index: 10;
    display: block;
    width: 160px;
    height: 120px;
    background: url("../images/pic_highlight.png") no-repeat top left;
    position: absolute;
}

.expandIcon {
    background: url("../images/pen_icon.png") no-repeat left top;
    cursor: pointer;
    display: none;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
    z-index: 10;
}

.picPreview {
    position: relative;
    text-align: left;
    margin: auto;
    border: 1px solid #dddddd;
    -moz-box-shadow: 1px 1px 2px #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px #f5f5f5;
    box-shadow: 1px 1px 2px #f5f5f5;
}

.picPreview-hover {
    border: 1px dashed #aaaaaa;
    -moz-box-shadow: 1px 1px 2px #eeeeee;
    -webkit-box-shadow: 1px 1px 2px #eeeeee;
    box-shadow: 1px 1px 2px #eeeeee;
}

.picPreviewLabel {
    text-align: center;
    margin: 10px 0 0px 0;
    color: #F00;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    text-shadow: none;
}

.albumImagePreview {
    margin-top: 8px;
    height: 420px;
    /*	min-width: 720px;*/
    margin-left: 208px;
    margin-right: 18px;
    /*	display: none;*/
}

.albumPanel {
    text-align: center;
    position: absolute;
    margin-left: 8%;
    margin-top: 390px;
}

.hr {
    background-color: #FFF;
    border-bottom: 1px solid #ffffff;
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
}

.title, .stats {
    padding: 2px;
    max-width: 146px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.title {
    padding: 4px 0px 2px 2px;
}

.stats {
    color: #777777;
    padding-top: 0px;
    text-transform: uppercase;
    font-size: 10px;
    padding-bottom: 0px;
}

div.album {
    border-width: 1px;
    cursor: pointer;
    font-family: Myriad Pro, Arial, Helvetica, sans-serif;
    padding: 14px 28px 10px 19px;
}

    div.album.float {
        float: left;
    }

    div.album:nth-child(odd) {
        border-color: #383838 #383838 black;
    }

    div.album:last-child:nth-child(odd) {
        border-bottom-color: #383838;
    }

    div.album:last-child {
        border-bottom-color: #444444;
    }

    div.album.dragging {
        border-left: 4px #dddddd solid;
        padding-left: 15px;
    }

    div.album.selected {
        background-color: #f9f9f9;
        border-left: 4px #4D90F0 solid;
        padding-left: 15px;
    }

div#animate {
    border: 4px solid #4D90F0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    position: absolute;
    z-index: 10000;
}

.album.over {
    background-color: #f4f4f4;
}

.preview {
    min-height: 106px;
    width: 138px;
    display: block;
    clear: both;
}

img.stackphotos {
    border: none;
    text-decoration: none;
    position: absolute;
    margin-left: 0px;
    width: 130px;
    position: absolute;
    border: 1px solid #BBB;
    z-index: 20;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    padding: 2px;
    background-color: #FFF;
}

.preview #p1:hover {
    -moz-transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.preview #photo1, .preview #p1 { /* position of middle photo in the stack */
    margin-left: 6px;
    margin-top: 4px;
}

.preview #photo2 { /* position of middle photo in the stack */
    margin-left: 3px;
    margin-top: 2px;
}

.preview #photo3 { /* position of first photo at the top in the stack */
}

.preview .rotate1 { /* rotate last image 15 degrees to the right */
    -webkit-transform: rotate(15deg); /* safari and chrome */
    -moz-transform: rotate(15deg); /*firefox browsers */
    transform: rotate(15deg); /*other */
    -ms-transform: rotate(15deg); /* Internet Explorer 9 */
    -o-transform: rotate(15deg); /* Opera */
}

.preview .rotate2 { /* css not used*/
    -webkit-transform: rotate(0deg); /* safari and chrome */
    -moz-transform: rotate(0deg); /*firefox browsers */
    transform: rotate(0deg); /*other */
    -ms-transform: rotate(0deg); /* Internet Explorer 9 */
    -o-transform: rotate(0deg); /* Opera */
}

.preview .rotate3 { /*rotate first image 15 degrees to the left*/
    -webkit-transform: rotate(-15deg); /* safari and chrome */
    -moz-transform: rotate(-15deg); /*firefox browsers */
    transform: rotate(-15deg); /*other */
    -ms-transform: rotate(-15deg); /* Internet Explorer 9 */
    -o-transform: rotate(-15deg); /* Opera */
    cursor: pointer;
}

.picTitle {
    background-color: #3C3C3C;
    color: #DDDDDD;
    font-size: 0.825em;
    margin: 10px auto 0;
    overflow: hidden;
    padding: 4px 6px;
    text-align: center;
    text-shadow: 0 0 1px black;
    white-space: nowrap;
    position: absolute;
    display: none;
    margin-top: -20px;
    z-index: 11;
    width: auto;
    max-width: 148px;
    cursor: pointer;
}

.screen-msg {
    color: #AAAAAA;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    line-height: 470px;
}

    .screen-msg span {
        margin-right: 7px;
        margin-bottom: -5px;
    }

        .screen-msg span img {
            margin-bottom: -7px;
        }
/*
------------------------------------------------------------
	 UI slider demo 
------------------------------------------------------------
*/

#amount, #amount2, #amount3 {
    font-size: 14px;
    color: #F96;
    font-weight: 700;
}

#red, #green, #blue, #yellow {
    display: block;
    margin: 15px 0 15px 0;
    width: auto;
    max-width: 400px;
}

#swatch {
    width: auto;
    max-width: 400px;
    height: 120px;
    background-image: none;
}

#red .ui-slider-range {
    background: #ef2929;
    background-image: linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
    background-image: -o-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
    background-image: -moz-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
    background-image: -webkit-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
    background-image: -ms-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
}

#blue .ui-slider-range {
    background: #729fcf;
    background-image: linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
    background-image: -o-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
    background-image: -moz-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
    background-image: -webkit-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
    background-image: -ms-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
}

#yellow .ui-slider-range {
    background: #ffd65e; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd65e 0%,#febf04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
}

#eq span {
    height: 130px;
    float: left;
    margin-right: 35px;
    display: block;
}
/*
------------------------------------------------------------
	 chart demo 
------------------------------------------------------------
*/
#tooltip, #tooltipPie, .legendBG {
    background-color: #ffffff;
    text-align: center;
    border: 2px #CCCCCC solid;
    cursor: pointer;
    font-size: 11px;
    padding: 10px;
    text-shadow: none;
    color: #aaaaaa;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-box-shadow: 2px 2px 2px #aaaaaa;
    -webkit-box-shadow: 2px 2px 2px #aaaaaa;
    box-shadow: 2px 2px 2px #aaaaaa;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80);
}

.legendBG {
    margin-top: -30px;
    -moz-box-shadow: 2px 2px 2px #eeeeee;
    -webkit-box-shadow: 2px 2px 2px #eeeeee;
    box-shadow: 2px 2px 2px #eeeeee;
    padding: 7px 10px;
}

#tooltip {
    margin-top: -5px;
}

    #tooltip b, #tooltipPie b {
        color: #000;
    }

#tooltipPie:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
    -moz-box-shadow: 2px 2px 2px #999999;
    -webkit-box-shadow: 2px 2px 2px #999999;
    box-shadow: 2px 2px 2px #999999;
    -moz-transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.chart_title {
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.legend {
}

.chart_title span {
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    border: 1px solid #dddddd;
    -moz-box-shadow: 1px 1px 2px #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px #f5f5f5;
    box-shadow: 1px 1px 2px #f5f5f5;
    position: relative;
    padding: 10px 20px;
    margin: 0 0px 10px 0px;
    background-color: #f5f5f5;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.chart-pie-shadow {
    background-image: url(../images/chaft-shadow.png);
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -18px;
    margin-bottom: 10px;
}
/*
------------------------------------------------------------
	 UI Spinner 
------------------------------------------------------------
*/
.ui-spinner {
    /*    margin: 0 auto;*/
    width: 100px;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: solid 1px #dddddd;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .ui-spinner:hover, .ui-spinner:focus {
        border-color: #C9C9C9;
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }

.ui-spinner-disabled {
    background: #F4F4F4;
    color: #CCC;
}

.ui-spinner input.ui-spinner-box {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    line-height: 32px;
    height: 30px; /*	padding: 6px 0!important;*/
    font-size: 18px;
    text-align: center;
    width: 50px;
}

.ui-spinner-up, .ui-spinner-down {
    width: 32px;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: none;
}

.ui-spinner-up {
    background: url(../images/forms/seleteup.png) no-repeat;
    height: 30px;
    top: 0;
    right: 0px;
}

.ui-spinner-down {
    height: 30px;
    bottom: 0px;
    background: url(../images/forms/seletedown.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

.ui-spinner-pressed {
}

.ui-spinner-list, .ui-spinner-listitem {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.ui-spinner ul li, .ui-spinner-data {
    line-height: 30px;
    height: 30px;
    padding: 0 6px;
}
/*
------------------------------------------------------------
	custom-checkbox
------------------------------------------------------------
*/
.custom-checkbox, .custom-radio {
    position: relative;
    display: inline-block;
    margin: 0px 3px 3px 0px;
}

    .custom-checkbox input, .custom-radio input {
        position: absolute;
        left: 0px;
        top: -13px;
        margin: 0;
        z-index: 0;
        margin-bottom: 5px;
        opacity: 0;
        filter: alpha(opacity=0);
        padding-bottom: 15px;
        z-index: 10; /*müşteri listesindeki anket geçmişinde chechbox aktif oluyordu z indez 10000 idi 1 yaptık*/
        min-width: 25px;
        min-height: 25px;
    }

    .custom-checkbox label, .custom-radio label {
        display: inline-block;
        height: 25px;
        position: relative;
        z-index: 1;
        font-size: 1em;
        padding-right: 1em;
        line-height: 1;
        padding: 7px 5px 5px 28px;
        cursor: pointer;
    }

table .custom-checkbox label {
    /*padding: 0px 15px 0px 0px!important;*/
    /*border-right:1px #dddddd solid!important;*/
    position: absolute;
    top: -13px;
    height: 25px;
    width: 22px;
}

table.static .custom-checkbox label, table.toolbar .custom-checkbox label {
    left: -15px !important;
}

table.toolbar .custom-checkbox label {
    border-right: 1px #dddddd solid !important;
}

.custom-checkbox label.disabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-position: -10px -513px;
}

.custom-radio label.disabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-position: -10px -414px;
}

.custom-checkbox label.checkedDisabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #aaaaaa;
    background-position: -10px -413px;
}

.custom-checkbox label {
    background: url(../images/checkbox.png) no-repeat;
}

.custom-radio label {
    background: url(../images/radiobutton.png) no-repeat;
}

.custom-checkbox label, .custom-radio label {
    background-position: -10px -14px;
}

    .custom-checkbox label.hover, .custom-checkbox label.focus, .custom-radio label.hover, .custom-radio label.focus {
        background-position: -10px -114px;
    }

    .custom-checkbox label.checked, .custom-radio label.checked {
        background-position: -10px -214px;
    }

    .custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus {
        background-position: -10px -314px;
    }

    .custom-checkbox label.focus, .custom-radio label.focus {
        outline: none;
    }

#footer {
    margin: 10px 0 0px 0;
    padding: 5px 0 5px 0;
    border-top: 1px solid #eeeeee;
    font-size: 10px;
    color: #999999;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: #fff;
}
/*
------------------------------------------------------------
	error pages 
------------------------------------------------------------
*/
.slideshow-block {
    position: absolute;
    width: 220px;
    height: 180px;
    top: 60px;
    left: 30px;
    overflow: hidden;
    background-color: #000;
}

a.link {
    position: absolute;
    height: 180px;
    width: 220px;
    display: block;
    z-index: 10;
}

.slides {
    z-index: 0;
    visibility: hidden;
}

    .slides.active {
        visibility: visible;
    }

#tv-wrap {
    margin: 0 auto 20px auto;
    position: relative;
    height: 273px;
    width: 300px;
}

#tv {
    position: absolute;
    z-index: 10;
}

#text {
    text-align: center;
    text-transform: uppercase;
    -webkit-tranform: translateZ(0);
    -webkit-transition-duration: 0.05s;
    -moz-tranform: translateZ(0);
    color: #000000;
    text-shadow: 0 0 1px rgba(0, 0, 0, .2);
    height: 100px;
}

    #text h1 {
        font-size: 50px;
        color: #000000;
        border: none;
    }

    #text h2 {
        font-size: 20px;
        color: #000000;
        border: none;
    }

.errorpage {
    width: 600px;
    margin-left: -300px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 400px;
    margin-top: -200px;
}
/*
------------------------------------------------------------
	profile Setting 
------------------------------------------------------------
*/
.profileSetting {
    padding: 10px 0;
}

    .profileSetting .avartar {
        padding: 8px 0;
        width: 180px;
        margin: 0 auto;
    }

        .profileSetting .avartar span {
            display: block;
            margin: 5px 5px 0px 5px;
            color: #aaaaaa;
        }

.webcam {
    display: none;
}

#screen {
    width: 250px;
    height: 250px;
    margin: 5px 0px 20px 0px;
    border: 2px #f5f5f5 solid;
    background: #000000;
    text-align: center;
    color: #666;
}
/*
------------------------------------------------------------
	comment  
------------------------------------------------------------
*/
.comment {
    width: auto;
    border-left: 1px #eeeeee solid;
    color: #666666;
    margin-left: 17%;
}

    .comment .avartar {
        margin: 0 35px;
        padding: 10px;
        position: absolute;
        border: 1px #d9d9d9 solid;
        background-color: #fafafa;
        float: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 1px 1px 5px #cccccc;
        -webkit-box-shadow: 1px 1px 5px #cccccc;
        box-shadow: 1px 1px 5px #cccccc;
    }

        .comment .avartar img {
            width: 40px;
            height: 40px;
        }

    .comment .msg {
        margin: 20px 55px 15px 0px;
        position: relative;
        border: 1px #dddddd solid;
        margin-left: 115px;
        min-height: 40px;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 1px 1px 5px #eeeeee;
        -webkit-box-shadow: 1px 1px 5px #eeeeee;
        box-shadow: 1px 1px 5px #eeeeee;
    }

        .comment .msg span {
            width: 50%;
            display: inline-block;
            text-align: right;
            color: #aaaaaa;
        }

            .comment .msg span:first-child {
                text-align: left;
                color: #000000;
            }

    .comment .bodyMsg {
        padding-top: 5px;
    }

    .comment .toolMsg {
        position: absolute;
        /*	border:1px #222222 solid;*/
        text-align: right;
        right: -50px;
        width: 55px;
        height: 100%;
        top: -1px;
        display: none;
    }

        .comment .toolMsg span.iconReply, .comment .toolMsg span.iconEdit, .comment .toolMsg span.iconDelete {
            position: absolute;
            display: block;
            width: 20px;
            height: 20px;
            margin-top: -10px;
            margin-left: 15px;
            top: 50%;
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
        }

        .comment .toolMsg span.iconReply {
            width: 44px;
            background-image: url(../images/icon/icon_reply_comment.png);
        }

        .comment .toolMsg span.iconEdit {
            margin-top: -22px;
            margin-left: 15px;
            background-image: url(../images/icon/icon_edit_comment.png);
        }

        .comment .toolMsg span.iconDelete {
            background-image: url(../images/icon/icon_delete_comment.png);
            margin-top: 3px;
        }

    .comment .reply {
        padding-left: 40px;
        background-image: url(../images/arrReply.png);
        background-position: 45px 25px;
        background-repeat: no-repeat;
    }

.commentMsg {
    margin: 10px 55px 0 0px;
    text-align: right;
}

    .commentMsg .newComment {
        margin-left: 35px;
        margin-right: 20px;
    }

    .commentMsg textarea {
        width: 100%;
        padding-left: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .commentMsg div {
        margin: 10px 0;
        position: relative;
        right: -20px;
    }

.userOnline {
    width: 17%;
    float: left;
    height: 100%;
    position: relative;
    padding-top: 14px;
}

    .userOnline li {
        background-color: #fbfbfb;
        border-bottom: 1px #eeeeee solid;
        border-top: 1px #fafafa solid;
        position: relative;
    }

        .userOnline li:hover {
            background-color: #eaf7ff;
        }

        .userOnline li.selected {
            background-color: #ffffff;
            background-image: none;
            border-right: 1px #ffffff solid;
            left: 1px;
            z-index: 10;
        }

        .userOnline li a.statusOnline {
            background-image: url(../images/icon/bullet_green.png);
        }

        .userOnline li a.statusOffline {
            background-image: url(../images/icon/bullet_red.png);
        }

        .userOnline li a {
            padding: 15px 25px;
            display: block;
            background-position: 5px center;
            background-repeat: no-repeat;
        }
/*   
  SmartWizard 
  */
.swMain {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: visible;
    float: left;
    width: 100%;
}

    .swMain .stepContainer {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        overflow: hidden;
        clear: both;
        margin-bottom: 20px;
    }

        .swMain .stepContainer div.content {
            display: block;
            border: none;
            background-image: none;
            position: absolute;
            float: left;
            margin: 0;
            padding: 0;
            text-align: left;
            overflow: visible;
            width: auto;
            clear: both;
        }

    .swMain div.actionBar {
        border-top: 1px solid #eeeeee;
        padding: 10px;
        background-color: #F8F8F8;
        text-align: right;
        left: 0;
    }

    .swMain ul.anchor {
        position: relative;
        display: block;
        float: left;
        padding: 0px;
        margin: 10px 0;
        clear: both;
        border-bottom: 1px solid #cccccc;
        width: 100%;
    }

        .swMain ul.anchor li {
            position: relative;
            display: block;
            margin: 0;
            padding: 0;
            padding-right: 6px;
            border: 0px solid #E0E0E0;
            float: left;
            top: 1px;
        }

            .swMain ul.anchor li a {
                display: block;
                position: relative;
                float: left;
                margin: 0;
                padding: 3px;
                width: auto;
                outline-style: none;
            }

                .swMain ul.anchor li a .stepNumber {
                    position: relative;
                    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
                    float: left;
                    width: 30px;
                    text-align: center;
                    padding: 5px;
                    padding-top: 0;
                    font-size: 40px;
                }

                .swMain ul.anchor li a .stepDesc {
                    position: relative;
                    display: block;
                    float: left;
                    text-align: left;
                    padding: 10px 5px 5px 5px;
                    font-size: 16px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

                    .swMain ul.anchor li a .stepDesc small {
                        font-size: 10px !important;
                        font-family: Arial, Helvetica, sans-serif;
                    }

                .swMain ul.anchor li a.selected {
                    color: #666666;
                    background: #c2e3f0;
                    border: 1px solid #73b4ce;
                    cursor: text;
                }

                    .swMain ul.anchor li a.selected:hover {
                        background: #a9daed;
                        cursor: pointer;
                    }

                .swMain ul.anchor li a.done {
                    position: relative;
                    color: #FFF;
                    background: #a4d143;
                    border: 1px solid #8CC63F;
                }

                    .swMain ul.anchor li a.done:hover {
                        color: #5A5655;
                        background: #8CC63F;
                        border: 1px solid #5A5655;
                    }

                .swMain ul.anchor li a.disabled {
                    color: #CCCCCC;
                    background: #F8F8F8;
                    border: 1px solid #CCC;
                    cursor: text;
                }

                    .swMain ul.anchor li a.disabled:hover {
                        color: #CCCCCC;
                        background: #F8F8F8;
                    }

                .swMain ul.anchor li a.error {
                    color: #6c6c6c !important;
                    background: #f08f75 !important;
                    border: 1px solid #fb3500 !important;
                }

                    .swMain ul.anchor li a.error:hover {
                        color: #000 !important;
                    }

    .swMain .buttonNext, .swMain .buttonPrevious {
        float: right;
    }

    .swMain .loader {
        position: relative;
        display: none;
        float: left;
        margin: 2px 0 0 2px;
        padding: 8px 10px 8px 40px;
        border: 1px solid #FFD700;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        color: #5A5655;
        background: #FFF url(../images/loadder/loader_green.gif) no-repeat 5px;
        z-index: 998;
    }

    .swMain .msgBox {
        position: relative;
        display: none;
        float: left;
        margin: 4px 0 0 5px;
        padding: 5px 10px;
        border: 1px solid #FFD700;
        background-color: #FFFFDD;
        font: normal 10px Arial, Helvetica, sans-serif;
        color: #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        z-index: 999;
        min-width: 200px;
    }

        .swMain .msgBox .content {
            background: none !important;
            border: none;
            padding: 15px 25px;
            min-height: 0;
            font: normal 10px Arial,Helvetica,sans-serif;
            padding: 0px !important;
            float: left;
        }

        .swMain .msgBox .close {
            border: 1px solid #CCC;
            border-radius: 3px;
            color: #CCC;
            display: block;
            float: right;
            margin: 0 0 0 5px;
            outline-style: none;
            padding: 0 2px 0 2px;
            position: relative;
            text-align: center;
            text-decoration: none;
        }

            .swMain .msgBox .close:hover {
                color: #EA8511;
                border: 1px solid #EA8511;
            }
/*   
  rating_star 
  */
.rating_star {
    padding: 0px;
    margin: 0px;
    float: left;
}

    .rating_star li {
        line-height: 0px;
        width: 28px;
        height: 28px;
        padding: 0px;
        margin: 0px;
        margin-left: 2px;
        list-style: none;
        float: left;
        cursor: pointer;
    }

        .rating_star li span {
            display: none;
        }
/*   
  dualListBox 
  */
.countLabel {
    color: #aaaaaa;
    display: block;
    font-style: italic;
    margin-top: 10px;
}

.storageBox {
    display: none;
}

#box1Filter, #box2Filter {
    background: url(../images/search-white.png) no-repeat 10px 5px #ffffff;
    border: 1px solid #dcdcdc;
    outline: 0;
    padding: 2px 5px 5px 30px;
    width: 166px;
    line-height: 15px !important;
    height: 20px !important;
}

.boxMove {
    margin-top: 140px;
}
/*
------------------------------------------------------------
	Process Bar  
------------------------------------------------------------
*/
.bar {
    float: left;
    clear: both;
    width: 100%;
    max-width: 570px;
    margin: 20px 0px 10px 0px;
    height: 40px;
    position: relative;
}

    .bar .percent {
        background: #2caedd;
        background: -moz-linear-gradient(left, #2caedd 0%, #86dd2a 28%, #e0d72a 46%, #e8902c 66%, #ed2d2d 86%, #ff0000 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2caedd), color-stop(28%,#86dd2a), color-stop(46%,#e0d72a), color-stop(66%,#e8902c), color-stop(86%,#ed2d2d), color-stop(100%,#ff0000));
        background: -webkit-linear-gradient(left, #2caedd 0%,#86dd2a 28%,#e0d72a 46%,#e8902c 66%,#ed2d2d 86%,#ff0000 100%);
        background: -o-linear-gradient(left, #2caedd 0%,#86dd2a 28%,#e0d72a 46%,#e8902c 66%,#ed2d2d 86%,#ff0000 100%);
        background: -ms-linear-gradient(left, #2caedd 0%,#86dd2a 28%,#e0d72a 46%,#e8902c 66%,#ed2d2d 86%,#ff0000 100%);
        background: linear-gradient(left, #2caedd 0%,#86dd2a 28%,#e0d72a 46%,#e8902c 66%,#ed2d2d 86%,#ff0000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2caedd', endColorstr='#ff0000', GradientType=1);
        float: left;
        width: 100%;
        height: 40px;
        position: relative;
    }

        .bar .percent span {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
            width: 100%;
            height: 40px;
            background: rgba(255, 255, 255, .7);
        }

    .bar .circle {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 3;
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, .1);
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

        .bar .circle.rotate {
            -webkit-transform: rotate(1080deg);
            -moz-transform: rotate(1080deg);
            -o-transform: rotate(1080deg);
        }

        .bar .circle span {
            display: inline-block;
            margin-top: 5px;
            width: 70px;
            height: 70px;
            line-height: 70px;
            background: rgba(0, 0, 0, .3);
            -moz-border-radius: 35px;
            -webkit-border-radius: 35px;
            border-radius: 35px;
        }
/*
------------------------------------------------------------
	Text highlight  
------------------------------------------------------------
*/
.highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

.highlight {
    padding: 1px 4px;
    margin: 0 -4px;
}

/* -------------------------------------- */

ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

    ol ol {
        margin: 0 0 0 2em;
    }

/* -------------------------------------- */

.rounded-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0 .5em 1.2em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .rounded-list a:hover {
        background: #eee;
    }

        .rounded-list a:hover:before {
            -moz-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }

    .rounded-list a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #87ceeb;
        height: 2em;
        width: 2em;
        line-height: 2em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

/* -------------------------------------- */

.rectangle-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .rectangle-list a small {
        font-size: 10px;
        color: #aaaaaa;
        padding-left: 5px;
        font-style: italic;
    }

    .rectangle-list a:hover {
        background: #eee;
    }

    .rectangle-list a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -2.5em;
        top: 50%;
        margin-top: -1em;
        background: #fa8072;
        height: 2em;
        width: 2em;
        line-height: 2em;
        text-align: center;
        font-weight: bold;
    }

    .rectangle-list a:after {
        position: absolute;
        content: '';
        border: .5em solid transparent;
        left: -1em;
        top: 50%;
        margin-top: -.5em;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .rectangle-list a:hover:after {
        left: -.5em;
        border-left-color: #fa8072;
    }





.boxs {
    margin: 5px;
    padding: 5px;
    background: #ededed;
    font-size: 11px;
    line-height: 1.4em;
    float: left;
}

    .boxs img {
        display: block;
        width: 100%;
    }

.rtl .boxs {
    float: right;
    text-align: right;
    direction: rtl;
}



.col1 {
    width: 80px;
}

.col2 {
    width: 180px;
}

.col3 {
    width: 280px;
}

.col4 {
    width: 380px;
}

.col5 {
    width: 480px;
}

.col1 img {
    max-width: 80px;
}

.col2 img {
    max-width: 180px;
}

.col3 img {
    max-width: 280px;
}

.col4 img {
    max-width: 380px;
}

.col5 img {
    max-width: 480px;
}

/**** Clearfix ****/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 1024px) {

    .oneTwo, .oneThree, .twoOne, .oneFour {
        width: 100%;
        margin: 0;
    }

    .column_left, .column_right {
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .boxMove {
        margin: 10px auto 20px auto;
    }
}

@media only screen (min-width: 10px) and (max-width: 768px) {

    #shadowhead {
        position: fixed;
    }

    #content {
        margin-left: 70px;
    }
}

@media only screen and (max-width: 480px) {
    #content .inner .logo {
        float: none;
        width: 100%;
        background-position: right bottom;
    }

    #shortcut {
        margin-top: 15px;
        float: left;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

        #shortcut li {
            margin: 0 7px 0 9px;
        }

    .iconmenu {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        width: 50px;
        top: 0px;
        position: absolute;
        z-index: 48;
        background-color: #1f1f1f;
    }

    body.dashborad {
        background-image: url(../images/menu_small_bg.jpg);
        background-repeat: repeat-y;
    }

    form div.section > div {
        margin-left: 0%;
    }

    form div.section > label {
        float: none;
        width: 100%;
        display: block;
    }

    #text h1 {
        font-size: 40px;
    }

    #text h2 {
        font-size: 20px;
    }

    .errorpage {
        width: 460px;
        margin-left: -230px;
    }

    .albumImagePreview {
        margin-top: 8px;
        height: 400px;
        margin-left: 0px;
        margin-right: 0px;
        display: none;
    }

    .boxtitle, #albumsList, .userOnline, .comment .avartar, .fc-button-today, .overHiden {
        display: none !important;
    }

    .fc-header-right {
        right: 52px !important;
    }

    .comment {
        margin-left: 0px;
        border: none;
    }

        .comment .msg {
            margin-left: 0px;
        }

        .comment .reply {
            background-position: 5px 25px;
        }

    .modal_dialog {
        max-width: 400px;
    }

    #alertMessage {
        bottom: 0px;
        width: 100%;
        padding: 15px 0 15px 0;
        background-image: none !important;
    }

    #login {
        width: auto;
        margin: 30px 20px;
        height: auto;
        position: static;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        #login .shadow {
            display: none;
        }

        #login .logo {
            width: 90%;
            text-align: right;
            position: static;
            opacity: 1;
            filter: alpha(opacity=100);
            margin-left: 0px;
        }

        #login .formLogin {
            position: static;
            opacity: 1;
            filter: alpha(opacity=100);
            padding: 10px 0px 20px 0px;
        }

        #login .loginButton {
            width: 80%;
            padding: 0px 5px;
            margin: 5px auto 20px auto;
        }

    .comment .toolMsg {
        right: 0px;
        height: 25px;
    }

    .comment .msg, .commentMsg {
        margin: 20px 20px 15px 0px;
    }

        .comment, .commentMsg .newComment {
            margin-left: 0;
        }

            .comment .toolMsg span.iconEdit {
                margin-top: -12px;
                margin-left: 0px;
                right: -1px;
            }

            .comment .toolMsg span.iconDelete {
                margin-top: -12px;
                margin-left: 17px;
            }

            .comment .toolMsg span.iconReply {
                margin-top: -12px;
                margin-left: 0px;
                right: -1px;
            }

    .shoutcutBox {
        text-align: center;
    }

        .shoutcutBox em {
            display: block;
            font-style: normal;
            padding-top: 5px;
        }
}

@media only screen and (max-width: 320px) {
    #header #account_info img.disconnect, .section.datepickerInlineShow, .section.colorPickerFlatShow, #buttom_top, .fc-button-today {
        display: none !important;
    }

    .fc-header-right {
        left: 15px !important;
        top: -25px !important;
        text-align: left !important;
    }

    .fc-header-title h2 {
        font-size: 18px !important;
    }

    .fc-header-title {
        height: 50px !important;
        display: block !important;
        width: 172px !important;
        text-align: center;
    }

    .fc-button-next, .fc-button-prev {
        top: -25px !important;
        width: 20px;
        overflow: hidden;
        padding: 0px !important;
        background-position: left center !important;
        height: 20px;
        text-indent: -99999px;
    }

    .fc-button-prev {
        left: -10px !important;
        padding-right: 0px !important;
        border-right: 0px !important;
    }

    .fc-button-next {
        right: -35px !important;
    }

    #calendar {
        margin-top: 25px !important;
    }

    .dateBox {
        margin-left: 10px;
        margin-top: 0px !important;
    }

    .nD {
        font-size: 50px;
    }

    .dD {
        font-size: 20px !important;
    }

    .fullD {
        padding-top: 0px;
        font-size: 14px;
    }

    #content .inner .logo {
        float: none;
        width: 100%;
        background-position: center bottom;
    }

    #header #account_info {
        text-align: left;
        margin-left: 4px;
    }

        #header #account_info div.logout {
            padding: 0 10px 0 29px;
        }

    #shortcut {
        height: 155px;
    }

        #shortcut li {
            display: inline-block;
            margin: 0 0px 0 20px;
            width: 80px;
            height: 80px;
        }
}

#spaceCount {
    display: none;
}


.groupList {
    max-height: 411px;
    overflow: auto;
}

    .groupList ul {
    }

        .groupList ul li {
        }

            .groupList ul li table {
                width: 100%;
                color: #4f4f4f;
                border-top: 0px solid #d6d6d6; /*	border-right : 1px solid #ffffff;*/
                border-bottom: 1px solid #e6e6e6;
                padding: 6px 0px 6px 29px;
                line-height: 25px;
                text-shadow: 1px 1px 1px #fff;
                background-image: url(../images/icon/link.png);
                background-color: #f2f2f2;
                background-repeat: no-repeat;
                background-position: 10px center;
            }

            .groupList ul li ul {
            }

                .groupList ul li ul li table {
                    background-color: #fbfbfb;
                    border-bottom: 1px #eeeeee solid;
                    border-top: 1px #fafafa solid;
                    position: relative;
                    padding: 0px 0px 0px 15px;
                    background-image: url('../images/icon/arrow.png');
                    background-repeat: no-repeat;
                    background-position: 6px 12px;
                    cursor: pointer;
                }

                    .groupList ul li ul li table:hover {
                        background-color: #eaf7ff;
                        background-image: url('../images/icon/arrow_a.gif');
                    }

.redCount {
    width: 40px;
    padding-left: 8px;
    color: #775b73;
    font-size: 10px;
}

.islemler {
    width: 40px;
    text-align: right;
    display: none;
}

.groupTitle {
    width: 310px;
}

    .groupTitle a {
        color: #595966;
    }

.privateConfirm {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 0;
    line-height: 13px;
}

    .privateConfirm strong {
        font-size: 15px;
    }

    .privateConfirm .privateLabel {
        font-size: 11px;
        margin: 0;
        padding: 0;
        float: left;
        padding-top: 9px;
        padding-right: 5px;
    }

.msgOhead {
    background-color: #f9f9f9;
    padding: 10px 20px 7px 20px;
    border: 2px #FFF solid;
}

    .msgOhead > div {
        padding: 5px 0 0px 0;
    }

    .msgOhead .icon {
        margin: 0px 0px 0px 5px;
    }
/*onur stil başlangıç*/
/*sayfa numaraları*/
.pagination {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.pagination {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .pagination span {
        font-weight: normal;
        display: inline-block;
        min-width: 10px;
        height: 20px;
        margin-left: 4px;
        text-align: -webkit-match-parent;
        line-height: 20px;
    }
    /*.pagination>*:first-child{margin:0;}*/
    .pagination a.previous, .pagination a.next {
        font-size: 13px;
        line-height: 15px;
    }

    .pagination strong, .pagination span {
        padding: 0px 5px;
        background-color: #FFF;
        border: 1px solid #ddd;
    }

    .pagination a {
        padding: 0px 5px 0px 5px;
        margin: 0px 2px 0px 2px;
        background-color: #FFF;
        border: 1px solid #ddd;
        text-decoration: none;
        display: inline-block;
        min-width: 10px;
        height: 20px;
        line-height: 20px;
        text-align: -webkit-match-parent;
    }

        .pagination a:hover {
            background-color: #fff;
            text-decoration: none;
        }

    .pagination strong {
        background-color: #ededed;
        font-weight: bold;
    }

    .pagination span {
        background-color: #fff;
    }

.sayfa_numaralari_kutu {
    padding: 5px 0px 10px 0px;
    margin-top: 5px;
    position: relative;
    border: 1px solid #ccc;
    width: 940px;
    background: #d1d1d1; /* Old browsers */
    background: -moz-linear-gradient(top, #d1d1d1 0%, #f1f3f8 5%, #f1f3f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d1d1), color-stop(5%,#f1f3f8), color-stop(100%,#f1f3f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d1d1d1 0%,#f1f3f8 5%,#f1f3f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d1d1d1 0%,#f1f3f8 5%,#f1f3f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d1d1d1 0%,#f1f3f8 5%,#f1f3f8 100%); /* IE10+ */
    background: linear-gradient(top, #d1d1d1 0%,#f1f3f8 5%,#f1f3f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#f1f3f8',GradientType=0 ); /* IE6-9 */
}

.ilan_sayfa_toplam {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ilan_sayfa_yazi {
    width: 180px;
    position: relative;
    margin: 10px auto 5px;
    vertical-align: middle;
    text-align: center;
    display: table;
}


.ilan_sayfa_ara {
    float: left;
    margin-top: 2px;
}

.ilan_sayfa_ara_input {
    float: left;
    height: 13px;
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.ilan_sayfa_git {
    float: left;
    padding-top: 3px;
    margin-top: 0px;
    width: 40px;
    height: 16px;
    text-align: center;
    border: 1px solid #cbcbcb;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

    .ilan_sayfa_git:hover {
        background: #cccccc; /* Old browsers */
        background: -moz-linear-gradient(top, #cccccc 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #cccccc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #cccccc 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #cccccc 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(top, #cccccc 0%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }


/*sayfa numaraları son*/
.w200 {
    width: 200px;
}

.MKredi {
    color: #dc241f;
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
    line-height: 20px;
    text-transform: none;
}

.modalBackground {
    background-color: White;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.PnlPopup {
    background-color: #3a3a3a;
    width: 420px;
    border-width: 2px;
    border-color: #272727;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 10pt;
    font-family: Tahoma;
    line-height: 15px;
}

.PopupHeader {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 420px;
    text-shadow: -1px -1px 0 #000;
}

.PopupMesaj {
    padding: 10px;
    color: White;
    text-align: center;
}

.PopupButonCrv {
    display: block;
    width: 420px;
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.PopupIcon {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    padding-top: 20px;
}

.PopupButonY {
    text-shadow: 0 1px 0 #000000;
    color: #fff;
    background-color: #272727;
    border-color: #69a44d;
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 5px 12px 6px 12px;
    margin: 10px 3px 10px 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    outline: none;
    background-position: 0 -1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: -1px;
}

    .PopupButonK:Hover, .PopupButonY:Hover {
        color: White;
    }

.PopupButonK {
    text-shadow: 0 1px 0 #000000;
    color: #fff;
    background-color: #272727;
    border-color: #a93a25;
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 5px 12px 6px 12px;
    margin: 10px 3px 10px 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    outline: none;
    background-position: 0 -1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: -1px;
}

.section3 {
    margin: 0px 10px 5px 0px;
    float: left;
}

.content2 {
    margin-bottom: 5px;
}

input, select {
    vertical-align: middle;
}

select, input, textarea {
    font: 12px Arial,sans-serif;
    position: relative;
}

form {
    margin: 0;
}

legend, fieldset, input {
    padding: 0;
    top: 0px;
    left: 1px;
}

    textarea, input[type='text'], input[type='password'], select {
        padding: 2px 2px 2px 2px;
    }

select {
    height: 30px;
    top: 0px;
    left: 0px;
    min-width: 150px;
}

input[type='text'], input[type='password'] {
    height: 30px;
    line-height: 28px;
}

    input[type='text'].Date {
        width: 100px;
    }

.date {
    z-index: 1;
}

#imgPopup {
    cursor: pointer;
    width: 600px;
    min-height: 200px;
    display: block;
    position: relative;
}


.wrap h1 {
    text-align: center;
    padding: 10px;
}

.shadow-bg {
    background: url("../images/bg/i_shadow_314.png") no-repeat center bottom;
}

.shadow-bg {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.flag {
    background: url('../images/sprite-flags.png') 0 0 no-repeat;
    display: block;
    width: 94px;
    height: 93px;
    position: absolute;
    top: 0;
    left: -5px;
    text-indent: -9999px;
}

user agent stylesheeti, cite, em, var, address, dfn {
    font-style: italic;
}

.flag.new {
    background-position: 0 -363px;
}

.uk-list {
    margin-top: 40px;
}

    .uk-list > li {
        margin: 0 0 10px 0;
        font-size: 12pt;
        line-height: 22px;
    }

/*.badge {
    width: 93px;
    height: 92px;
    background: url(../images/flags.png) 0 0 no-repeat;
    position: absolute;
    z-index: 1;
    left: -10px;
}*/

.badge-Yeni {
    background-position: 0 0px;
}

.badge-EnCokTercihEdilen {
    background-position: 0 -93px;
}

.badge-Populer {
    background-position: 0 -186px;
}

.badge-Tavsiye {
    background-position: 0 -279px;
}

.badge-Firsat {
    background-position: 0 -372px;
}

.badge-Kampanya {
    background-position: 0 -465px;
}

.badge-AyinFirsati {
    background-position: 0 -557px;
}

.badge-SizeOzel {
    background-position: 0 -651px;
}
/*onur stil bitiş*/
td.SBarkod {
    width: 15%;
    position: relative;
}

td.SAdi {
    width: 50%;
    position: relative;
}

td.SKilo {
    width: 15%;
    position: relative;
}

td.SFiyat {
    width: 15%;
    position: relative;
}

td.Sil {
    width: 5%;
    position: relative;
}

td.MenuImage {
    width: 80px;
    position: relative;
}

th.MenuBaslik, td.MenuBaslik {
    width: 85%;
    text-align: left;
    vertical-align: middle;
    font-size: 120%;
    overflow: hidden;
    position: relative;
}

th.CigMenuBaslik, td.CigMenuBaslik {
    width: 40%;
    text-align: left;
    vertical-align: middle;
}

th.MenuAgirlik, td.MenuAgirlik {
    width: 25%;
    text-align: center;
    vertical-align: middle;
}

th.MenuBirimFiyat, td.MenuBirimFiyat {
    width: 25%;
    text-align: center;
    vertical-align: middle;
}

th.MenuAraToplam, td.MenuAraToplam {
    width: 25%;
    text-align: right;
}

th.MenuFiyat, td.MenuFiyat {
    width: 20%;
    text-align: right;
    font-size: 140%;
    font-weight: 700;
    vertical-align: middle;
    padding-top: 4px;
    line-height: 90px;
    color: #d50505;
}

th.MenuEkle, td.MenuEkle {
    width: 29%;
    text-align: right;
    vertical-align: middle;
    line-height: 80px;
}
/*.MenuEkle > a 
{
        font-size:120%;
    font-weight:bold;
    width:100%;
}*/
.MenuGenelToplam {
    text-align: right;
    width: 70%;
    display: inline-block;
}

.GenelToplamF {
    font-weight: 700;
}

.TumunuTemizle {
    position: absolute;
    top: 7px;
    right: 22px;
}

th.SiparisBaslik {
    width: 40%;
    text-align: left;
    vertical-align: middle;
    line-height: 80px;
}

td.SiparisAdet,
th.SiparisAdet {
    width: 30%;
    text-align: center;
}

td.SiparisFiyat,
th.SiparisFiyat {
    text-align: center;
    width: 20px;
}

th.SiparisNo {
    width: 2%;
}

th.SiparisSil {
    text-align: center;
    width: 8%;
}

th.GenelToplamFiyat {
    text-align: right;
    font-size: 120%;
    font-weight: 600;
}

.y3 {
    width: 3%;
}

.y5 {
    width: 5%;
}

.y10 {
    width: 10%;
}

.y13 {
    width: 13%;
}

.y15 {
    width: 15%;
}

.y17 {
    width: 17%;
}

.y20 {
    width: 20%;
}

.y25 {
    width: 25%;
}

.y30 {
    width: 30%;
}

.y35 {
    width: 35%;
}

.y40 {
    width: 40%;
}

.y45 {
    width: 45%;
}

.y50 {
    width: 50%;
}

.y55 {
    width: 55%;
}

.y60 {
    width: 60%;
}

.y65 {
    width: 65%;
}

.y70 {
    width: 70%;
}

.y80 {
    width: 80%;
}

.table-fixed thead {
    width: 97%;
}

.table-fixed tbody {
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
    margin-top: 0px;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: inline-block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

tfoot {
    border-top: 1px solid #aaa;
    background-color: #eeeeee;
    padding: 5px;
}

a.Odeme {
    margin-right: 0px;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
    -webkit-box-shadow: -2px -2px 5px 0px rgba(156,156,156,1);
    -moz-box-shadow: -2px -2px 5px 0px rgba(156,156,156,1);
    box-shadow: -2px -2px 5px 0px rgba(156,156,156,1);
}

.OdemeTurleri:hover {
    background-color: #F3F2F2;
}

#OdemeTurleriDiv {
    width: 60px;
    height: 60px;
    margin-right: -3px;
    margin-top: 5px;
    position: fixed;
    right: -3px;
    top: 100px;
    float: right;
}

a.KasayaGonder {
    margin-right: 5px;
    width: 100%;
    display: inline-block;
}

.OdemeTurleri {
    width: 100%;
    position: relative;
    display: block;
    padding: 8px;
    border: 1px solid #ddd;
    font-size: 160%;
    float: left;
}

.center {
    text-align: center;
}

.red {
    color: #dc241f;
}

.OdemeTurleri > img {
    margin-right: 10px;
    float: left;
}

.corner-ribbon {
    width: 90px;
    height: 30px;
    background: #e43;
    position: absolute;
    top: -50px;
    right: -50px;
    letter-spacing: 1px;
    color: #f0f0f0;
}

    /* Custom styles */



    .corner-ribbon.shadow {
        box-shadow: 0 0 3px rgba(0,0,0,.3);
    }

    /* Different positions */

    .corner-ribbon.top-left {
        top: 0px;
        left: -35px;
    }

    .corner-ribbon.top-right {
        top: 10px;
        right: -10px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .corner-ribbon.red {
        background: #e43;
    }

.ribbonFiyat {
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 98%;
    font-weight: bold;
    font-size: 12px;
}

.right {
    float: right;
    text-align: right;
}

table.adminlist {
    width: 100%;
    border-spacing: 2px;
    background-color: #f3f3f3;
    border: 1px solid #CCC;
    color: #666;
}

.adminlist > tbody > tr:nth-of-type(2n+2) {
    background-color: #ededed;
}

table.adminlist td,
table.adminlist th {
    padding: 4px;
}

table.adminlist td {
    padding-left: 8px;
}

table.adminlist thead th {
    background: #f7f7f7;
    color: #666;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #fff;
}

thead:not(:first-child) th {
    border-top: 1px solid #CCC;
}

table.adminlist thead td {
    background: #fff;
    color: #666;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #fff;
}

table.adminlist thead th.left {
    text-align: left;
}

table.adminlist thead a:hover {
    text-decoration: none;
}

table.adminlist thead th img {
    vertical-align: middle;
    padding-left: 3px;
}

table.adminlist tbody th {
    font-weight: bold;
}

table.adminlist tbody tr {
    background-color: #fff;
    text-align: left;
}

    table.adminlist tbody tr:hover td {
        background-color: #e8f6fe;
        color: #333333;
    }

    table.adminlist tbody tr td {
        /*background: #fff;*/
        /*border: 1px solid #fff;*/
    }

    table.adminlist tbody tr.row1 td {
        background: #f0f0f0;
        border-top: 1px solid #FFF;
        text-align: center;
    }

table.adminlist tfoot tr {
    color: #333;
}

table.adminlist tfoot td, table.adminlist tfoot th {
    background-color: #f7f7f7;
    border-top: 1px solid #999;
}

table.adminlist td.order {
    text-align: center;
    white-space: nowrap;
    width: 200px;
}

table.adminlist td.bold-backround {
    background-color: #ededed;
    font-weight: bold;
}

table.adminlist td.order span {
    float: left;
    width: 20px;
    text-align: center;
    background-repeat: no-repeat;
    height: 13px;
}

table.adminlist .pagination {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

table.table-striped {
    border-collapse: collapse;
}

.DivToplamKayit {
    position: relative;
    color: #aaaaaa;
    line-height: 28px;
    width: auto;
    display: inline-block;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}
/* Page titles */
div.pagetitle {
    padding-left: 60px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

    div.pagetitle h2 {
        line-height: 48px;
        font-size: 2em;
        font-weight: bold;
        color: #146295;
        margin: 0;
        padding: 0;
    }

    div.pagetitle span {
        color: #666;
    }

.icon-48-sikayet-raporlari {
    background-image: url(../images/icon48/icon-48-sikayet-raporlari.png);
}

.icon-48-degerlendirme {
    background-image: url(../images/icon48/icon-48-degerlendirme.png);
}

.icon-48-temsilci-degerlendirme {
    background-image: url(../images/icon48/icon-48-temsilci-degerlendirme.png);
}

.icon-48-user {
    background-image: url(../images/icon48/icon-48-user.png);
}

.icon-48-kasa {
    background-image: url(../images/icon48/icon-48-kasa.png);
}

.icon-48-banner-categories {
    background-image: url(../images/icon48/icon-48-banner-categories.png);
}

/* Main toolbars */
div.toolbar-list {
    float: right;
    text-align: right;
    padding: 0;
    position: relative;
    z-index: 3;
}

    div.toolbar-list ul {
        margin: 0;
        padding: 0;
    }

    div.toolbar-list li {
        padding: 1px 1px 3px 4px;
        text-align: center;
        color: #666;
        height: 48px;
        list-style: none;
        float: left;
    }

        div.toolbar-list li.spacer {
            width: 10px;
        }

        div.toolbar-list li.divider {
            border-right: 1px solid #c7c7c7;
            width: 2px;
        }

    div.toolbar-list span {
        float: none;
        width: 32px;
        height: 32px;
        margin: 0 auto;
        display: block;
    }

    div.toolbar-list a {
        display: block;
        float: left;
        white-space: nowrap;
        border: 1px solid #F4F4F4;
        padding: 1px 5px;
        cursor: pointer;
    }

        div.toolbar-list a:hover,
        div.toolbar-list a:focus,
        div.toolbar-list a:active {
            border-left: 1px solid #eee;
            border-top: 1px solid #eee;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            text-decoration: none;
            color: #0B55C4;
        }

#element-box,
#toolbar-box,
#submenu-box {
    padding: 10px 10px 0 10px;
}

.button {
    margin: 5px 5px 5px 5px;
}

/* -- ICON STYLES ----------------------------- */
[class^="icon-16-"] {
    background-repeat: no-repeat;
    background-position: 2px 4px;
}

.icon-16-degerlendirme {
    background-image: url(../images/icon16/icon-16-degerlendirme.png);
}

.icon-16-profil {
    background-image: url(../images/Icon16/icon-16-user.png);
}

.icon-16-iade {
    background-image: url(../images/Icon16/icon-16-iade.png);
}

.icon-16-mola {
    background-image: url(../images/Icon16/icon-16-break.png);
}

.icon-16-breaktime {
    background-image: url(../images/Icon16/icon-16-breaktime.png);
}

.icon-16-breakreport {
    background-image: url(../images/Icon16/icon-16-breakreport.png);
}

.icon-16-alpemix {
    background-image: url(../images/Icon16/icon-16-alpemix.png);
}

.icon-16-team-viewer {
    background-image: url(../images/Icon16/icon-16-team-viewer.png);
}

.icon-16-ammyy {
    background-image: url(../images/Icon16/icon-16-ammyy.png);
}

.icon-16-banner-categories {
    background-image: url(../images/Icon16/icon-16-banner-categories.png);
}

.icon-16-excel {
    background-image: url(../images/Icon16/icon-16-excel.png);
}

.icon-16-banka {
    background-image: url(../images/Icon16/icon-16-banka.png);
}

.icon-16-alert {
    background-image: url(../images/Icon16/icon-16-alert.png);
}

.icon-16-archive {
    background-image: url(../images/Icon16/icon-16-archive.png);
}

.icon-16-article {
    background-image: url(../images/Icon16/icon-16-article.png);
}

.icon-16-banners {
    background-image: url(../images/Icon16/icon-16-banner.png);
}

.icon-16-banners-clients {
    background-image: url(../images/Icon16/icon-16-banner-client.png);
}

.icon-16-banners-tracks {
    background-image: url(../images/Icon16/icon-16-banner-tracks.png);
}

.icon-16-banners-cat {
    background-image: url(../images/Icon16/icon-16-banner-categories.png);
}

.icon-16-category {
    background-image: url(../images/Icon16/icon-16-category.png);
}

.icon-16-checkin {
    background-image: url(../images/Icon16/icon-16-checkin.png);
}

.icon-16-clear {
    background-image: url(../images/Icon16/icon-16-clear.png);
}

.icon-16-component {
    background-image: url(../images/Icon16/icon-16-component.png);
}

.icon-16-config {
    background-image: url(../images/Icon16/icon-16-config.png);
}

.icon-16-content {
    background-image: url(../images/Icon16/icon-16-content.png);
}

.icon-16-contact {
    background-image: url(../images/Icon16/icon-16-contacts.png);
}

.icon-16-contact-cat {
    background-image: url(../images/Icon16/icon-16-contacts-categories.png);
}

.icon-16-cpanel {
    background-image: url(../images/Icon16/icon-16-cpanel.png);
}

.icon-16-default {
    background-image: url(../images/Icon16/icon-16-default.png);
}

.icon-16-featured {
    background-image: url(../images/Icon16/icon-16-featured.png);
}

.icon-16-groups {
    background-image: url(../images/Icon16/icon-16-groups.png);
}

.icon-16-help {
    background-image: url(../images/Icon16/icon-16-help.png);
}

.icon-16-help-this {
    background-image: url(../images/Icon16/icon-16-help-this.png);
}

.icon-16-help-forum {
    background-image: url(../images/Icon16/icon-16-help-forum.png);
}

.icon-16-help-docs {
    background-image: url(../images/Icon16/icon-16-help-docs.png);
}

.icon-16-help-jed {
    background-image: url(../images/Icon16/icon-16-help-jed.png);
}

.icon-16-help-jrd {
    background-image: url(../images/Icon16/icon-16-help-jrd.png);
}

.icon-16-help-trans {
    background-image: url(../images/Icon16/icon-16-help-trans.png);
}

.icon-16-help-community {
    background-image: url(../images/Icon16/icon-16-help-community.png);
}

.icon-16-help-security {
    background-image: url(../images/Icon16/icon-16-help-security.png);
}

.icon-16-help-dev {
    background-image: url(../images/Icon16/icon-16-help-dev.png);
}

.icon-16-help-shop {
    background-image: url(../images/Icon16/icon-16-help-shop.png);
}

.icon-16-info {
    background-image: url(../images/Icon16/icon-16-info.png);
}

.icon-16-install {
    background-image: url(../images/Icon16/icon-16-install.png);
}

.icon-16-language {
    background-image: url(../images/Icon16/icon-16-language.png);
}

.icon-16-levels {
    background-image: url(../images/Icon16/icon-16-levels.png);
}

.icon-16-logout {
    background-image: url(../images/Icon16/icon-16-logout.png);
}

.icon-16-maintenance {
    background-image: url(../images/Icon16/icon-16-maintenance.png);
}

.icon-16-massmail {
    background-image: url(../images/Icon16/icon-16-massmail.png);
}

.icon-16-media {
    background-image: url(../images/Icon16/icon-16-media.png);
}

.icon-16-menu {
    background-image: url(../images/Icon16/icon-16-menu.png);
}

.icon-16-menumgr {
    background-image: url(../images/Icon16/icon-16-menumgr.png);
}

.icon-16-messages {
    background-image: url(../images/Icon16/icon-16-messaging.png);
}

.icon-16-messages-add {
    background-image: url(../images/Icon16/icon-16-new-privatemessage.png);
}

.icon-16-messages-read {
    background-image: url(../images/Icon16/icon-16-messages.png);
}

.icon-16-module {
    background-image: url(../images/Icon16/icon-16-module.png);
}

.icon-16-newarticle {
    background-image: url(../images/Icon16/icon-16-newarticle.png);
}

.icon-16-newcategory {
    background-image: url(../images/Icon16/icon-16-newcategory.png);
}

.icon-16-newgroup {
    background-image: url(../images/Icon16/icon-16-newgroup.png);
}

.icon-16-newlevel {
    background-image: url(../images/Icon16/icon-16-newlevel.png);
}

.icon-16-newuser {
    background-image: url(../images/Icon16/icon-16-newuser.png);
}

.icon-16-nopreview {
    background-image: url(../images/Icon16/icon-16-nopreview.png);
}

.icon-16-plugin {
    background-image: url(../images/Icon16/icon-16-plugin.png);
}

.icon-16-profile {
    background-image: url(../images/Icon16/icon-16-user.png);
}

.icon-16-preview {
    background-image: url(../images/Icon16/icon-16-preview.png);
}

.icon-16-purge {
    background-image: url(../images/Icon16/icon-16-purge.png);
}

.icon-16-readmess {
    background-image: url(../images/Icon16/icon-16-readmess.png);
}

.icon-16-redirect {
    background-image: url(../images/Icon16/icon-16-redirect.png);
}

.icon-16-search {
    background-image: url(../images/Icon16/icon-16-search.png);
}

.icon-16-section {
    background-image: url(../images/Icon16/icon-16-section.png);
}

.icon-16-static {
    background-image: url(../images/Icon16/icon-16-static.png);
}

.icon-16-anydesk {
    background-image: url(../images/Icon16/icon-16-anydesk.png);
}

.icon-16-firefox {
    background-image: url(../images/Icon16/Firefox-icon.png);
}

.icon-16-ekran-destek {
    background-image: url(../images/Icon16/icon-16-ekran-destek.png);
}

.icon-16-stats {
    background-image: url(../images/Icon16/icon-16-stats.png);
}

.icon-16-themes {
    background-image: url(../images/Icon16/icon-16-themes.png);
}

.icon-16-trash {
    background-image: url(../images/Icon16/icon-16-trash.png);
}

.icon-16-user {
    background-image: url(../images/Icon16/icon-16-user.png);
}

.icon-16-back-user {
    background-image: url(../images/Icon16/icon-16-back-user.png);
}

.icon-16-writemess {
    background-image: url(../images/Icon16/icon-16-writemess.png);
}

.icon-16-newsfeeds {
    background-image: url(../images/Icon16/icon-16-newsfeeds.png);
}

.icon-16-newsfeeds-cat {
    background-image: url(../images/Icon16/icon-16-newsfeeds-cat.png);
}

.icon-16-weblinks {
    background-image: url(../images/Icon16/icon-16-links.png);
}

.icon-16-weblinks-cat {
    background-image: url(../images/Icon16/icon-16-links-cat.png);
}

.icon-16-renk {
    background-image: url(../images/Icon16/icon-16-renk.png);
}

.icon-16-lastik {
    background-image: url(../images/Icon16/icon-16-lastik.png);
}

.icon-16-aku {
    background-image: url(../images/Icon16/icon-16-aku.png);
}

.icon-16-bayiler {
    background-image: url(../images/Icon16/icon-16-bayiler.png);
}

.icon-16-satis-raporlari {
    background-image: url(../images/Icon16/icon-16-satis-raporlari.png);
}

.icon-16-cig-satis-raporlari {
    background-image: url(../images/Icon16/icon-16-cig-satis-raporlari.png);
}

.icon-16-kasa-raporlari {
    background-image: url(../images/Icon16/icon-16-kasa-raporlari.png);
}

.icon-16-menu {
    background-image: url(../images/Icon16/icon-16-menu.png);
}

.icon-16-kategoriler {
    background-image: url(../images/Icon16/icon-16-kategoriler.png);
}

.icon-16-checked_out {
    background-image: url(../images/Icon16/icon-16-checked_out.png);
}

.icon-16-bildirim {
    background-image: url(../images/Icon16/icon-16-info.png);
}

.icon-16-map {
    background-image: url(../images/Icon16/icon-16-map.png);
}

.icon-16-user-edit {
    background-image: url(../images/Icon16/icon-16-user-edit);
}

.icon-16-hizli-arama {
    background-image: url(../images/Icon16/icon-16-hizli-arama.png);
}

.icon-16-atama {
    background-image: url(../images/Icon16/icon-16-atama.png);
}

.icon-16-dosya-aktarim {
    background-image: url(../images/Icon16/icon-16-dosya-aktarim.png);
}

.icon-16-DSmart {
    background-image: url(../images/Icon16/icon-16-DSmart.png);
}

.icon-16-payment {
    background-image: url(../images/Icon16/icon-16-payment.png);
}

.icon-16-sales {
    background-image: url(../images/Icon16/icon-16-sales.png);
}

.icon-16-kullanici-arama-Liste {
    background-image: url(../images/Icon16/icon-16-kullanici-arama-liste.png);
}

.icon-16-kullanici-arama-ekle {
    background-image: url(../images/Icon16/icon-16-kullanici-arama-ekle.png);
}

.icon-16-gorusme-gecmisi {
    background-image: url(../images/Icon16/icon-16-gorusme-gecmisi.png);
}

.icon-16-company {
    background-image: url(../images/Icon16/icon-16-company.png);
}

.icon-16-company-add {
    background-image: url(../images/Icon16/icon-16-company-add.png);
}

.icon-16-Nurol {
    background-image: url(../images/Icon16/icon-16-Nurol.png);
}

.icon-16-company-lock-report {
    background-image: url(../images/Icon16/icon-16-company-lock-report.png);
}

.icon-16-company-call-group {
    background-image: url(../images/Icon16/icon-16-company-call-group.png);
}

.icon-16-pop-up-window {
    background-image: url(../images/Icon16/icon-16-pop-up-window.png);
}

.icon-16-user-system-report {
    background-image: url(../images/Icon16/icon-16-user-system-report.png);
}

.icon-16-complaint {
    background-image: url(../images/Icon16/icon-16-complaint.png);
}

.icon-16-information {
    background-image: url(../images/Icon16/icon-16-information.png);
}

.icon-16-kullanici-anket {
    background-image: url(../images/Icon16/icon-16-kullanici-anket.png);
}

.icon-16-folder-report {
    background-image: url(../images/Icon16/icon-16-folder-report.png);
}

.icon-16-anket-rapor {
    background-image: url(../images/Icon16/icon-16-anket-rapor.png);
}

.icon-16-telefon-kapat {
    background-image: url(../images/Icon16/icon-16-telefon-kapat.png);
}

.icon-16-addfolder {
    background-image: url(../images/Icon16/icon-16-addfolder.png);
}

.icon-16-excel-xls-icon {
    background-image: url(../images/Icon16/icon-16-excel-xls-icon.png);
}

.icon-16-genel-durum-rapor {
    background-image: url(../images/Icon16/icon-16-genel-durum-rapor.png);
}

.icon-16-lock {
    background-image: url(../images/Icon16/icon-16-lock.png);
}

.icon-16-telefon {
    background-image: url(../images/Icon16/icon-16-telefon.png);
}

.icon-16-rss-xxl {
    background-image: url(../images/Icon16/icon-16-rss-xxl.png);
}

.icon-16-excelMG {
    background-image: url(../images/Icon16/icon-16-ExcelMG.png);
}

.icon-16-mediamanager {
    background-image: url(../images/Icon16/icon-16-media.png);
}

.icon-16-sms-report {
    background-image: url(../images/Icon16/icon-16-sms-report.png);
}

.icon-16-ayrintili-borclu {
    background-image: url(../images/Icon16/icon-16-ayrintili-borclu.png);
}

.icon-16-adlibilgiler {
    background-image: url(../images/Icon16/icon-16-adlibilgiler.png);
}

.icon-16-aranma {
    background-image: url(../images/Icon16/icon-16-aranma.png);
}

.icon-16-indirim {
    background-image: url(../images/Icon16/icon-16-indirim.png);
}

.icon-16-Borc-Degisim {
    background-image: url(../images/Icon16/icon16-Borc-Degisim.png);
}

.icon-16-visit {
    background-image: url(../images/Icon16/icon-16-visit.png);
}
.icon-16-teminat {
    background-image: url(../images/Icon16/icon-16-teminat.png);
}

/* -- TOOLBAR ICON STYLES ----------------------------- */
span.icon-32 {
    width: 32px;
    height: 32px;
    display: block;
}

.icon-32-degerlendirme {
    background-image: url(../images/icon32/icon-32-degerlendirme.png);
}

.icon-32-ibraname-gonder {
    background-image: url(../images/Icon32/icon-32-ibraname-gonder.png);
}

.icon-32-map {
    background-image: url(../images/Icon32/icon-32-map.png);
}

.icon-32-visit {
    background-image: url(../images/Icon32/icon-32-visit.png);
}

.icon-32-breakreport {
    background-image: url(../images/Icon32/icon-32-breakreport.png);
}

.icon-32-breaktime {
    background-image: url(../images/Icon32/icon-32-breaktime.png);
}

.icon-32-groups-add {
    background-image: url(../images/Icon32/icon-32-groups-add.png);
}

.icon-32-ilet {
    background-image: url(../images/Icon32/icon-32-ilet.png);
}

.icon-32-mediamanager {
    background-image: url(../images/Icon32/icon-32-media.png);
}

.icon-32-module {
    background-image: url(../images/Icon32/icon-32-module.png);
}

.icon-32-print {
    background-image: url(../images/Icon32/icon-32-print.png);
}

.icon-32-send {
    background-image: url(../images/Icon32/icon-32-send.png);
}

.icon-32-delete {
    background-image: url(../images/Icon32/icon-32-delete.png);
}

.icon-32-delete-f {
    background-image: url(../images/Icon32/icon-32-delete.png);
    background-position: 0 -32px;
}

.icon-32-adduser {
    background-image: url(../images/Icon32/icon-32-adduser.png);
}

.icon-32-help {
    background-image: url(../images/Icon32/icon-32-help.png);
}

.icon-32-cancel {
    background-image: url(../images/Icon32/icon-32-cancel.png);
}

.icon-32-checkin {
    background-image: url(../images/Icon32/icon-32-checkin.png);
}

.icon-32-options {
    background-image: url(../images/Icon32/icon-32-config.png);
}

.icon-32-apply {
    background-image: url(../images/Icon32/icon-32-apply.png);
}

.icon-32-back {
    background-image: url(../images/Icon32/icon-32-back.png);
}

.icon-32-export {
    background-image: url(../images/Icon32/icon-32-export.png);
}

.icon-32-forward {
    background-image: url(../images/Icon32/icon-32-forward.png);
}

.icon-32-save {
    background-image: url(../images/Icon32/icon-32-save.png);
}

.icon-32-edit {
    background-image: url(../images/Icon32/icon-32-edit.png);
}

.icon-32-copy {
    background-image: url(../images/Icon32/icon-32-copy.png);
}

.icon-32-move {
    background-image: url(../images/Icon32/icon-32-move.png);
}

.icon-32-new {
    background-image: url(../images/Icon32/icon-32-new.png);
}

.icon-32-excel {
    background-image: url(../images/Icon32/icon-32-excelata.png);
}

.icon-32-upload {
    background-image: url(../images/Icon32/icon-32-upload.png);
}

.icon-32-assign {
    background-image: url(../images/Icon32/icon-32-publish.png);
}

.icon-32-html {
    background-image: url(../images/Icon32/icon-32-html.png);
}

.icon-32-css {
    background-image: url(../images/Icon32/icon-32-css.png);
}

.icon-32-menus {
    background-image: url(../images/Icon32/icon-32-menu.png);
}

.icon-32-publish {
    background-image: url(../images/Icon32/icon-32-publish.png);
}

.icon-32-unblock {
    background-image: url(../images/Icon32/icon-32-unblock.png);
}

.icon-32-unpublish {
    background-image: url(../images/Icon32/icon-32-unpublish.png);
}

.icon-32-restore {
    background-image: url(../images/Icon32/icon-32-revert.png);
}

.icon-32-trash {
    background-image: url(../images/Icon32/icon-32-trash.png);
}

.icon-32-archive {
    background-image: url(../images/Icon32/icon-32-archive.png);
}

.icon-32-unarchive {
    background-image: url(../images/Icon32/icon-32-unarchive.png);
}

.icon-32-preview {
    background-image: url(../images/Icon32/icon-32-preview.png);
}

.icon-32-default {
    background-image: url(../images/Icon32/icon-32-default.png);
}

.icon-32-refresh {
    background-image: url(../images/Icon32/icon-32-refresh.png);
}

.icon-32-save-new {
    background-image: url(../images/Icon32/icon-32-save-new.png);
}

.icon-32-save-copy {
    background-image: url(../images/Icon32/icon-32-save-copy.png);
}

.icon-32-error {
    background-image: url(../images/Icon32/icon-32-error.png);
}

.icon-32-new-style {
    background-image: url(../images/Icon32/icon-32-new-style.png);
}

.icon-32-delete-style {
    background-image: url(../images/Icon32/icon-32-delete-style.png);
}

.icon-32-purge {
    background-image: url(../images/Icon32/icon-32-purge.png);
}

.icon-32-remove {
    background-image: url(../images/Icon32/icon-32-remove.png);
}

.icon-32-featured {
    background-image: url(../images/Icon32/icon-32-featured.png);
}

.toolbar-inactive {
    background-position: 0px 32px;
}

.icon-32-messaging {
    background-image: url(../images/Icon32/icon-32-messaging.png);
}

.icon-32-read-privatemessage {
    background-image: url(../images/Icon32/icon-32-read-privatemessage.png);
}

.icon-32-tedarikci {
    background-image: url(../images/Icon32/icon-32-tedarikci.png);
}

.icon-32-kargo {
    background-image: url(../images/Icon32/icon-32-kargo.png);
}

.icon-32-privatemessage {
    background-image: url(../images/Icon32/icon-32-new-privatemessage.png);
}

.icon-32-menu {
    background-image: url(../images/Icon32/icon-32-menu.png);
}

.icon-32-bank {
    background-image: url(../images/Icon32/icon-32-bank.png);
}

.icon-32-diagram {
    background-image: url(../images/Icon32/icon-32-diagram.png);
}

.icon-32-chart {
    background-image: url(../images/Icon32/icon-32-chart.png);
}

.icon-32-hizli-arama {
    background-image: url(../images/Icon32/icon-32-hizli-arama.png);
}

.icon-32-hizli-arama-ekle {
    background-image: url(../images/Icon32/icon-32-hizli-arama-ekle.png);
}

.icon-32-atama {
    background-image: url(../images/Icon32/icon-32-atama.png);
}

.icon-32-dosya-aktarim {
    background-image: url(../images/Icon32/icon-32-dosya-aktarim.png);
}

.icon-32-portfoy-aktarim {
    background-image: url(../images/Icon32/icon-32-portfoy-aktarim.png);
}

.icon-32-DSmart {
    background-image: url(../images/Icon32/icon-32-DSmart.png);
}

.icon-32-payment {
    background-image: url(../images/Icon32/icon-32-payment.png);
}

.icon-32-sales {
    background-image: url(../images/Icon32/icon-32-sales.png);
}

.icon-32-kullanici-arama-Liste {
    background-image: url(../images/Icon32/icon-32-kullanici-arama-liste.png);
}

.icon-32-kullanici-arama-ekle {
    background-image: url(../images/Icon32/icon-32-kullanici-arama-ekle.png);
}

.icon-32-gorusme-gecmisi {
    background-image: url(../images/Icon32/icon-32-gorusme-gecmisi.png);
}

.icon-32-company {
    background-image: url(../images/Icon32/icon-32-company.png);
}

.icon-32-company-add {
    background-image: url(../images/Icon32/icon-32-company-add.png);
}

.icon-32-Nurol {
    background-image: url(../images/Icon32/icon-32-Nurol.png);
}

.icon-32-company-lock-report {
    background-image: url(../images/Icon32/icon-32-company-lock-report.png);
}

.icon-32-company-call-group {
    background-image: url(../images/Icon32/icon-32-company-call-group.png);
}

.icon-32-pop-up-window {
    background-image: url(../images/Icon32/icon-32-pop-up-window.png);
}

.icon-32-user-system-report {
    background-image: url(../images/Icon32/icon-32-user-system-report.png);
}

.icon-32-folder-report {
    background-image: url(../images/Icon32/icon-32-folder-report.png);
}

.icon-32-iadeekle {
    background-image: url(../images/Icon32/icon-32-iadeekle.png);
}

.icon-32-kullanici-anket {
    background-image: url(../images/Icon32/icon-32-kullanici-anket.png);
}

.icon-32-anket-rapor {
    background-image: url(../images/Icon32/icon-32-anket-rapor.png);
}

.icon-32-telefon-kapat {
    background-image: url(../images/Icon32/icon-32-telefon-kapat.png);
}

.icon-32-excel-xls-icon {
    background-image: url(../images/Icon32/icon-32-excel-xls-icon.png);
}

.icon-32-upload {
    background-image: url(../images/Icon32/icon-32-upload.png);
}

.upload-32 {
    background-image: url(../images/Icon32/upload-32.png);
}

.icon-32-excelata {
    background-image: url(../images/Icon32/icon-32-excelata.png);
}

.icon-32-system-state {
    background-image: url(../images/Icon32/icon-32-system-state.png);
}

.icon-32-excelMG {
    background-image: url(../images/Icon32/icon-32-ExcelMG.png);
}

.icon-32-ayrintili-borclu {
    background-image: url(../images/Icon32/icon-32-ayrintili-borclu.png);
}

.icon-32-adlibilgiler {
    background-image: url(../images/Icon32/icon-32-adlibilgiler.png);
}

.icon-32-Borc-Degisim {
    background-image: url(../images/Icon32/icon32-Borc-Degisim.png);
}

.icon-32-indirim {
    background-image: url(../images/Icon32/icon32-indirim.png);
}

.icon-32-ekle {
    background-image: url(../images/Icon32/icon-32-ekle.png);
}
.icon-32-teminat {
    background-image: url(../images/Icon32/icon-32-teminat.png);
}

/* -- HEADER ICON STYLES ----------------------------- */
.icon-48-messaging {
    background-image: url(../images/Icon48/icon-messaging.png);
}

.icon-48-breakreport {
    background-image: url(../images/Icon48/icon-48-breakreport.png);
}

.icon-48-envelope {
    background-image: url(../images/Icon48/icon-48-ibraname.png);
}


.icon-48-breaktime {
    background-image: url(../images/Icon48/icon-48-breaktime.png);
}

.icon-48-breaktime {
    background-image: url(../images/Icon48/icon-48-systemlog.png);
}

.icon-48-numara-aktar {
    background-image: url(../images/Icon48/icon-48-numara-aktar.png);
}

.icon-48-TcTel {
    background-image: url(../images/Icon48/icon-48-TcTel.png);
}

.icon-48-diagram {
    background-image: url(../images/Icon48/icon-48-diagram.png);
}

.icon-48-satis-raporlari {
    background-image: url(../images/Icon48/icon-48-satis-raporlari.png);
}

.icon-48-cig-satis-raporlari {
    background-image: url(../images/Icon48/icon-48-cig-satis-raporlari.png);
}

.icon-48-kasa-raporlari {
    background-image: url(../images/Icon48/icon-48-kasa-raporlari.png);
}

.icon-48-bank {
    background-image: url(../images/Icon48/icon-48-bank.png);
}

.icon-48-excel {
    background-image: url(../images/Icon48/icon-48-excel.png);
}

.icon-48-map {
    background-image: url(../images/Icon48/icon-48-map.png);
}

.icon-48-bayiler {
    background-image: url(../images/Icon48/icon-48-bayiler.png);
}

.icon-48-firmalar {
    background-image: url(../images/Icon48/icon-48-firmalar.png);
}

.icon-48-categories {
    background-image: url(../images/Icon48/icon-48-category.png);
}

.icon-48-addfolder {
    background-image: url(../images/Icon48/icon-48-addfolder.png);
}

.icon-48-category-edit {
    background-image: url(../images/Icon48/icon-48-category.png);
}

.icon-48-category-add {
    background-image: url(../images/Icon48/icon-48-category-add.png);
}

.icon-48-generic {
    background-image: url(../images/Icon48/icon-48-generic.png);
}

.icon-48-banners {
    background-image: url(../images/Icon48/icon-48-banner.png);
}

.icon-48-banners-categories {
    background-image: url(../images/Icon48/icon-48-banner-categories.png);
}

.icon-48-banners-category-edit {
    background-image: url(../images/Icon48/icon-48-banner-categories.png);
}

.icon-48-banners-category-add {
    background-image: url(../images/Icon48/icon-48-category-add.png);
}

.icon-48-banners-clients {
    background-image: url(../images/Icon48/icon-48-banner-client.png);
}

.icon-48-banners-tracks {
    background-image: url(../images/Icon48/icon-48-banner-tracks.png);
}

.icon-48-checkin {
    background-image: url(../images/Icon48/icon-48-checkin.png);
}

.icon-48-clear {
    background-image: url(../images/Icon48/icon-48-clear.png);
}

.icon-48-contact {
    background-image: url(../images/Icon48/icon-48-contacts.png);
}

.icon-48-contact-categories {
    background-image: url(../images/Icon48/icon-48-contacts-categories.png);
}

.icon-48-contact-category-edit {
    background-image: url(../images/Icon48/icon-48-contacts-categories.png);
}

.icon-48-contact-category-add {
    background-image: url(../images/Icon48/icon-48-category-add.png);
}

.icon-48-purge {
    background-image: url(../images/Icon48/icon-48-purge.png);
}

.icon-48-cpanel {
    background-image: url(../images/Icon48/icon-48-cpanel.png);
}

.icon-48-config {
    background-image: url(../images/Icon48/icon-48-config.png);
}

.icon-48-groups {
    background-image: url(../images/Icon48/icon-48-groups.png);
}

.icon-48-groups-add {
    background-image: url(../images/Icon48/icon-48-groups-add.png);
}

.icon-48-levels {
    background-image: url(../images/Icon48/icon-48-levels.png);
}

.icon-48-levels-add {
    background-image: url(../images/Icon48/icon-48-levels-add.png);
}

.icon-48-module {
    background-image: url(../images/Icon48/icon-48-module.png);
}

.icon-48-menu {
    background-image: url(../images/Icon48/icon-48-menu.png);
}

.icon-48-menu-add {
    background-image: url(../images/Icon48/icon-48-menu-add.png);
}

.icon-48-menumgr {
    background-image: url(../images/Icon48/icon-48-menumgr.png);
}

.icon-48-newsfeeds-categories {
    background-image: url(../images/Icon48/icon-48-newsfeeds-cat.png);
}

.icon-48-newsfeeds-category-edit {
    background-image: url(../images/Icon48/icon-48-newsfeeds-cat.png);
}

.icon-48-newsfeeds-category-add {
    background-image: url(../images/Icon48/icon-48-category-add.png);
}

.icon-48-trash {
    background-image: url(../images/Icon48/icon-48-trash.png);
}

.icon-48-user {
    background-image: url(../images/Icon48/icon-48-user.png);
}

.icon-48-user-add {
    background-image: url(../images/Icon48/icon-48-user-add.png);
}

.icon-48-user-edit {
    background-image: url(../images/Icon48/icon-48-user-edit.png);
}

.icon-48-user-profile {
    background-image: url(../images/Icon48/icon-48-user-profile.png);
}

.icon-48-inbox {
    background-image: url(../images/Icon48/icon-48-inbox.png);
}

.icon-48-new-privatemessage {
    background-image: url(../images/Icon48/icon-48-new-privatemessage.png);
}

.icon-48-msgconfig {
    background-image: url(../images/Icon48/icon-48-message_config.png);
}

.icon-48-langmanager {
    background-image: url(../images/Icon48/icon-48-language.png);
}

.icon-48-mediamanager {
    background-image: url(../images/Icon48/icon-48-media.png);
}

.icon-48-plugin {
    background-image: url(../images/Icon48/icon-48-plugin.png);
}

.icon-48-help_header {
    background-image: url(../images/Icon48/icon-48-help_header.png);
}

.icon-48-impressions {
    background-image: url(../images/Icon48/icon-48-stats.png);
}

.icon-48-browser {
    background-image: url(../images/Icon48/icon-48-stats.png);
}

.icon-48-searchtext {
    background-image: url(../images/Icon48/icon-48-stats.png);
}

.icon-48-thememanager {
    background-image: url(../images/Icon48/icon-48-themes.png);
}

.icon-48-writemess {
    background-image: url(../images/Icon48/icon-48-writemess.png);
}

.icon-48-featured {
    background-image: url(../images/Icon48/icon-48-featured.png);
}

.icon-48-sections {
    background-image: url(../images/Icon48/icon-48-section.png);
}

.icon-48-article-add {
    background-image: url(../images/Icon48/icon-48-article-add.png);
}

.icon-48-article-edit {
    background-image: url(../images/Icon48/icon-48-article-edit.png);
}

.icon-48-article {
    background-image: url(../images/Icon48/icon-48-article.png);
}

.icon-48-content-categories {
    background-image: url(../images/Icon48/icon-48-category.png);
}

.icon-48-content-category-edit {
    background-image: url(../images/Icon48/icon-48-category.png);
}

.icon-48-content-category-add {
    background-image: url(../images/Icon48/icon-48-category-add.png);
}

.icon-48-install {
    background-image: url(../images/Icon48/icon-48-extension.png);
}

.icon-48-dbbackup {
    background-image: url(../images/Icon48/icon-48-backup.png);
}

.icon-48-dbrestore {
    background-image: url(../images/Icon48/icon-48-dbrestore.png);
}

.icon-48-dbquery {
    background-image: url(../images/Icon48/icon-48-query.png);
}

.icon-48-systeminfo {
    background-image: url(../images/Icon48/icon-48-info.png);
}

.icon-48-massmail {
    background-image: url(../images/Icon48/icon-48-massmail.png);
}

.icon-48-redirect {
    background-image: url(../images/Icon48/icon-48-redirect.png);
}

.icon-48-search {
    background-image: url(../images/Icon48/icon-48-search.png);
}

.icon-48-newsfeeds {
    background-image: url(../images/Icon48/icon-48-newsfeeds.png);
}

.icon-48-newsfeeds-cat {
    background-image: url(../images/Icon48/icon-48-newsfeeds-cat.png);
}

.icon-48-weblinks {
    background-image: url(../images/Icon48/icon-48-links.png);
}

.icon-48-weblinks-categories {
    background-image: url(../images/Icon48/icon-48-links-cat.png);
}

.icon-48-weblinks-category-edit {
    background-image: url(../images/Icon48/icon-48-links-cat.png);
}

.icon-48-weblinks-category-add {
    background-image: url(../images/Icon48/icon-48-category-add.png);
}

.icon-48-read-privatemessage {
    background-image: url(../images/Icon48/icon-48-read-privatemessage.png);
}

.icon-48-chart {
    background-image: url(../images/Icon48/icon-48-chart.png);
}

.icon-48-menu {
    background-image: url(../images/Icon48/icon-48-menu.png);
}

.icon-48-hizli-arama {
    background-image: url(../images/Icon48/icon-48-hizli-arama.png);
}

.icon-48-atama {
    background-image: url(../images/Icon48/icon-48-atama.png);
}

.icon-48-dosya-aktarim {
    background-image: url(../images/Icon48/icon-48-dosya-aktarim.png);
}

.icon-48-DSmart {
    background-image: url(../images/Icon48/icon-48-DSmart.png);
}

.icon-48-payment {
    background-image: url(../images/Icon48/icon-48-payment.png);
}

.icon-48-sales {
    background-image: url(../images/Icon48/icon-48-sales.png);
}

.icon-48-iade {
    background-image: url(../images/Icon48/icon-48-iade.png);
}

.icon-48-kullanici-arama-Liste {
    background-image: url(../images/Icon48/icon-48-kullanici-arama-liste.png);
}

.icon-48-kullanici-arama-ekle {
    background-image: url(../images/Icon48/icon-48-kullanici-arama-ekle.png);
}

.icon-48-gorusme-gecmisi {
    background-image: url(../images/Icon48/icon-48-gorusme-gecmisi.png);
}

.icon-48-company {
    background-image: url(../images/Icon48/icon-48-company.png);
}

.icon-48-company-add {
    background-image: url(../images/Icon48/icon-48-company-add.png);
}

.icon-48-lock {
    background-image: url(../images/Icon48/icon-48-lock.png);
}

.icon-48-Nurol {
    background-image: url(../images/Icon48/icon-48-Nurol.png);
}

.icon-48-company-lock-report {
    background-image: url(../images/Icon48/icon-48-company-lock-report.png);
}

.icon-48-company-call-group {
    background-image: url(../images/Icon48/icon-48-company-call-group.png);
}

.icon-48-pop-up-window {
    background-image: url(../images/Icon48/icon-48-pop-up-window.png);
}

.icon-48-complaint {
    background-image: url(../images/Icon48/icon-48-complaint.png);
}

.icon-48-user-system-report {
    background-image: url(../images/Icon48/icon-48-user-system-report.png);
}

.icon-48-information {
    background-image: url(../images/Icon48/icon-48-information.png);
}

.icon-48-kullanici-anket {
    background-image: url(../images/Icon48/icon-48-kullanici-anket.png);
}


.icon-48-anket-rapor {
    background-image: url(../images/Icon48/icon-48-anket-rapor.png);
}

.icon-48-musteri-anket {
    background-image: url(../images/Icon48/icon-48-musteri-anket.png);
}

/*.icon-48-kullanici-anket {
    background-image: url(../images/Icon48/icon-48-kullanici-anket.png);
}*/

.icon-48-folder-report {
    background-image: url(../images/Icon48/icon-48-folder-report.png);
}

.icon-48-personal-quality {
    background-image: url(../images/Icon48/icon-48-employee-quality.png);
}

.icon-48-telefon-kapat {
    background-image: url(../images/Icon48/icon-48-telefon-kapat.png);
}

.icon-48-gorusme-durumlari {
    background-image: url(../images/Icon48/icon-48-gorusme-durumlari.png);
}

.icon-48-genel-durum-rapor {
    background-image: url(../images/Icon48/icon-48-genel-durum-rapor.png);
}

.icon-48-commenting {
    background-image: url(../images/Icon48/icon-48-commenting.png);
}

.icon-48-excel-xls-icon {
    background-image: url(../images/Icon48/icon-48-excel-xls-icon.png);
}

.icon-48-upload {
    background-image: url(../images/Icon48/icon-48-upload.png);
}

.icon-48-system-state {
    background-image: url(../images/Icon48/icon-48-system-state.png);
}

.icon-48-sistem-ayarlari {
    background-image: url(../images/Icon48/icon-48-sistem-ayarlari.png);
}

.icon-48-sistem-ayar {
    background-image: url(../images/Icon48/icon-48-sistem-ayar.png);
}

.icon-48-folderexcel {
    background-image: url(../images/Icon48/icon-48-folderexcel.png);
}

.icon-48-excelMG {
    background-image: url(../images/Icon48/icon-48-ExcelMG.png);
}

.icon-48-sms-report {
    background-image: url(../images/Icon48/icon-48-sms-report.png);
}

.icon-48-ayrintili-borclu {
    background-image: url(../images/Icon48/icon-48-ayrintili-borclu.png);
}

.icon-48-adlibilgiler {
    background-image: url(../images/Icon48/icon-48-adlibilgiler.png);
}

.icon-48-dosyaaranma {
    background-image: url(../images/Icon48/icon-48-dosyaaranma.png);
}

.icon-48-Borc-Degisim {
    background-image: url(../images/Icon48/icon-48-Borc-Degisim.png);
}
.icon-48-teminat {
    background-image: url(../images/Icon48/icon-48-teminat.png);
}
.icon-48-FaizHesap {
    background-image: url(../images/Icon48/icon_48_artieski.png);
}
.jgrid span.downarrow {
    background-image: url(../images/icon16/downarrow.png);
}

.jgrid span.downarrow_disabled {
    background-image: url(../images/icon16/downarrow0.png);
    background-position: 0 -12px;
}

.jgrid span.uparrow {
    background-image: url(../images/icon16/uparrow.png);
}

.jgrid span.uparrow_disabled {
    background-image: url(../images/icon16/uparrow0.png);
    background-position: 0 -12px;
}

.jgrid span.state {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}

div.cpanel-left {
    width: 54%;
    float: left;
}

div.cpanel-right {
    width: 45%;
    float: right;
}

.cpanel div.icon {
    text-align: center;
    margin: 5px 5px;
    float: left;
    width: 45%;
}

    .cpanel div.icon a {
        background-color: #fff;
        background-position: -30px;
        display: block;
        float: left;
        border: 1px solid #eaeaea;
        height: 97px;
        width: 100%;
        color: #565656;
        vertical-align: middle;
        text-decoration: none;
        border: 1px solid #CCC;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition-property: background-position, -webkit-border-bottom-right-radius, -webkit-box-shadow;
        -moz-transition-property: background-position, -moz-border-radius-bottom-right, -moz-box-shadow;
        -webkit-transition-duration: 1.8s;
        -moz-transition-duration: 1.8s;
    }

        .cpanel div.icon a:hover,
        .cpanel div.icon a:focus,
        .cpanel div.icon a:active {
            background-position: 0;
            -webkit-border-bottom-right-radius: 50% 20px;
            -moz-border-radius-bottom-right: 50% 20px;
            border-bottom-right-radius: 50% 20px;
            -webkit-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
            box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
            position: relative;
            z-index: 10;
        }

.cpanel img {
    /* padding: 10px 0;*/
    margin: 0 auto;
}

.cpanel span {
    display: block;
    text-align: center;
}

.f-nav {
    position: fixed;
    margin: 0 auto;
    top: 0px;
    margin-left: -5px;
    width: 93%;
    display: inline-table;
    vertical-align: middle;
    z-index: 999;
    box-sizing: border-box;
}

    .f-nav > tr {
        width: 100%;
        position: static;
    }

.CisSiparisEkle {
    float: right;
    width: auto;
    margin-right: 5px;
    position: relative;
    display: inline-block;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.tip {
    margin-left: 2px;
}

input.WpNumara {
    border: none;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #353535;
    cursor: pointer;
    height: 32px;
    width: 97%;
    margin: 2px;
}

.bs-callout {
    padding: 5px 10px;
    margin: 5px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-bottom {
    border-bottom-width: 5px;
    border-bottom-color: #1b809e;
}

.w98 {
    width: 98%;
}

.w50 {
    width: 50%;
}

.w49 {
    width: 49%;
}

.w33 {
    width: 33%;
}

.w20 {
    width: 20%;
}

.w15 {
    width: 15%;
}

.w10 {
    width: 10%;
}

.numara {
    width: 70%;
    display: inline-block;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
}

.giden-arama {
    background: url("../images/icon16/icon-25-goincall.png") top left no-repeat;
    padding-left: 30px;
}

.gelen-arama {
    background: url("../images/icon16/icon-25-incall.png") top left no-repeat;
    padding-left: 30px;
}

#Agentlar .panel .panel-heading {
    display: table;
    width: 100%;
}

#Agentlar .panel .panel-body {
    min-height: 35px;
}

#Agentlar .panel .panel-title {
    width: 100%;
    float: left;
    overflow: hidden;
    word-spacing: normal;
    margin-top: -10px;
    top: -10px;
    font-size: 14px;
}

.operator {
    float: none;
    display: inline-table;
}

#Agentlar .Durumu {
    overflow: hidden;
    word-spacing: normal;
    width: 100%;
    text-align: right;
    display: inline;
    font-size: 12px;
}

.sure {
    width: 29%;
    font-size: 16px;
    float: right;
    background: url("../images/icon16/icon-16-breaktime.png") top left no-repeat;
    padding-left: 20px;
}

.HatirlatmaBildirimBeyaz {
    /*min-width: 20px;
    min-height: 20px;
    border-radius: 30px;
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #d10000;
    display: table;
    position: absolute;
    top: 7px;
    right: 6px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    box-shadow:10px;*/
    display: none;
}

.gecmis-hatirlatma {
    margin-left: 5px;
    color: #008aff;
}

.sıradaki-hatirlatma {
    margin-left: 5px;
    color: #008aff;
}

.suan-hatirlatma {
    margin-left: 5px;
    color: #b92c28;
    box-shadow: inherit;
    -webkit-box-shadow: 10px 10px 7px -7px rgba(0,0,0,0.51);
    -moz-box-shadow: 10px 10px 7px -7px rgba(0,0,0,0.51);
    box-shadow: 10px 10px 7px -7px rgba(0,0,0,0.51);
}

.HatirlatmaBildirim {
    min-width: 20px;
    min-height: 20px;
    border-radius: 30px;
    text-shadow: 0 -1px 0 rgba(0,0,0,2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
    display: table;
    position: absolute;
    top: 7px;
    right: 6px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}


.drop-hatirlatma {
    z-index: 100;
    overflow: hidden;
}

ul.ul-mola li a {
    line-height: 18px;
    display: inline-block;
    background-position: 2px 2px;
}

ul.dropdown-menu li a span {
    white-space: nowrap;
    padding-left: 5px;
    padding: 0px 5px 0px 5px;
}

#drop-hatirlatma {
    width: 650px;
    min-width: 250px;
}

    #drop-hatirlatma li a {
        padding: 2px 5px 2px 5px;
    }

    #drop-hatirlatma li {
        border-bottom: 1px #eeeeee solid;
        margin: 4px 0px;
        display: inline-block;
        width: 100%;
    }

        #drop-hatirlatma li:first-child {
            border-bottom: 0px;
        }

        #drop-hatirlatma li:last-child {
            border-bottom: 0px;
        }

.last {
    float: right;
    text-align: right;
}

.WebPhone {
    bottom: 0;
    position: fixed;
    clear: both;
    border: 1px solid #999;
    border-bottom: 0;
    padding: 2px 0 0;
    right: 0px;
    width: 900px;
    height: 480px;
    background-color: #fff;
    z-index: 11000;
}

.fa-hover a:hover .fa {
    font-size: 28px;
    vertical-align: -6px;
}


.fixeddiv1150 {
    display: inline;
    float: left;
    margin-left: 10px;
    width: 1150px;
    margin-right: 10px;
    height: 700px;
    min-height: 500px;
    overflow-x: auto;
    overflow-y: hidden;
}

.fixeddiv950 {
    display: inline;
    float: left;
    margin-left: 10px;
    width: 900px;
    margin-right: 10px;
    height: 300px;
    min-height: 500px;
    overflow-x: auto;
    overflow-y: auto;
}

.verticalscrol {
    overflow-y: auto;
}


/*.table.fixedCol th,
.table.fixedCol td {
    /* background is set to white to hide underlaying column
       of original table */
/*background: white;
}*/
.gi-1x {
    font-size: 1.5em;
}

.gi-2x {
    font-size: 2em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}


.default-color-dark {
    color: seagreen;
    margin-right: 5px;
}

.green {
    color: green;
    margin-right: 5px;
    /*background: #52b152; /* Old browsers */
    /*background: -moz-linear-gradient(45deg,  #52b152 0%, #005700 49%, #52b152 100%, #002400 100%, #52b152 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(45deg,  #52b152 0%,#005700 49%,#52b152 100%,#002400 100%,#52b152 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(45deg,  #52b152 0%,#005700 49%,#52b152 100%,#002400 100%,#52b152 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b152', endColorstr='#52b152',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    /*color:transparent;
    -webkit-background-clip: text;
    background-clip: text;*/
}

.pasifgreen {
    color: #BEDAA7;
    margin-right: 5px;
}

.darkblue {
    color: #146295;
    margin-right: 5px;
}

.gray {
    color: #aaa;
    margin-right: 5px;
}

.orange { /*color:#db7f13 ;*/
    margin-bottom: 5px;
    color: #f2a02e; /* Old browsers */
}

.orange {
    color: #db7f13;
    margin-bottom: 5px;
}

.yellow {
    margin-right: 5px;
    color: #ffd65e; /* Old browsers */
}

.blue {
    margin-right: 5px;
    color: #18A9E6;
}

#popup_icerik {
    background-color: #fff;
    border: 5px #ccc solid;
    min-height: 100px;
    min-width: 400px;
    overflow: hidden;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 20px;
    display: block;
    position: relative;
}

#SenaryoBody {
    height: 60vh;
}

#SenaryoYaziAlani {
    overflow-y: auto;
    height: 60vh;
    font-size: 16px;
    font-family: Calibri;
}

    #SenaryoYaziAlani > strong {
        color: blue;
        font-weight: 700;
        font-size: 17px;
    }

    #SenaryoYaziAlani > div > span > a.btn {
        font-size: 16px;
    }

#tblSirketGorusmeDurumlari tr:hover td:hover {
    cursor: pointer;
}

#tblSirketGorusmeDurumlari tr.ui-sortable-helper td.ui-sortable-helper {
    cursor: move;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.ankettext {
    width: 100%;
}

#floater {
    position: absolute;
    top: 100px;
    right: 1px;
    width: 150px;
    height: 90px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 1;
}

.Soru {
    line-height: 1.4;
    width: auto;
    background-color: #f1f1f1;
    padding: 8px 12px;
    border-left: 4px solid #146295;
    word-wrap: break-word;
}

.Cevaplar {
    line-height: 1;
    width: auto;
    background-color: #fff;
    padding: 12px 25px;
    /*border: 4px solid #f1f1f1;*/
    word-wrap: break-word;
}

.cpanel div.icon {
    text-align: center;
    margin: 3px 0px 0px 3px;
    float: left;
    width: 49%;
    padding: 4px;
    line-height: 50px;
}

    .cpanel div.icon a {
        background-color: #fff;
        background-position: -30px;
        display: block;
        float: left;
        border: 1px solid #eaeaea;
        height: 50px;
        width: 100%;
        color: #565656;
        vertical-align: middle;
        text-decoration: none;
        border: 1px solid #CCC;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition-property: background-position, -webkit-border-bottom-right-radius, -webkit-box-shadow;
        -moz-transition-property: background-position, -moz-border-radius-bottom-right, -moz-box-shadow;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
    }

        .cpanel div.icon a:hover,
        .cpanel div.icon a:focus,
        .cpanel div.icon a:active {
            background-position: 0;
            position: relative;
            z-index: 10;
        }

.cpanel img {
    float: left;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    margin: 10px 2px 2px 2px;
}

.cpanel span {
    display: block;
    text-align: left;
    vertical-align: middle;
}

.firebrick {
    color: firebrick;
    text-decoration: none;
    text-shadow: 0px 0px 0px transparent;
    cursor: pointer;
}

ul#PhoneButtonSlide {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 40%;
    left: 0px;
    list-style: none;
    z-index: 9999;
    display: none;
}

    ul#PhoneButtonSlide li {
        width: 85px;
        margin-bottom: 4px;
    }

        ul#PhoneButtonSlide li a {
            display: block;
            margin-left: -2px;
            width: 85px;
            height: 65px;
            background-repeat: no-repeat;
            background-position: center center;
            -moz-border-radius: 0px 10px 10px 0px;
            -webkit-border-bottom-right-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -khtml-border-bottom-right-radius: 10px;
            -khtml-border-top-right-radius: 10px;
            -moz-box-shadow: 0px 4px 3px #000;
            -webkit-box-shadow: 0px 4px 3px #000;
            color: #fff;
            font-size: 32px;
            text-align: center;
            line-height: 35px;
            padding-top: 10px;
            position: relative;
            /*opacity: 0.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);*/
        }

            ul#PhoneButtonSlide li a > span {
                font-size: 12px;
                font-weight: bold;
                line-height: 16px;
                display: block;
                text-align: center;
                width: 85px;
                opacity: 0.4;
                filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
            }

.top-bar {
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
    max-height: 45px;
}

a.BtnPGit {
    border: 1px solid #d9d9d9;
    padding: 4px 9px;
    margin: 0 0px 0 -5px;
    cursor: pointer;
    box-shadow: rgb(245, 245, 245) 1px 1px 2px;
    display: inline-block;
    background-color: rgb(253, 253, 253);
    transition: all 0.2s ease-out;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(217, 217, 217);
}

    a.BtnPGit:hover {
        -moz-transform: scale(1.1) rotate(0deg);
        -webkit-transform: scale(1.1) rotate(0deg);
        -o-transform: scale(1.1) rotate(0deg);
        -ms-transform: scale(1.1) rotate(0deg);
        transform: scale(1.1) rotate(0deg);
        background-color: #c2e3f0 !important;
        color: #333333;
        border: 1px #34667a solid;
        -moz-box-shadow: 1px 1px 2px #cccccc;
        -webkit-box-shadow: 1px 1px 2px #cccccc;
        box-shadow: 1px 1px 2px #cccccc;
    }

hr.style18 {
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

    hr.style18:before {
        display: block;
        content: "";
        height: 30px;
        margin-top: -31px;
        border-style: solid;
        border-color: #8c8b8b;
        border-width: 0 0 1px 0;
        border-radius: 20px;
    }
/*Div Döndürme*/
.a-15 {
    -ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(15deg); /* Safari */
    transform: rotate(15deg); /* Standard syntax */
}

.a-30 {
    -ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Safari */
    transform: rotate(-30deg); /* Standard syntax */
}

.a-45 {
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg); /* Standard syntax */
}

.a-60 {
    -ms-transform: rotate(-60deg); /* IE 9 */
    -webkit-transform: rotate(-60deg); /* Safari */
    transform: rotate(-60deg); /* Standard syntax */
}

.a-90 {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg); /* Standard syntax */
}

.a-120 {
    -ms-transform: rotate(-120deg); /* IE 9 */
    -webkit-transform: rotate(-120deg); /* Safari */
    transform: rotate(-120deg); /* Standard syntax */
}

.a-135 {
    -ms-transform: rotate(-135deg); /* IE 9 */
    -webkit-transform: rotate(-135deg); /* Safari */
    transform: rotate(-135deg); /* Standard syntax */
}

.a15 {
    -ms-transform: rotate(15deg); /* IE 9 */
    -webkit-transform: rotate(15deg); /* Safari */
    transform: rotate(15deg); /* Standard syntax */
}

.a30 {
    -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Safari */
    transform: rotate(30deg); /* Standard syntax */
}

.a45 {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg); /* Standard syntax */
}

.a60 {
    -ms-transform: rotate(60deg); /* IE 9 */
    -webkit-transform: rotate(60deg); /* Safari */
    transform: rotate(60deg); /* Standard syntax */
}

.a90 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg); /* Standard syntax */
}

.a120 {
    -ms-transform: rotate(120deg); /* IE 9 */
    -webkit-transform: rotate(120deg); /* Safari */
    transform: rotate(120deg); /* Standard syntax */
}

.a150 {
    -ms-transform: rotate(150deg); /* IE 9 */
    -webkit-transform: rotate(150deg); /* Safari */
    transform: rotate(150deg); /* Standard syntax */
}

.a180 {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg); /* Standard syntax */
}

.a210 {
    -ms-transform: rotate(210deg); /* IE 9 */
    -webkit-transform: rotate(210deg); /* Safari */
    transform: rotate(210deg); /* Standard syntax */
}

.a240 {
    -ms-transform: rotate(240deg); /* IE 9 */
    -webkit-transform: rotate(240deg); /* Safari */
    transform: rotate(240deg); /* Standard syntax */
}

.a270 {
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg); /* Standard syntax */
}

@import url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css');

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio {
    display: flex;
}

    .funkyradio label {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #D1D3D4;
        font-weight: normal;
    }

    .funkyradio input[type="radio"]:empty,
    .funkyradio input[type="checkbox"]:empty {
        display: none;
    }

        .funkyradio input[type="radio"]:empty ~ label,
        .funkyradio input[type="checkbox"]:empty ~ label {
            position: relative;
            line-height: 2.5em;
            text-indent: 3.25em;
            margin-top: 2em;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .funkyradio input[type="radio"]:empty ~ label:before,
            .funkyradio input[type="checkbox"]:empty ~ label:before {
                position: absolute;
                display: block;
                top: 0;
                bottom: 0;
                left: 0;
                content: '';
                width: 2.5em;
                background: #D1D3D4;
                border-radius: 3px 0 0 3px;
            }

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
        color: #888;
    }

        .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
        .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
            content: '\2714';
            text-indent: .9em;
            color: #C2C2C2;
        }

    .funkyradio input[type="radio"]:checked ~ label,
    .funkyradio input[type="checkbox"]:checked ~ label {
        color: #777;
    }

        .funkyradio input[type="radio"]:checked ~ label:before,
        .funkyradio input[type="checkbox"]:checked ~ label:before {
            content: '\2714';
            text-indent: .9em;
            color: #333;
            background-color: #ccc;
        }

    .funkyradio input[type="radio"]:focus ~ label:before,
    .funkyradio input[type="checkbox"]:focus ~ label:before {
        box-shadow: 0 0 0 3px #999;
    }

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.dropScrollMenu {
    max-height: 250px;
    overflow-y: scroll !important;
}


.acordion .fas, .acordion .far, .acordion .fab {
    margin-right: 10px;
}

.acordion .panel-body {
    padding: 0px;
}

    .acordion .panel-body table tr td {
        padding-left: 15px;
        font-size: 16px;
    }

    .acordion .panel-body .table {
        margin-bottom: 0px;
    }

.fa-1 {
    font-size: 1.5em;
}

.fa-2 {
    font-size: 2em;
}

.fa-3 {
    font-size: 4em;
}

.fa-4 {
    font-size: 7em;
}

.fa-5 {
    font-size: 12em;
}
/*#radiobuttons .active>span {
color:#ffc107;
}*/
.tab-content {
    /*border: 1px solid #ddd;*/
    /*width:70%;*/
}

.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-left > .nav-tabs > li {
    float: none;
    width: 100%;
}

    .tabs-left > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
    width: 98%;
    /*width:29%;*/
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }

.rotate-15 {
    -ms-transform: rotate(15deg); /* IE 9 */
    -webkit-transform: rotate(15deg); /* Safari 3-8 */
    transform: rotate(15deg);
}

.rotate-30 {
    -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Safari 3-8 */
    transform: rotate(30deg);
}

.rotate-45 {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(45deg);
}

.rotate-60 {
    -ms-transform: rotate(60deg); /* IE 9 */
    -webkit-transform: rotate(60deg); /* Safari 3-8 */
    transform: rotate(60deg);
}

.rotate-90 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
}

.rotate-120 {
    -ms-transform: rotate(120deg); /* IE 9 */
    -webkit-transform: rotate(120deg); /* Safari 3-8 */
    transform: rotate(120deg);
}

.rotate-180 {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}

.rotate-270 {
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari 3-8 */
    transform: rotate(270deg);
}

.rotate-360 {
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari 3-8 */
    transform: rotate(360deg);
}

.labelbluegrayback {
    background-color: #317093;
    font-size: medium;
    padding-bottom: 5px;
    color: ghostwhite;
}

.btn-group > .tip, .btn-group > .btn, .btn-group > .tip > .btn {
    margin-right: 0px;
    margin-left: 0px;
}

.multiselect-selected-text {
    text-align: left;
    float: left;
    max-width: 95%;
    overflow: hidden;
}

.adminlist input:-moz-read-only { /* For Firefox */
    border: none;
}

.adminlist input:read-only {
    border: none;
}

.specialPagination {
    max-width: 90px;
    float: right;
}

#uploadifive-upload_b-queue {
    display: inline-block;
    float: right;
    width: 60%;
}

/*login*/
.sifregoster i {
    position: absolute;
    right: 40px;
    top: 10px;
}

table.yasallist thead th {
    background: #146295 !important;
    color: white !important;
}

/* Kapalı Dosyalardaki Haricen Tahsil Blogu*/
.haricenTahsil {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

#bBilgileri .panel-body {
    position: relative;
}



.haricenTahsilBilgileri {
    width: 60%;
    height: 340px;
    background: white;
    position: relative;
    box-shadow: 4px 8px 12px black;
    z-index: 1;
    overflow-y: scroll;
}



.haricenTahsilBilgileriKapat {
    width: 30px;
    height: 30px;
    text-align: center;
    color: white;
    background-color: crimson;
    top: 10px;
    right: 15px;
    font-size: 19px;
    box-shadow: 2px 2px 6px black;
    border-radius: 20px;
    position: sticky;
    margin-left: 450px;
}

    .haricenTahsilBilgileriKapat i {
        margin-top: 5px;
        font-size: 15px;
    }




.tahsilHarciEsasBilgileri {
    font-size: 12px !important;
}

.contentTahsilHarciTarihi{
    position:relative;
}

.first-hr {
    width: 480px;
    height: 2px;
    background-color: crimson;
    z-index: 2000;
    top:200px;
    transform: rotate(30deg);
    margin-left:20px;
    position:sticky;
}

.second-hr {
    width: 480px;
    height: 2px;
    background-color: crimson;
    z-index: 2000;
    top: 200px;
    transform: rotate(330deg);
    margin-left: 20px;
    position: sticky;
}