﻿body {
    margin: 0;
    padding: 0;
    background: #fff url('images/bg.png') no-repeat;
    background-attachment: fixed;
    color: #686d7a;
}
#iletisim {
display:none;
}
header, footer, nav, section, img {
    display: block;
}

.clearfix {
    clear: both;
    content: "";
    visibility: hidden;
    line-height: 0;
    height: 0;
    display: block;
}
/* Styles for basic forms
-----------------------------------------------------------*/

.content-wrapper {
    margin: 0 0 0 290px;
    padding: 0;
}

.content-body {
    padding: 10px 0;
    margin: 0;
}

.content {
    margin: 15px 0;
    padding: 0 25px;
}

.content-top {
    margin: 0 0 10px 0;
    padding: 0 25px 0 0;
    text-align: right;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    color: #686d7a;
}

.content-title {
    background: url('images/link-bar.png') repeat-x;
    padding: 16px 0 17px 25px;
    font-family: 'robotocondensed';
    font-size: 14px;
    color: #808080;
}

.content-title a {
    text-decoration: none;
    text-transform:uppercase;
}
.content-title a[href] {

  color: #2faddd;
}
.content-title a[href]:hover {
    color: #686d7a;
}

.content-footer {
    margin: 0 0 10px 0;
    padding: 0 25px 0 0;
    text-align: right;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    color: #686d7a;
}

.content h6 {
    padding: 3px 0 0 40px;
    margin: 0;
    font-family: 'robotocondensed';
    font-size: 14px;
    font-weight: normal;
    color: #686d7a;
    background: url("images/pin-blue.png") no-repeat;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

.tooltipify
{
    background: #f00;
    border-radius: 6px;
}

    .tooltipify.left
    {
        margin-left: -10px;
    }

    .tooltipify > span.icon
    {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #f00 transparent transparent;
        border-image: none;
        border-right: 0px solid transparent;
        border-style: solid;
        border-width: 0px;
        content: " ";
        height: 0;
        margin-left: 3px;
        position: absolute;
        top: 100%;
        width: 0;
        z-index: 1;
    }

    .tooltipify.bottom > span.icon
    {
        border-color: transparent transparent #f00;
        top: -13px;
    }

    .tooltipify.right > span.icon
    {
        border-color: transparent #f00 transparent transparent;
        margin-left: 0;
        left: -12px;
        top: 50%;
        margin-top: -7px;
    }

    .tooltipify.left > span.icon
    {
        border-color: transparent transparent transparent #f00;
        margin-left: -2px;
        left: 100%;
        top: 50%;
        margin-top: -7px;
    }

    .tooltipify > .content
    {
        color: #FFF;
        font-size: 12px;
        font-family: 'Trebuchet MS';
        padding: 0px 10px;
    }

.grid {
    width: 100%;
    border-spacing: 0;
    font-family: 'robotocondensed';
    font-size: 14px;
    padding: 0;
    margin: 15px 0 0 0;
}

    .grid tr th {
        padding: 10px;
        text-align: left;
        font-weight: normal;
        background: #2faddd;
        color: #fff;
    }

    .grid tr th a {
        text-decoration: none;
        color: #fff;
        background: url("images/up_down.png") no-repeat left center;
        padding: 0 0 0 17px;
    }

    .grid tr:hover td {
        background: #cae6f1;
        cursor: pointer;
    }

    .grid tr td {
        padding: 8px 0 8px 15px;
    }

.footers td a {
    padding: 5px 10px;
    text-decoration: none;
    color: #808080;
    border: solid 1px #ccc;
    font-weight: normal;
}

    tfoot tr td {
        background: #fff;

    }

    tfoot tr:hover> .grid tr:hover td {
        background: #fff;

    }

.footers td a:hover {
    background: #808080;
    color: #fff;
}

.alternating {
    background: #e9e9e9;
}

.icon-group {
    width: 85px;
    vertical-align: top;
}
.icon-group img {
        float: left;
    margin: 0 0 0 15px;
}
.check-group {
    width: 40px;
    vertical-align: top;
}

.id-group {
    width: 100px;
    vertical-align: top;
}

.text-group {
    width: auto;
    vertical-align: top;
    line-height: 24px;

}
.text-group p {
    padding: 0;
    margin: 0;
    color: #686d7a;
}

hr {
    padding: 5px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

/* Styles for basic forms
-----------------------------------------------------------*/

.forms {

    font-family: 'robotocondensed';
    font-size: 14px;
}

.forms div {

    font-size: 14px;
    padding: 5px;
}

.forms div input[type="text"],.forms div input[type="number"],.forms div  input[type=password],.forms div  input[type=password] textarea{

    padding: 8px;
    width: 280px;
    border: solid 1px #aed0ea;
    font-size: 12px;

}
.forms div textarea{

    padding: 8px;
    width: 100%;
    border: solid 1px #aed0ea;
    font-size: 12px;
}
.forms div input[type="file"]{

    padding: 8px;
    width: 302px;
    border: solid 1px #aed0ea;
}

.forms div input[type="submit"]{

    padding: 8px 20px;
    border: solid 1px #aed0ea;
    font-size: 12px;
}

    .forms select {

        padding: 8px;
        width: 298px;
        border: solid 1px #aed0ea;
    }

    .forms button {

        font-size: 14px;
    }

    #tabs div button {

        font-size: 14px;
    }

.forms .images-list {
    float: left;
    padding: 10px;
    border: solid 1px #ccc;
    margin: 0 10px 0 0;
}

.alternate
{
    background: #e9e9e9;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

.hitarea {
	display: inline;
	float:none;
}

ul li {
    display: block;
}

.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font: italic 16px 'Times New Roman';
    color: #060606;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -20px;
	float: left;
	cursor: pointer;
}

.treeview li {
	margin: 0;
	padding: 5px 0px 0px 20px;
    background: url(images/treeview-default-line.gif) 0 0 no-repeat;
}

.treeview li a {
	color: #060606;
    text-decoration: none;
}

.treeview li a:hover {
	color: #f00;
}

.treeview a.selected {
	background-color: #060606;
}

#treecontrol {
    margin: 1em 0;
    display: none;
}

.treeview .hover {
    color: red;
    cursor: pointer;
}

.treeview li.collapsable, .treeview li.expandable {
    background-position: 0 -176px;
}

.treeview .expandable-hitarea {
    background-position: -80px -3px;
}

.treeview li.last {
    background-position: 0 -1766px;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
    background-image: url(images/treeview-default.gif);
}

.treeview li.lastCollapsable {
    background-position: 0 -111px;
}

.treeview li.lastExpandable {
    background-position: -32px -67px;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
    background-position: 0;
}

/* Checkbox Style */

#_categories {
    padding: 10px 20px;
    border: 0;
    margin: 0;
    font-size: 14px;
    width: 300px;
}

.ui-widget-daredevel-checkboxTree li {
    list-style-type: none;
    position: relative;
}

.ui-widget-daredevel-checkboxTree li span {
    cursor: default;
    position: absolute;
    top: 1px;
    left: -16px;
}

/* Styles for basic forms
-----------------------------------------------------------*/

@font-face {
    font-family: 'robotocondensed';
    src: url('font/roboto-condensed-webfont.eot');
    src: url('font/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto-condensed-webfont.woff') format('woff'),
         url('font/roboto-condensed-webfont.ttf') format('truetype'),
         url('font/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Styles for basic forms
-----------------------------------------------------------*/

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    #sortable li {
        margin: 3px 3px 3px 0;
        padding: 1px;
        float: left;
        font-size: 4em;
        text-align: center;
    }
/* Styles for validation helpers
-----------------------------------------------------------*/


/* Styles for basic forms
-----------------------------------------------------------*/


/* Styles for validation helpers
-----------------------------------------------------------*/


/* Styles for basic forms
-----------------------------------------------------------*/


/* Styles for validation helpers
-----------------------------------------------------------*/


/* Styles for basic forms
-----------------------------------------------------------*/


/* Styles for validation helpers
-----------------------------------------------------------*/


/* Styles for basic forms
-----------------------------------------------------------*/


/* Styles for validation helpers
-----------------------------------------------------------*/


/* Styles for basic forms
-----------------------------------------------------------*/


/* Styles for validation helpers
-----------------------------------------------------------*/


/* Styles for basic forms
-----------------------------------------------------------*/


/* Styles for validation helpers
-----------------------------------------------------------*/


/* Styles for basic forms
-----------------------------------------------------------*/


/* Styles for validation helpers
-----------------------------------------------------------*/


/* Styles for basic forms
-----------------------------------------------------------*/


/* Styles for validation helpers
-----------------------------------------------------------*/


/* Styles for basic forms
-----------------------------------------------------------*/


/* Styles for validation helpers
-----------------------------------------------------------*/


/* Styles for basic forms
-----------------------------------------------------------*/


/* Styles for validation helpers
-----------------------------------------------------------*/


/* Styles for basic forms
-----------------------------------------------------------*/