﻿html {
    /* background-color: #e2e2e2;*/
    margin: 0 !important;
    padding: 0 !important;
}

body {
    background-color: #272727;
    font-family: "Helvetica Neue","Segoe UI",Verdana,"Lucida Grande","Lucida Sans Unicode",Arial,Calibri,sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    color: #fff;
}



a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
}

    a:visited {
        color: #E4E4E4;
    }

    a:active {
        color: #0950E8;
    }

    a:hover {
        color: #82DCFF;
        /*   background-color: #c7d1d6;*/
    }

img {
    max-width: 100%;
}

b {
    font-weight: 600;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 1px;
    padding-right: 1px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

    .clear-fix:after, .clear:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

h1, h2, h3,
h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
    color: #083981;
}

h2 {
    font-size: 1.75em;
    color: #336699;
}

h3 {
    font-size: 1.2em;
    color: #333333;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

ul {
    padding-left: 15px;
}

label {
    display: inline;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    /*
  max-width: 960px; */
}

.pindent p {
    text-indent: 1.5em;
}

.narrowPage {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.main-content {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin: 20px;
    box-shadow: 0 0 30px -5px #000;
    border-radius:10px;
}

#DocBody {
    text-align: justify;
}

    #DocBody img {
        margin-right: 12px;
        margin-left: 12px;
        border: 1px outset gray;
    }

.featured + .main-content {
    /**/
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    margin-top: 3px;
    clear: both;
    font-size: .8em;
	
  padding: 0 20px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.email {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured anasayfada ara sıra çıkan geniş spot alan */
.featured {
    background-color: #82CCEE;
    display: none;
}

    .featured .content-wrapper {
        background-repeat: no-repeat;
        background-size: cover;
        /*
       font-size:0.9em;
     */
        color: #000000;
    }

        .featured .content-wrapper p {
            /*text-indent: 20px;*/
        }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #081C3A;
    }

    .featured p {
        font-size: 1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list bunu henuz kullanmadık */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("/img/icon/OrderedList/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("/img/icon/OrderedList/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("/img/icon/OrderedList/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("/img/icon/OrderedList/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("/img/icon/OrderedList/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("/img/icon/OrderedList/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("/img/icon/OrderedList/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("/img/icon/OrderedList/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("/img/icon/OrderedList/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("/img/icon/OrderedList/orderedList9.png") no-repeat;
        }

/* content */


aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../img/icon/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }


ul li {
    margin-bottom: 5px;
}

/* login page */
#loginForm {
    /*
    border-right: solid 2px #c8c8c8;*/
    float: left;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }



    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}


/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }



label.checkbox {
    display: inline;
}


input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="url"], select, textarea {
    border: 1px solid #c0c0c2;
    background: #fafafa;
    color: #222222;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 3px;
    box-sizing: border-box;
    max-width: 100%;
    width: 280px;
    /* width: 300px;*/
}

    input[type="text"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, select:hover, textarea:hover {
        border: 1px solid #a0a0a9;
        background: #fcfcfc;
        color: #222222;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(213, 213,213, 0.82);
        -moz-box-shadow: 0px 0px 5px 0px rgba(213, 213, 213, 0.82);
        box-shadow: 0px 0px 5px 0px rgba(213, 213,213, 0.82);
    }

select {
    /*      max-width:100%;
       width:260px;*/
}

.tag-editor input[type="text"] {
    border: 0px !important;
}

textarea {
    font-family: inherit;
    width: 500px;
    max-width: 100%;
}

    input[type="password"]:focus,
    input[type="text"]:focus,
    input[type="email"]:focus,
    textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    /* background-color: #d3dce0;
        border: 1px solid #787878;*/
    cursor: pointer;
    font-size: 1.2em;
    /*
        font-weight: 600;
        padding: 7px;*/
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}



/********************
*   Mobile Styles   *
********************/




@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/



    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }
    /*
     .content-limiter {
         width:1024px;
         max-width:1024px;
        padding-right: 10px;
        padding-left: 10px;
 
    }*/

    .content-wrapper {
        /* padding-right: 10px;
        padding-left: 10px;

       */
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }


    /* login page */
    #loginForm {
        /*
        border-right: none;
        float: none;
        width: auto;*/
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        /* text-align: center;*/
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
























/*
table
{
    border: 0 0 0 0;
    border-collapse: collapse;
}
*/


form {
    padding: 0;
    display: inline;
    margin: 0;
}




/* Tables ---------------------- */

table {
    background: #ffffff;
    margin: 0 0 5px;
    /* border: 1px solid #cccccc; */
    border-collapse: collapse;
}

    table caption {
        color: #336699;
    }

    table thead, table tfoot {
        background: #f5f5f5;
    }

        table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { /*font-size: 14px; line-height: 18px;*/
            text-align: left;
            padding-left: 5px;
        }

        table thead tr {
            background: #394959;
            background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%);
            /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#d1d1d1), color-stop(50%,#dbdbdb), color-stop(100%,#e2e2e2)); */
            /* background: -webkit-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); */
            background: -o-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
            background: -ms-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
            /* background: linear-gradient(to bottom, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
        }

            table thead tr th, table tfoot tr td {
                padding-top: 5px;
                padding-bottom: 5px;
                font-size: 1.1em;
                font-weight: 500;
                color: #FFFFFF;
            }

                table thead tr th:first-child, table tfoot tr td:first-child {
                    border-left: none;
                }

                table thead tr th:last-child, table tfoot tr td:last-child {
                    border-right: none;
                }

    table tbody tr.even, table tbody tr.alt {
        background: #f9f9f9;
    }

    table tbody tr:nth-child(even) {
        background: #535353;
    }

    table tbody tr:nth-child(odd) {
        background: #4C4C4C;
    }

    table tbody tr td {
        color: #AAAAAA;
        padding-top: 5px;
        padding: 5px 4px;
        vertical-align: top;
        border: none;
        text-align: left;
    }

    table tbody tr th {
        padding: 5px 4px;
        border: 1px solid gray;
    }


.tr-hover {
    background-color: #6E6E6E !important;
    /*
           background-color: #efefef !important;
*/
}


table.AltCol td, table.AltCol thead {
    padding: 7px;
    border: 1px outset #333333;
}
/* improve visual readability for IE8 and below */
table.AltCol tr {
    /*	background: #b8d1f3;
*/
}
    /*  Define the background color for all the ODD table columns  */
    table.AltCol tr td:nth-child(odd) {
        background: #eeeeee;
    }
    /*  Define the background color for all the EVEN table columns  */
    table.AltCol tr td:nth-child(even) {
        background: #ffffff;
    }


/* .entypo-export{
        display:inline-block !important;
    }*/
.show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge {
    display: none !important;
}

.hide-for-xlarge, .show-for-large, .show-for-large-up, .hide-for-small, .hide-for-medium, .hide-for-medium-down {
    display: block !important;
}

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
    .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge {
        display: block !important;
    }

    .show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge {
        display: none !important;
    }
}
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
        display: block !important;
    }

    .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
        display: none !important;
    }
}
/* Small display targeting */
@media only screen and (max-width: 767px) {
    .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
        display: block !important;
    }

    .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
        display: none !important;
    }
}
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
    display: block !important;
}

.hide-for-landscape, .show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important;
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-portrait, .hide-for-landscape {
        display: block !important;
    }

    .hide-for-portrait, .show-for-landscape {
        display: none !important;
    }
}
/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: block !important;
}

.touch .show-for-touch {
    display: block !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium {
    display: table !important;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium {
        display: table !important;
    }
}

@media only screen and (max-width: 767px) {
    table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small {
        display: table !important;
    }
}

@media (max-width: 767px) {
    .hide-text-for-small {
        font-size: 0;
    }
}






.shadow-top {
    margin: 0;
    padding: 0; /*  padding-top:-3px;*/
    height: auto; /*	height:3px;*/
    line-height: 3px;
    background: url(/img/Common/shadow-top.png) repeat-x;
}

.shadow-bottom {
    position: relative;
    z-index: 99;
    height: auto; /*	 	height:3px;*/
    line-height: 4px;
    background: url(/img/Common/shadow-bottom.png) repeat-x;
    background-position: bottom;
}

.glow-bottom {
    position: relative;
    z-index: 99;
    height: auto; /*	 	height:3px;*/
    line-height: 4px;
    background: url(/img/Common/glow-bottom.png) repeat-x;
    background-position: bottom;
    border-bottom: 1px solid #555;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }
    /*
  a[href]:after { content: " (" attr(href) ")"; }*/
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
*/
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        /*  page-break-inside:auto;*/
    }

    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin-left: 0.5cm;
        margin-top: 1.5cm;
        margin-bottom: 0.7cm;
        margin-right: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }
}


.left {
    float: left;
}

.right {
    float: right;
}



ul.link-list {
    margin: 0 0 0px -22px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-right: 8px;
}

    ul.link-list li {
        list-style: none;
        float: left;
        margin-left: 22px;
        display: block;
    }

        ul.link-list li a {
            display: block;
            background-color: transparent;
        }


@media only screen and (max-width: 767px) {
    /*
    .right {
        float: none;
    }

    .left {
        float: none;
    }*/

    ul.link-list {
        margin: 2px;
        padding: 0;
    }

        ul.link-list li {
            margin: 0;
            margin-right: 12px;
            padding: 0;
        }
}

span.numcircle {
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: inline-block;
    width: 12px;
    line-height: normal;
    border-radius: 10px;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    font-size: 0.8em;
    overflow: hidden;
}



.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/*
img::selection
{
    background-color: transparent;
}
*/
/* 
ul.link-list { margin: 0 0 17px -22px; padding: 0; list-style: none; overflow: hidden; }
ul.link-list li { list-style: none; float: left; margin-left: 22px; display: block; }
ul.link-list li a { display: block; background-color:transparent; }
*/
ol li ul, ol li ol {
    margin-left: 20px;
    margin-bottom: 0;
}
/*MESSAGE PANELS*/



.Info, .Success, .Warning, .Error, .Validation, .MailMessage {
    width: auto;
    border-radius: 5px;
    margin-bottom: 1px;
    margin-top: 1px;
    border: 1px solid;
    /*
 margin: 10px 0px;
*/
    padding: 8px 0px 8px 50px;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.Info {
    /*color: #00529B;*/
    border-color: #00529B;
    background-color: #dfeff5;
    background-image: url('/img/icon/Msg/info.png');
}

.MailMessage {
    /*color: #4F8A10;*/
    border-color: #4F8A10;
    background-color: #e8f5df;
    background-image: url('/img/icon/Msg/mailok.png');
}


.Success {
    /*color: #4F8A10;*/
    border-color: #4F8A10;
    background-color: #e8f5df;
    background-image: url('/img/icon/Msg/success.png');
}

.Warning {
    /*color: #9F6000;*/
    border-color: #9F6000;
    background-color: #f8fad5;
    background-image: url('/img/icon/Msg/warning.png');
}

.Error {
    /*color: #D8000C;*/
    border-color: #D8000C;
    background-color: #f5dfdf;
    background-image: url('/img/icon/Msg/error.png');
}

.highlight {
    background-color: yellow;
}


/*LINK ICONS*/
/*
a[href $='.doc'], a[href $='.docx'] { 
   padding-right: 18px;
   background: transparent url(/img/icon/Filetype/pdf16.png) no-repeat center right;
}
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/img/icon/Filetype/pdf16.png) no-repeat center right;
}
a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(/img/icon/Filetype/email.gif) no-repeat center right;
}
    */
/*
.Panel{ width:90%; border-radius:9px; border:1px solid #2793E6; }*/
.Panel h1 {
    width: auto;
    background-color: #2793E6;
    color: white;
}


/*-----------------------*/
.pagination li {
    margin-left: 1px;
    list-style: none;
    /* 

      float: left; 
  */
    display: block;
}
/*Pagination*/
.pagination {
    text-align: center;
}

    .pagination ul li {
        display: inline;
    }

.pagination-centered {
    text-align: center;
}

.pagination li:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagination li:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagination span, .pagination a {
    display: inline-block;
    padding: 3px 11px;
    text-decoration: none;
    color: #ffffff;
    background: #394959;
    border: 1px solid #4E6072;
    /*  border-radius:3px;
             margin: 0px 0px 2px 0px;
 */
}

    .pagination span:hover, .pagination a:hover {
        background-color: #336699;
        /* border:1px solid red;*/
    }

.pagination ul {
    padding-left: 0;
}

.pagination li {
    float: none;
}

.pagination .active a {
    background-color: orange;
    /*text-decoration:underline;*/
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    font-weight: 600;
    background: #0950E8;
}


.footable-row-detail-name {
    font-weight: bold;
}
/* ------------------------------ Simple messagepanel*/


div.recordcanvas {
    width: auto;
    position: relative;
}

div.record {
    border: 1px solid silver;
    padding: 1px;
    margin-bottom: 16px;
    text-align: center;
}


    div.record > :first-child, rectitle {
        padding: 4px;
        background: #EEEEEE;
    }

div.username {
    font-weight: bold;
    width: auto;
    float: left;
}

div.date {
    width: auto;
    text-align: right;
}

div.posttext {
    text-align: left;
    padding: 4px;
    background: #F9F9F9;
    height: auto;
}

/**************************DOKUMAN preview CSS*/

div.docCanvas {
    width: auto;
    position: relative;
    /*    margin-top:4px;
*/
}

div .doc {
    box-sizing: border-box;
    /*
	min-width: 190px;
 	max-width: 220px; 
 	*/
    /* width: 23%;*/
    margin: 0 0.4%;
    /*	width:auto;*/
    float: left;
    /*	margin-right: 5px;*/
    border: 1px solid silver;
    padding: 1px;
    margin-bottom: 8px;
    overflow: hidden;
    /*
max-width: 220px; */
    position: relative;
    background: #F9F9F9;
}

    div .doc:hover {
        border: 1px solid #2793E6;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(213, 213,213, 0.82);
        -moz-box-shadow: 0px 0px 7px 0px rgba(213, 213, 213, 0.82);
        box-shadow: 0px 0px 7px 0px rgba(213, 213,213, 0.82);
    }

        div .doc:hover .docfooter, div .doc:hover .doctitle {
            /*
 background-color:#8edcff;
       */
        }



@media all and (max-width: 400px) {


    div.doc {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media all and (min-width: 401px) and (max-width: 800px) {

    div.doc {
        width: 49.6%;
        margin-left: 0;
    }
}

@media all and (min-width: 801px) and (max-width: 960px) {
    div.doc {
        width: 30.6%;
    }
}

@media all and (min-width: 738px) {
    div.doc {
        width: 23.15%;
    }

    .ActiveDoclist div.doc {
        width: 32.45%;
    }
}





/*
@media  (max-width: 479px){
   div .doc { max-width: 220px;  }
}
@media  (min-width: 900px){
   div .doc { max-width: 20%;   }
}
*/

div.docCanvas > :last-child {
    margin-right: 0px;
}

div.docfooter {
    font-size: 0.8em;
    padding: 4px;
    background: #EEEEEE;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    /*
      vertical-align:bottom;
    */
}

div.doctitle {
    font-size: 0.95em;
    font-weight: bold;
    width: auto;
    background: #EEEEEE;
    padding: 2px;
    border-bottom: 1px solid #dEdEdE;
    /*     white-space: pre-line;

	clear:left;
 */
}

div.username {
    font-weight: bold;
    width: auto;
    float: left;
}

div.date {
    width: auto;
    text-align: right;
}


div.doc img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    /*max-width: 100%;

       
        */
    max-height: 160px;
    min-width: 48px;
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    image-rendering: optimizeQuality;
}

div.docSpot {
    /* white-space: pre-line;
      */
    padding: 4px;
    font-size: 0.9em;
    word-wrap: break-word;
    height: auto;
    padding-bottom: 35px;
    overflow: visible;
}


/*------*/


/*
<div class="record ">
	<div class="rectitle">
		<div class="username">
			user</div>
		<div class="date">
			June 11th, 2012, 11:53 PM</div>
	</div>
	<div class="posttext">
		test txt</div>
</div>
    */

/*Name Value Table*/

.doubleCol {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}

ol.name-value {
    list-style: none;
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

    ol.name-value li {
        display: table-row;
        border-bottom: 1px solid #E8E8E8;
    }

        ol.name-value li span.label {
            font-weight: bold;
        }

        ol.name-value li span {
            display: table-cell;
            width: 50%;
        }

.ActiveNews {
    /**/
    padding: 0px;
}

    .ActiveNews table {
        width: 99.5%;
    }

#middle span.midtitle {
    text-align: center;
    font-weight: bold;
    margin-left: 50%;
    margin-right: 50%;
    clear: left;
    /*  background-color:#eeeeee;
*/
}


a.tagitem {
    display: inline-block;
    line-height: 16px; /* check your icon height */
    padding-left: 20px;
    margin-right: 5px;
    background: transparent url(/img/icon/misc/tag.png) center left no-repeat;
}

.tag-editor .red-tag .tag-editor-tag {
    color: #c65353;
    background: #ffd7d7;
}

.tag-editor .red-tag .tag-editor-delete {
    background-color: #ffd7d7;
}

.tag-editor .green-tag .tag-editor-tag {
    color: #45872c;
    background: #e1f3da;
}

.tag-editor .green-tag .tag-editor-delete {
    background-color: #e1f3da;
}



/*Üst menudeki sendpm buttonu*/



/*
      <ol class="name-value doubleCol">
        <li>
        <label for="about">@item.Key</label>
        <span id="about">@item.Value</span>
    </li>
        <li>
        <label for="about">@item.Key</label>
        <span id="about">@item.Value</span>
    </li>
    </ol>
*/

a.divtgl {
    cursor: pointer;
}

span.bunuyazdi {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 6px;
    /*border-bottom: 1px gray solid;*/
}

div.bunuyazdidiv {
    overflow-x: auto;
    /*opacity:0.95;*/
    padding: 5px 5px 5px 5px;
    margin-left: 10px;
    margin-right: 10px;
    clear: both;
    /*line-height:0.8em;*/
    background-color: #585858;
    /*border:1px  gray inset;*/
    border: 1px solid #4982BA;
}

body#tinymce {
    padding: 10px;
}

img.icon {
    margin-right: 8px;
    display: inline;
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}

span.icontext, a.icontext {
    white-space: nowrap;
}

    span.icontext img, a.icontext img {
        margin-right: 2px;
        display: inline;
        vertical-align: middle;
    }

.SidebarWindow {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    line-height: 1.8em;
}


.SidebarTitle {
    box-sizing: border-box;
    padding: 2px 10px;
    background-color: #394959;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 2em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 5px 5px 0 0;
    user-select: none;
}

/*COMMENT STYLES*/
div.comment {
    margin: 10px;
    background-color: #ffffff;
    border: 1px solid #CBCACF;
    box-shadow: 2px 2px 2px #CBCACF;
}



div#CommentBckDiv {
    background-color: #eaf1f7;
    /*  margin-left:10px; margin-right:10px;*/
    border-radius: 8px;
    padding-bottom: 10px;
}

    div#CommentBckDiv h3, div#CommentBckDiv h2 {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 0px;
    }

div.comment .commentHead {
    padding: 5px;
    word-wrap: break-word;
    text-align: left;
    color: #333333;
    background-color: #ddeff7;
    vertical-align: middle;
    border-bottom: 1px solid #CBCACF;
}

div.comment .commentText {
    padding: 10px;
}

div.comment .commentHead .userpic {
    max-width: 32px;
    vertical-align: middle;
    max-height: 32px;
    width: auto;
    height: auto;
}

div.comment .commentHead .userImgFrame {
    width: 34px;
    height: 34px;
    display: inline;
}

div.comment .commentFoot {
    border-top: 1px solid #CBCACF;
    background-color: #ECECEC;
    height: 10px;
}

.listitemrec {
    margin-top: 5px;
    border-top: 1px dashed silver;
    padding-top: 5px;
}

    .listitemrec h2 {
        margin-top: 1px;
    }
/*  /COMMENT STYLES */

/*


 .favshadow{
     -webkit-box-shadow: 0px 0px 7px 0px rgba(213, 213, 0, 0.82);
-moz-box-shadow:    0px 0px 7px 0px rgba(213, 213, 0, 0.82);
box-shadow:         0px 0px 7px 0px rgba(213, 213, 0, 0.82);
 }*/

header.content-wrapper {
    box-shadow: 0 0 30px -10px #000;
}
#ddlogomin{   margin-top:12px; }