/***
Reset and overrides
***/

/* general body settings */
body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:14px;
    direction: ltr;
}

/*
Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't
properly apply the media queries in Bootstrap's CSS. To address this,
you can optionally include the following CSS and JavaScript to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, following CSS code applied */
@-ms-viewport {
    width: auto !important;
}

/* Page print */

@media print {
    body {
        background-color: #fff !important;
    }

    .header {
        display: none;
    }

    .page-sidebar {
        display: none;
    }

    .theme-panel {
        display: none;
    }

    .hidden-print {
        display: none;
    }
    .compose-btn,.gelen,.sent,.pull-right{display: none;}

    .footer {
        display: none;
    }

    .no-page-break {
        page-break-after: avoid;
    }

    .page-bar {
        display: none;
    }

    .page-container {
        margin: 0px !important;
        padding: 0px !important;
    }

    .page-content {
        padding: 0 !important;
        min-height: 300px !important;
        padding: 0px 20px 20px !important;
        margin: 0 !important;
    }
    /**/
    .chatbox_div{display: none !important;}
    /**/
    .geridon{display: none;}
    .p-hidden{display: none;}

}

/***
General typography
***/
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
    padding-top: 10px;
    padding-bottom: 10px;
}

a {
    text-shadow: none !important;
    color: #555555;
    /* font-size: 14px; */
    font-weight: 400;
}

/***
Fix link outlines after click
***/
a,a:focus, a:hover, a:active {
    outline: 0;
}

/***
Font Awesome Icons
***/
[class^="fa-"],
[class*=" fa-"] {
    display: inline-block;
    margin-top: 1px;
    font-size: 14px;
    *
    margin-right: .3em;
    line-height: 14px;
}

/***
Make font awesome icons fixed width(latest version issue)
***/
li [class^="fa-"],
li [class*=" fa-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
li [class*=" fa_li"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
    /* increased font size for icon-large */
    width: 1.5625em;
}
/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    text-indent: -10000px;
    background-repeat: no-repeat !important;
    background-image: url("../img/remove-icon-small.png") !important;
}

/***
General HR
***/

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #FEFEFE;
}

/***
Tools
***/
.display-none,
.display-hide {
    display: none;
}

.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}


.bold {
    font-weight: 700 !important;
}

.thin {
    font-weight: 300 !important;
}

.uppercase {
    text-transform: uppercase !important;
}


.fix-margin {
    margin-left: 0px !important
}

.border {
    border: 1px solid red;
}

.inline {
    display: inline;
}

/***
ie8 & ie9 modes
***/
.visible-ie8 {
    display: none;
}

.ie8 .visible-ie8 {
    display: inherit !important;
}

.visible-ie9 {
    display: none;
}

.ie9 .visible-ie9 {
    display: inherit !important;
}

.hidden-ie8 {
    display: inherit;
}

.ie8 .hidden-ie8 {
    display: none !important;
}

.hidden-ie9 {
    display: inherit;
}

.ie9 .hidden-ie9 {
    display: none !important;
}

/********************
 GENERAL LAYOUT
*********************/

/***
Header and header elements.
***/

.header {
    width: 100%;
    padding: 0 20px 0 20px;
    margin: 0;
    border: 0px;
    padding: 0px;
    box-shadow: none;
    height: 45px;
    min-height: 45px;
}

.header.navbar-fixed-top {
    z-index: 1111 !important;
}

.header .navbar-brand {
    display: inline-block;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 215px;
    height: 45px;
}

.header .page-logo {
    float: left;
    display: block;
    width: auto;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
}
.header .page-logo span{
    font-weight: bold;
    margin-left: 10px;
}
.page-sidebar-closed .sidebar-toggler{
    margin-bottom: 15px;
}
.page-sidebar-closed .page-logo{
    display: none;;
}

.header .page-logo img {
    /* margin: 1px 0 0 0; */
    max-width: 86%;
    /* float: none; */
    /* margin-left: 46px; */
    /* margin-right: 78px; */
    /* max-height: 169%; */
    /* position: absolute !important; */
    image-rendering: -webkit-optimize-contrast;
    /* margin-top: 4px; */
    /* padding-top: 0px; */
    padding: 13px 0px 0px 40px;
}

/* quick search */
.search-form{
    display: inline-block;
    margin-top: 7px;
    margin-left: 25px;
}

.search-form {
    float: right;
}

.search-form .form-control,
.search-form .form-control {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 28px;
    padding-top: 6px;
    border: 0;
    height: 29px;
}

.search-form .input-icon > i,
.search-form .input-icon > i {
    margin-top: 9px;
}

.search-form .input-icon > i:hover,
.search-form .input-icon > i:hover {
    cursor: pointer;
}

.search-form {
    /*   margin: 15px 10px 15px 15px;*/
    /* margin-top: 15px;*/
    /*  margin-left: 200px;*/
    float: left;
    /*  width: 200px;*/
}

/* sidebar toggle */
.header .navbar-toggle {
    margin: 10px 6px 9px 6px;
    padding: 0;
    padding-top:2px;
    padding-bottom: 6px;
    background-image: none;
    filter:none;
    box-shadow: none;
    color: #fff;
    border: 0;
}

.header .navbar-toggle:hover {
    text-decoration: none;
    background: none;
}

.header .navbar-nav {
    height: 45px;
    margin-right: 20px;
    display: block;
}

.header .navbar-nav > li {
    margin: 0px !important;
    padding: 0px !important;
}

.header .navbar-nav > li.devider {
    margin-left: 10px !important;
    margin-right: 5px !important;
    height: 45px;
    width: 1px !important;
}

.header .navbar-nav > li.dropdown,
.header .navbar-nav > li.dropdown > a {
    padding-left: 4px;
    padding-right: 4px;
}

.header .navbar-nav > li.dropdown > a:last-child {
    /* padding-right: 0; */
}

.header .navbar-nav > li.dropdown:last-child {
    padding-right: 2px;
}

.header .navbar-nav > li.dropdown .dropdown-toggle {
    padding: 15px 12px 10px 12px;
    margin: 0 2px;
    background-color: transparent !important;
}

.header .navbar-nav > li.dropdown .dropdown-toggle > i {
    font-size: 18px;
}

.header .navbar-nav > li.dropdown .dropdown-menu > li > a > i {
    font-size: 14px;
}

.header .navbar-nav > li.dropdown.user .dropdown-toggle {
    margin: 0 !important;
    padding: 12px 8px 12px 8px;
}

.header .navbar-nav > li.dropdown.user .dropdown-toggle .username {
    display: inline-block;
}

.header .navbar-nav > li.dropdown.user .dropdown-toggle:hover {
    text-decoration: none;
}

.header .navbar-nav li.dropdown.user .dropdown-toggle img {
    float: left;
    display: inline-block;
    margin-top: -4px;
    margin-right: 5px;
}

.header .navbar-nav li.dropdown.user .dropdown-toggle i {
    display: inline-block;
    margin-top: 5px;
    margin: 0;
    font-size: 13px;
}

.header .navbar-nav > li.dropdown.user .dropdown-menu i {
    display: inline-block;
    color: #505050;
}

.header .navbar-nav li.dropdown.user img {
    border-radius: 50%;
}
.page-logo{
    float: right;
    width: 100%;
    /* text-align: center; */
    height: 25px;
    display: none;
}
.page-logo2{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: none;;
}

.header .navbar-nav > li.dropdown .dropdown-toggle .badge {
    position: absolute;
    top: 10px;
    right: 2px;
    border-radius: 2px  !important;
    font-weight: 300;
    padding: 1px 4px 0px 4px;
    height: 14px;
}

/* language bar */

.header .navbar-nav > li.dropdown.language {
    padding-left: 0;
    padding-right: 0;
    margin: 0 !important;
}

.header .navbar-nav > li.dropdown.language > a {
    color: #ddd;
    font-size: 13px;
    padding: 12px 2px 13px 5px;
}

.header .navbar-nav > li.dropdown.language > a > img {
    margin-bottom: 2px;
}

.header .navbar-nav > li.dropdown.language > a > i {
    font-size: 16px;
}

.header .navbar-nav > li.dropdown.language > .dropdown-menu > li > a > img {
    margin-bottom: 2px;
}

.header .navbar-nav .dropdown-menu {
    margin-top: 3px;
}

/***
Page container
***/
.page-container {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.page-container:before,
.page-container:after {
    display: table;
    content: " ";
}

.page-container:after {
    clear: both;
}

.page-header-fixed .page-container {
    margin-top: 45px;
}

/*** IE 8 Fixes ***/
/***
Page sidebar
***/

.ie8 .page-sidebar {
    width: 225px;
    float: left;
    position: relative;
    margin-left: -100%;
}

/***
Page content
***/
.ie8 .page-content-wrapper {
    float: left;
    width: 100%;
}

.ie8 .page-content {
    margin-left: 225px;
    margin-top: 0px;
    min-height: 760px;
    padding: 25px 20px 20px 20px;
}
/*** IE 8 Fixes ***/

.page-sidebar.navbar-collapse {
    padding: 0;
    position: fixed;
    z-index: 11;
}

.page-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    margin-top: 80px;
    width: 254px;
}

.page-sidebar-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
}

.page-sidebar-menu > li.sidebar-toggler-wrapper,
.page-sidebar-menu > li.sidebar-search-wrapper {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.page-sidebar-menu > li.start > a {
    border-top-color: transparent !important;
}

.page-sidebar-menu > li:last-child > a,
.page-sidebar-menu > li.last > a {
    border-bottom-color: transparent !important;
}

.page-sidebar-menu > li > a {
    border-right: 4px solid transparent;
    display: block;
    position: relative;
    margin: 0;
    padding: 2px 13px 3px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-bottom: 5px;
/*    border: 1px solid #ffffff;*/
    border-right: none;
    /*padding-left: 0 !important;*/
}

.page-sidebar-fixed .page-sidebar-menu > li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-sidebar-reversed.page-sidebar-fixed .page-sidebar-menu > li > a{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.page-sidebar-menu > li > a > i {
    background: #696969;
    color: #FFF !important;
    padding: 5px;
    width: 25px;
    height: 25px;
    line-height: 15px;
    border-radius: 50%;
}

.page-sidebar-menu > li > a i {
    font-size: 14px;
    margin-right: 5px;
    text-shadow:none;
}

.page-sidebar-menu.page-sidebar-menu-circle-icons > li > a i {
    font-size: 12px;
    margin-right: 5px;
    text-shadow:none;
    border-radius: 50%;
    border: 1px solid #555;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.page-sidebar-menu > li.break {
    margin-bottom: 20px;
}

.page-sidebar-menu > li.active > a {
    border: none;
    text-shadow:none;
    border-right: 4px solid #8CB7FF;
}

.page-sidebar ul > li > a > .arrow:before {
    float: right;
    margin-top: 7px;
    margin-right: 5px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow:none;
}

.page-sidebar ul.page-sidebar-menu-circle-icons > li > a > .arrow:before {
    margin-top: 3px;
}

.page-sidebar ul > li.active > a > .arrow:before {
    margin-right: 1px;
}

.page-sidebar-menu > li > a > .arrow.open:before {
    float: right;
    margin-top: 0px;
    margin-right: 3px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow:none;
}

/* bagin: sidebar menu badges */
.page-sidebar-menu li > a .badge {
    float: right;
    margin-top: 1px;
    margin-right: 13px;
}

/* end: sidebar menu badges */

.page-sidebar-menu .sub-menu {
    padding: 0;
}

.page-sidebar-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 8px 0px 8px 0px;
}

.page-sidebar-menu > li.active > ul.sub-menu {
    display: block;
}

.page-sidebar-menu > li > ul.sub-menu > li {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}

.page-sidebar-menu > li > ul.sub-menu > li > a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
    padding-left: 21px !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    background: none;
}

/* 3rd level sub menu */
.page-sidebar-menu > li > ul.sub-menu  > li ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px 0px 0px 0px;
}

.page-sidebar-menu > li > ul.sub-menu  li > a > .arrow:before   {
    float: right;
    margin-top: 1px;
    margin-right: 20px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow:none;
}

.page-sidebar-menu > li > ul.sub-menu  li > a > .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 18px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow:none;
}

.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu {
    display: block;
}

.page-sidebar-menu > li > ul.sub-menu > li  ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}

.page-sidebar-menu > li > ul.sub-menu  li > ul.sub-menu > li > a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 60px;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 80px;
}

.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu > li.active ul.sub-menu {
    display: block;
}


.page-sidebar-menu > li > ul.sub-menu  li > ul.sub-menu > li > a > i {
    font-size: 13px;
}

/***
Sidebar toggler(show/hide)
***/

.sidebar-toggler {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    cursor: pointer;
    display: block;
    float: right;
    margin: 0;
    border: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 24px;
    height: 23px;
    margin-right: -1px;
    background-color: #EAEAEA;
    /* display: none; */
    color: #000;
    -webkit-box-shadow: inset 0px 0px 16px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: inset 0px 0px 16px 0px rgba(0,0,0,0.18);
    box-shadow: inset 0px 0px 16px 0px rgba(0,0,0,0.18);
    margin-bottom: -34px;
    z-index: 11;
    position: relative;
}

.sidebar-toggler:before {
    margin: 0px 2px 3px 8px;
    display: inline-block;
    font-size: 18px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow:none;
}

.page-sidebar-closed .sidebar-toggler:before {
    content: "\f105";
    margin: 0px 2px 3px 10px;
}

.page-sidebar-reversed.page-sidebar-closed .sidebar-toggler:before {
    content: "\f104";
    margin: 0px 4px 3px 8px;
}

.page-sidebar-reversed .sidebar-toggler:before {
    content: "\f105";
}

.page-sidebar-reversed .sidebar-toggler {
    margin-right: 0;
    margin-left: -1px;
    float: left;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.ie .page-sidebar-reversed .sidebar-toggler {
    margin-left: -1px;
}


/***
Page content
***/
.page-content {
    margin-top: 0px;
    padding: 0px;
    background-color: #FaFaFa;
    border-radius: 0 0 0 4px;
    position: relative;
    /* opacity: 0; */
    /* visibility: hidden; */
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.page-sidebar-reversed .page-content {
    border-radius: 0 0 4px 0;
}

.page-content-no-pattern .page-content {
    background-image: none !important;
}

.page-sidebar-reversed.page-boxed .page-content,
.page-boxed .page-content,
.page-sidebar-fixed .page-content {
    border-radius: 0 0 0 4px;
}

.ie8 .page-content {
    padding: 20px;
    margin-left: 215px;
    margin-top: 0px;
    min-height: 760px;
}

.ie8 .page-sidebar-fixed .page-content {
    min-height: 600px;
}

.ie8 .page-content.no-min-height {
    min-height: inherit;
}

.page-full-width .page-content {
    margin-left: 0px !important;
}


/***
Page title
***/
.page-title {
    padding: 0px;
    font-size: 26px;
    letter-spacing: -1px;
    display: block;
    color: #666;
    margin: 0px 0px 15px 0px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.page-title small {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #888;
}

/***
Page breadcrumb
***/

/* Page breadcrumb */
.page-bar {
    border: 0;
    padding: 0px;
    /* background-color: #F2F2F2; */
    margin-bottom: 25px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 20px;
    border-bottom: 1px solid #EAEAEA;
    /* margin-top: 81px; */
}

.page-boxed .page-bar {
    margin-right: -19px;
}

.page-bar:before,
.page-bar:after {
    content: " ";
    display: table;
}
.page-bar:after {
    clear: both;
}
.page-bar .page-breadcrumb {
    display: inline-block;
    float: left;
    padding: 8px;
    margin: 0;
    list-style: none;
    font-size: 14px;
    width: 100%;
}

.page-bar .page-breadcrumb .btn {
    margin-left: 10px;
}
.page-bar .page-breadcrumb > li {
    display: inline-block;
}
.page-bar .page-breadcrumb > li > a,
.page-bar .page-breadcrumb > li > span {
    color: #000;
    /* font-size: 14px; */
    text-shadow: none;
}
.page-bar .page-breadcrumb > li > i {
    color: #15276C;
    font-size: 14px;
    text-shadow: none;
    margin-top: 4px;
    float: left;
    margin-right: 5px;
}
.page-bar .page-breadcrumb > li > i[class^="icon-"],
.page-bar .page-breadcrumb > li > i[class*="icon-"] {
    color: gray;
}
.page-bar .page-toolbar {
    display: inline-block;
    float: right;
    padding: 0;
}

.page-bar .page-toolbar .btn-fit-height {
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0;
}

.page-bar .page-toolbar .btn.default {
    background-color: #ddd;
}

/***
Footer
***/

.footer {
    padding: 10px 20px 5px 20px;
    font-size: 12px;
    position: relative;
}

.footer:after,
.footer:before {
    content: "";
    display: table;
    line-height: 0;
}

.footer:after {
    clear: both;
}

.footer .footer-inner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 150px);
}
.footer .footer-inner span {
    display: inline-block;
    min-width: 300px;
    text-align: center;
}

.footer .footer-tools {
    float: right;
    display: inline-block;
}

.footer .footer-tools .go-top {
    display: block;
    text-decoration: none;
    cursor: pointer;
    margin-top: -4px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    padding: 2px 6px 0px 6px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.footer .footer-tools .go-top i {
    font-size: 22px;
    margin-bottom: 7px;
}


/********************
 GENERAL UI ELEMENTS
*********************/

/***
Icon stuff
***/
i.icon, a.icon {
    color: #999;
    margin-right: 5px;
    font-weight: normal;
    font-size: 13px;
}

i.icon-black {
    color: #000 !important;
}

a.icon:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .4;
    filter:alpha(opacity=40);
}

a.icon.huge i{
    font-size: 16px !important;
}

i.big {
    font-size: 20px;
}

i.warning {
    color: #d12610;
}

i.critical {
    color: #37b7f3;
}

i.normal {
    color: #52e136;
}

/* input with left aligned icons */
.input-icon {
    position: relative;
}


.input-icon input {
    padding-left: 33px !important;
}

.input-icon i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.input-icon.right input {
    padding-left: 12px !important;
    padding-right: 33px !important;
}

.input-icon.right i {
    right: 8px;
    float: right;
}

.has-success .input-icon > i {
    color: #468847;
}

.has-warning .input-icon > i {
    color: #c09853;
}

.has-error .input-icon > i {
    color: #b94a48;
}

/***
Portlets
***/

.portlet  {
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
    -webkit-box-shadow1: 0 1px 4px rgba(0, 0, 0, 0.07);
    box-shadow1: 0 1px 4px rgba(0, 0, 0, 0.07);
    border: 1px solid #ddd;
    border-radius: 4px;
}

.portlet > .portlet-title {
    background-color: #eee;
    border-radius: 4px 4px 0 0;
    padding:10px 10px 2px 10px;
    height: 38px;
}

.portlet > .portlet-title:after,
.portlet > .portlet-title:before {
    content: "";
    display: table;
    line-height: 0;
}

.portlet > .portlet-title:after {
    clear: both;
}

.portlet > .portlet-title > .caption {
    color: #333;
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-top: 1px;
}

.portlet > .portlet-title .bootstrap-switch {
    margin-top: -10px !important;
}

.portlet > .portlet-title > .caption > i {
    float: left;
    margin-top: 2px;
    display: inline-block !important;
    font-size: 13px;
    margin-right: 5px;
    color: #666;
}

.portlet > .portlet-title > .tools,
.portlet > .portlet-title > .actions
{
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    float: right;
}

.portlet > .portlet-title > .tools {
    margin-top: 0px;
}

.portlet > .portlet-title > .tools > a {
    display: inline-block;
    height: 16px;
    margin-left:5px;
}

.portlet > .portlet-title > .actions > .dropdown-menu i {
    color: #000 !important;
}

.portlet > .portlet-title > .tools > a.remove {
    margin-bottom: 2px;
    background-image:url(../img/portlet-remove-icon.png);
    background-repeat: no-repeat;
    width: 11px;
}

.portlet > .portlet-title > .tools > a.config {
    margin-bottom: 2px;
    background-image:url(../img/portlet-config-icon.png);
    background-repeat: no-repeat;
    width: 12px;
}

.portlet > .portlet-title > .tools > a.reload {
    margin-bottom: 2px;
    background-image:url(../img/portlet-reload-icon.png);
    width: 13px;
}

.portlet > .portlet-title > .tools > a.expand {
    margin-bottom: 2px;
    background-image:url(../img/portlet-expand-icon.png);
    width: 14px;
}

.portlet > .portlet-title > .tools > a.collapse {
    margin-bottom: 2px;
    background-image:url(../img/portlet-collapse-icon.png);
    width: 14px;
}

.portlet > .portlet-title > .tools > a:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity:.6;
    filter:'alpha(opacity=60)';
}

.portlet > .portlet-title > .actions > .btn-group {
    margin-top: -8px;
}

.portlet > .portlet-title > .actions > .btn {
    padding: 4px 10px;
    margin-top: -10px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn {
    padding: 4px 10px;
    margin-top: -1px;
}

.portlet > .portlet-title > .actions > .btn.btn-sm {
    padding: 3px 8px;
    margin-top: -10px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn-sm {
    padding: 3px 8px;
    margin-top: -1px;
}

.portlet > .portlet-title > .pagination.pagination-sm {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -6px;
}

.portlet > .portlet-body {
    clear: both;
    padding: 10px;
    background-color: #fff;
    border-radius: 0px 0px 4px 4px;
}

/* jQuery UI Draggable Portlets */
.portlet-sortable > .portlet-title {
    cursor: move;
}

.portlet-sortable-placeholder {
    border: 2px dashed #eee;
    border-radius: 4px;
    margin-bottom: 25px;
}

.portlet-sortable-empty {
    height: 45px;
    border: 0;
    background: none;
}

/***
Charts and statistics
***/
.chart, .pie, .bars {
    overflow: hidden;
    height: 300px;
}

/***
Statistic lists
***/
.item-list.table .percent {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.item-list.table .title {
    padding-top: -5px;
}

/***
Chart tooltips
***/
.chart-tooltip {
    clear: both;
    z-index: 100;
    background-color: #736e6e !important;
    padding: 5px !important;
    color: #fff;
}

.chart-tooltip .label {
    clear: both;
    display: block;
    margin-bottom: 2px;
}

/***
Mini chart containers
***/
.bar-chart {
    display: none
}

.line-chart {
    display: none
}

/***
Custom icon buttons
***/
.icon-btn {
    float: inherit;
    height: 60px;
    min-width: 32%;
    margin: 5px 5px 0 0;
    border: 1px solid #d4d4d4;
    padding: 12px 8px 0px 8px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter:none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display:inline-block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    margin: 10px  20px;
}

.icon-btn i {
    font-size: 18px;
}

.ie8 .icon-btn:hover {
    filter: none !important;
}
.icon-btn2{
    padding: 7px 8px 0px 8px;
    height: 32px;
    background: #14A0E4 !important;
    color: #FFF !important;
}
.icon-btn2 i{
    display: inline;
}
.icon-btn2 div{
    display: inline;
    color: #FFF !important;
}
.icon-btn2 span{}



.icon-btn:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}



.icon-btn div {
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #240036;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.icon-btn .badge {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 300;
    top: -10px;
    /* left: -10px; */
    padding: 1px 16px 2px 12px;
    color: #fafafa !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    right: 0px;
}
.icon-btn2:hover{filter: none !important;text-shadow: inherit !important;color: #FFF !important;background-color: #063B54 !important;}
.icon-btn:hover .badge {}

/* extended dropdowns */
.dropdown-menu.extended {
    padding: 0 0 4px 0;
    border-radius: 4px !important;
    min-width: 160px !important;
    max-width: 300px !important;
    width: 233px !important;
    background-color: #ffffff !important;
}

.dropdown-menu.extended:before,
.dropdown-menu.extended:after {
    border-bottom-color: #eee !important;
}

.dropdown-menu.extended li a{
    display: block;
    padding: 5px 10px !important;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: normal !important;
}

.dropdown-menu.extended li i{
    margin-right: 3px;
    color: #FFF;
}

.dropdown-menu.extended li a{
    font-size: 13px;
    padding: 10px !important;
    background-color: #ffffff;
}

.dropdown-menu.extended li a:hover {
    background-image: none;
    background-color: #f5f5f5;
    color: #000;
    filter:none;
}

.dropdown-menu.extended li p {
    border-radius: 4px 4px 0px 0px !important;
    padding: 10px;
    background-color: #eee;
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #333;
}

.dropdown-menu.extended li a{
    padding: 7px 0 5px 0px;
    list-style: none;
    border-bottom: 1px solid #f4f4f4 !important;
    font-size: 12px;
    text-shadow: none;
    cursor: pointer;
}

.dropdown-menu.extended li:first-child a {
    border-top: none;
    border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown-menu.extended li:last-child a {
    border-top: 1px solid white !important;
    border-bottom: 1px solid #f4f4f4 !important;
}


.dropdown-menu.extended li.external > a {
    font-size: 13px;
    font-weight: 400;
    border-bottom: 0 !important;
}


/* header notifications dropdowns */
.dropdown-menu .dropdown-menu-list.scroller {
    padding-right: 0 !important;
    padding-left: 0;
    list-style: none;
}

.dropdown-menu.notification li > a .time {
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    font-style: italic;
}
.dropdown-menu.tasks li > a .time {
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    font-style: italic;
}
.dropdown-menu.notification li > a > .label-icon {
    padding: 4px 2px 4px 5px;
}

.dropdown-menu.notification li > a > .label-icon > i {
    margin: 0;
    color: #fff;
}

/* header inbox dropdowns */
.dropdown-menu.inbox li > a .photo {
    float: left;
    padding-right: 6px;
}

.dropdown-menu.inbox li > a .photo > img {
    height: 40px;
    width: 40px;
}

.dropdown-menu.inbox li > a .subject {
    display: block;
}

.dropdown-menu.inbox li > a .subject .from {
    font-size: 14px;
    font-weight: 400;
    color: #02689b;
}

.dropdown-menu.inbox li > a .subject .time {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    position: relative;
    float: right;
}

.dropdown-menu.inbox li > a .message {
    display: block !important;
    font-size: 12px;
}

/* header tasks */
.dropdown-menu.tasks .task {
    margin-bottom: 5px;
}

.dropdown-menu.tasks .task .desc {
    font-size: 13px;
    font-weight: 300;
}

.dropdown-menu.tasks .task .percent {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    float: right;
    display: inline-block;
}

.dropdown-menu.tasks .progress {
    display: block;
    height: 11px;
    margin: 0px;
}

/***
General list for item with image
***/
.item-list li .img {
    height: 50px;
    width: 50px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.item-list {
    margin: 0px;
    list-style: none;
}

.item-list li {
    padding: 7px 0 5px 0px;
    list-style: none;
    border-top: 1px solid white;
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
}

.item-list li:first-child {
    border-top: none;
    border-bottom: 1px solid #EBEBEB;
}

.item-list li:last-child {
    border-top: none;
    border-bottom: none;
}

.item-list li .label {
    margin-right: 5px;
}

.item-list.todo li .label {
    position: absolute;
    right: 80px;
}

.item-list.todo li .actions {
    position: absolute;
    right: 45px;
}

/***
Custom tables
***/
.table-toolbar {
    margin-bottom: 15px;
}

.table.table-full-width {
    width: 100% !important;
}

.table .m-btn {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
}

.table thead tr th {
    font-size: 14px;
    font-weight: 600;
    font-size: 12px;
}

.table-advance {
    /* margin-bottom: 10px !important; */
}

.table-advance thead {
    color: #999;
}

.table-advance thead tr th{
    background-color: #DDD;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.table-advance div.success,
.table-advance div.info,
.table-advance div.important,
.table-advance div.warning,
.table-advance div.danger {
    position: absolute;
    margin-top:-5px;
    float: left;
    width: 2px;
    height: 30px;
    margin-right: 20px !important;
}

.table-advance tr td {
    border-left-width: 0px;
}
.table-advance tr td:first-child {
    border-left-width: 1px !important;
}

.table-advance tr td.highlight:first-child a {
    margin-left: 15px;
}

.table-advance td.highlight div.success {
    border-left: 2px solid #66ee66;
}

.table-advance td.highlight div.info {
    border-left: 2px solid #87ceeb;
}

.table-advance td.highlight div.important {
    border-left: 2px solid #f02c71;
}

.table-advance td.highlight div.warning {
    border-left: 2px solid #fdbb39;
}

.table-advance td.highlight div.danger {
    border-left: 2px solid #e23e29;
}


/***
Star rating
***/
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.rating span.star:hover {
    cursor: pointer;
}

.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #999999;
}

.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #e3cf7a;
}


/***
Item block with details shown on hover
***/
.item {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.item .details {
    width: 100%;
    display: none;
    background-color: #000;
    color: #fff !important;
    padding: 5px;
    text-align: center;
    position: relative;
    bottom:30px;
    margin-bottom:-30px;
    overflow: hidden;
    z-index: 6;
}

.item:hover .details {
    display: block;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.item:hover .zoom-icon{
    opacity:0.5;
    filter: alpha(opacity = 50);
}

/***
Zoom icon overlay on images
***/
.zoom {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.zoom .zoom-icon {
    background-image:url("../img/overlay-icon.png");
    background-color: #222;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    filter: alpha(opacity = 0);
    z-index: 6;
    top:0;
}

/***
Chats
***/
.chats {
    margin:0;
    padding: 0;
    margin-top: -15px;
    margin-right: 10px;
    margin-left: 10px;
}


.chats li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 12px;
}

.chats li img.avatar {
    height: 35px;
    width: 35px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.chats li.in img.avatar {
    float: left;
    /* margin-left: 10px; */
}

.chats li .name {
    color:#3590c1;
    font-size: 13px;
    font-weight: 400;
}

.chats li .datetime {
    color:#333;
    font-size: 11px;
    font-weight: 400;
}

.chats li.out img.avatar {
    float: right;
    margin-left: 10px;
}

.chats li .message {
    display: block;
    padding: 5px;
    position: relative;
}

.chats li.in .message {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    border: 1px solid #ddd;
    margin-left: 47px;
    background: #fafafa
}

.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 0;
    height: 0;

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #428BCA;
}

.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 10px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #428BCA;
}
#chat_loader{background: url("../img/loading_chat.gif") no-repeat center;width: 100%;height: 32px;
;margin:15px;
    display: none;

}
.chats li.out .message {
    -webkit-border-radius: 4px;    -moz-border-radius: 4px;    border-radius: 4px;    text-align: left;    border: 1px solid #ddd;
    margin-right: 47px;    background: #fafafa;
}
.chats li.chat_stil .message {
    background: #efefef;
    border-color:#CCC;
}
.chats li.out .name,
.chats li.out .datetime  {
    text-align: right;
}

.chats li .message .body {
    display: block;
}

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #e9eff3;
    overflow: hidden;
    clear: both;
}

.chat-form .input-cont {
    margin-right: 40px;
}

.chat-form .input-cont .form-control {
    width: 100% !important;
    margin-bottom: 0px;
}

.chat-form .input-cont input{
    border: 1px solid #ddd;
    width: 100%  !important;
    margin-top: 0;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-form .input-cont input:focus{
    border: 1px solid #4b8df9 !important;
}

.chat-form .btn-cont {
    margin-top: -42px;
    position: relative;
    float: right;
    width:44px;
}

.chat-form .btn-cont .arrow {
    position: absolute;
    top: 17px;
    right: 43px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #428bca;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chat-form .btn-cont:hover .arrow {
    border-right-color: #0362fd;
}

.chat-form .btn-cont:hover .btn {
    background-color: #0362fd;
}

.chat-form .btn-cont .btn {
    border-radius: 0px 4px 4px 0px;
    margin-top: 8px;
}

/***
System feeds
***/
.feeds {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.feeds li {
    background-color: #fafafa;
    margin-bottom: 7px;
}

.feeds li:before,
.feeds li:after {
    display: table;
    line-height: 0;
    content: "";
}

.feeds li:after {
    clear: both;
}

.feeds li:last-child {
    margin-bottom: 0px;
}

.feeds .col1 {
    float:left;
    width: 75%;
    clear: both;
}

.feeds .col2 {
    float: right;
    width: 25%;
    margin-left:-75px;
    padding-right: 10px;
}

.feeds .col1 .cont {
    float:left;
    /* margin-right:75px; */
    overflow:hidden;
    width: 100%;
}

.feeds .col1 .cont  .cont-col1 {
    float:left;
    margin-right:-100%;
}

.feeds .col1 .cont  .cont-col1 .label {
    display: inline-block;
    padding: 5px 4px 6px 5px;
    vertical-align: middle;
    text-align: center;
}
.hatirlatici_icon {
    display: inline-block;
    padding: 5px 4px 6px 5px !important;
    vertical-align: middle;
    text-align: center;
    min-width: 20px;
}
.feeds .col1 .cont  .cont-col1 .label > i {
    text-align: center;
    font-size: 14px;
}

.feeds .col1 .cont .cont-col2 {
    float:left;
    width:100%;
}

.feeds .col1 .cont .cont-col2 .desc {
    margin-left:35px;
    padding-top: 4px;
    padding-bottom: 5px;
    overflow:hidden;
}

.feeds .col2 .date {
    padding: 4px 9px 5px 4px;
    text-align: right;
    font-style: italic;
    color:#c1cbd0;
}

/***
Users
***/
.user-info {
    margin-bottom: 10px !important;
}

.user-info img {
    float: left;
    margin-right: 5px;
}

.user-info .details {
    display: inline-block;
}

.user-info .label {
    font-weight: 300;
    font-size: 11px;
}

/***
Accordions
***/
.accordion-heading {
    background:#eee;
}

.accordion-heading a {
    text-decoration:none;
}

.accordion-heading a:hover {
    text-decoration:none;
}

/***
Vertical inline menu
***/
.ver-inline-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ver-inline-menu li {
    position:relative;
    margin-bottom:1px;
}

.ver-inline-menu li i {
    width: 37px;
    height: 37px;
    display: inline-block;
    color:#b9cbd5;
    font-size:15px;
    padding:12px 10px 10px 8px;
    margin:0 8px 0 0;
    text-align: center;
    background:#e0eaf0 !important;
}

.ver-inline-menu li a {
    font-size: 13px;
    color:#557386;
    display:block;
    background:#f0f6fa;
    border-left:solid 2px #e0eaf0;
    border-radius: 4px;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
    font-size: 13px;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a  {
    border-left:solid 2px #0c91e5;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a,
.ver-inline-menu li.active i,
.ver-inline-menu li:hover i {
    color:#fff;
    background:#169ef4;
    text-decoration:none;
}

.ver-inline-menu li.active i,
.ver-inline-menu li:hover i {
    background:#0c91e5 !important;
}

.ver-inline-menu li.active:after {
    content: '';
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #169ef4;
    position: absolute;
    top: 12px;
    right: -5px;
}

/***
Custom tabs
***/

.tabbable-custom {
    margin-bottom: 15px;
    padding: 0px;
    overflow: hidden;
}

.tabbable-custom > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-custom > .tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 2px;
    padding: 10px;
}


/***
Custom portlet tabs
***/
.portlet-tabs > .nav-tabs {
    position: relative;
    top: -41px;
    margin-right: 10px;
    overflow: hidden;
}

.portlet-tabs > .nav-tabs > li {
    float: right;
}

.portlet-tabs > .nav-tabs {
    border-bottom: none;
}

.portlet-tabs > .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 10px;
    line-height: 16px;
    margin-top: 6px;
    margin-left: 0px;
    margin-right: 0px;
    border-left: 0;
    border-right: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.portlet-tabs > .nav-tabs > li:last-child > a {
    border-right:0;
}

.portlet-tabs > .nav-tabs > li {
    margin-left: 1px;
}

.portlet-tabs > .nav-tabs > li.active {
    color: #333;
    border-top-color: transparent;
}

.portlet-tabs > .nav-tabs > li.active > a {
    margin-bottom: 0px;
    border-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
    border-left: 0;
    border-right: 0;
    background: none !important;
    border-top-color:transparent !important;
}

.portlet-tabs > .nav-tabs > li > a:hover {
    color: #333;
    margin-bottom: 0;
    border-bottom-color: transparent;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
    background: none !important;
    border-top-color:transparent;
    background-color: #fff;
}

.portlet-tabs > .nav-tabs > .active > a  {
    color: #555555;
    cursor: default;
    background-color: #fff;
}

.portlet-tabs > .nav-tabs > .active > a:hover {
    background-color: #fff !important;
}

.portlet-tabs > .tab-content {
    padding: 10px !important;
    margin: 0px;
    margin-top: -50px !important;
}

.portlet.tabbable .portlet-body {
    padding: 0px;
}

.tab-pane > p:last-child {
    margin-bottom: 0px;
}

/* general purpose block with css3 gradient background */
.stat-block {
    background-color: #F6F6F6;
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 18px;
    margin: 0 0 20px 0;
    padding: 10px;
}


/***
Dashboard container
***/
#dashboard {
    overflow: hidden;
}

/***
Dashboard stats
***/

.stats-overview-cont {
    padding-top:0px;
    margin-bottom: 15px;
}
.stats-overview {
    clear: both;
    padding: 10px 10px 0px 10px;
    margin: 0px;
    margin-bottom: 5px;
}

.stats-overview .display {
    margin-right: 5px;
    float: left;
}

.stats-overview .details {
    color:#888;
}

.stats-overview .details .title {
    color: #777;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    text-align: center;
}
.stats-overview .details .title i {
    color: #999;
    margin-right: 2px;
}
.stats-overview .details .numbers {
    color: #777;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 6px;
    text-align: center;
}
.stats-overview .progress {
    height: 10px;
    margin-bottom:10px !important;
    background: #e6e6e6;
}


/* charts & stats */
.chart, .pie, .bars {
    overflow: hidden;
    height: 300px;
}

.stat {
    margin: 0px;
    padding: 0px;
}

.item-list.table .percent {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.item-list.table .title {
    padding-top: -5px;
}

.stat .title {
    margin-left: 10px;
    margin-right: 10px;
    font-size1: 13px;
}

.stat.good .percent  {
    color: #52e136;
    font-size: 16px;
    font-weight: bold;
}

.stat.bad .percent {
    color: #d12610;
    font-size: 16px;
    font-weight: bold;
}

.stat.ok .percent {
    color: #37b7f3;
    font-size: 16px;
    font-weight: bold;
}

/* Circle stats */
.circle-stat .knobify {
    border: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    width: 46px !important;
    margin-left: -72px !important;
    background: #F6F6F6 !important;
}

.ie8 .knobify {
    display: none;
}

.circle-stats {
    position: relative;
    margin: 10px 0px 10px 0px;
}

.circle-stat {
    padding:2px;
}

.circle-stat canvas {
}
.circle-stat:before,
.circle-stat:after {
    display: table;
    line-height: 0;
    content: "";
}
.circle-stat:after {
    clear: both;
}

.circle-stat .visual {
    display: block;
    float: left;
}

.circle-stat .details {
    display: block;
    float: left;
    margin-left: 5px;
    padding-top: 7px;
}

.circle-stat .details .title {
    margin: 10px 0px 5px 0px !important;
    padding: 0px !important;
    font-size: 16px;
    color: #777;
}

.ie8 .circle-stat .details .title {
    margin-top:5px !important;
}
.ie8 .circle-stat .details {
    padding-top: 0px !important;
    margin-bottom: 5px !important;
}

.circle-stat .details .title i {
    margin-top:2px !important;
    color: #52e136;
    font-size: 16px;
}

.circle-stat .details .title i.down {
    color: #b63625;
}

.circle-stat .details .number {
    margin: 0px !important;
    margin-bottom: 7px !important;
    font-size: 24px;
    padding: 0px;
    font-weight: 300;
    text-shadow: 0 1px rgba(244, 244, 244, 0.85);
    color: #999;
}

@media (max-width: 1024px) {

    .circle-stat .details .title {
        font-size: 14px;
    }

    .circle-stat .details .title i {
        font-size: 12px;
    }

    .circle-stat .details .number {
        font-size: 16px;
    }

    .circle-stat .details {
        margin-bottom: 7px;
        padding-top: 0;
    }

}

/***
Theme Panel
***/

.theme-panel {
    width: 320px;
    margin-top: -20px;
    margin-right: 1px;
    z-index: 999;
    float: right;
    position:relative;
}

.theme-panel > .toggler {
    top:5px;
    right:2px;
    padding:11px 12px 9px 12px;
    cursor:pointer;
    position:absolute;
    z-index: 1;
    background:#c9c9c9;
    border-radius: 4px 4px 4px 4px;
}

.theme-panel > .toggler.open {
    background:#fff;
}

.theme-panel > .toggler > i {
    font-size: 18px;
}

.theme-panel > .toggler:hover {
    background-color: #c1c1c1 !important;
}

.theme-panel > .toggler-close:hover {
    background-color:#222 !important;
}

.theme-panel > .theme-options {
    top:3px;
    right:0px;
    display:none;
    position:absolute;
    background-color: #fff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.theme-panel > .theme-options > .theme-option {
    color:#333;
    padding: 15px;
    border-top:1px solid #eee;
    margin-top: 0px;
    margin-bottom: 0px;
}

.theme-panel > .theme-options > .theme-option.theme-colors {
    border-top: 0;
}

.theme-panel > .theme-options > .theme-option > span {
    display: inline-block;
    width: 120px;
    font-size: 14px;
}


.theme-panel > .theme-options > .theme-option.theme-colors > span {
    display: block;
    width: auto;
}

.theme-panel > .theme-options > .theme-option > select.form-control {
    display: inline;
    width: 100px;
    text-transform: lowercase;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul {
    list-style:none;
    padding: 0;
    display: block;
    margin-bottom: 1px !important;
    margin-top: 10px;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li {
    width:39px;
    height:39px;
    margin:0 6px;
    cursor:pointer;
    list-style:none;
    float: left;
    border-radius: 2px;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li:first-child {
    margin-left: 0;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li:hover,
.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.current {
    border:solid 2px #999;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-black {
    background:#333438;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-grey {
    background:#908f8f;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-blue {
    background:#124f94;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-red {
    background:#5a3128;
}

.theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-light {
    background:#e1e1e1;
}

/***
Top bar menu
***/

/* enable arrow for dropdown menu */
.header .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.header .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

/***
Top News Blocks(new in v1.2.2)
***/
.top-news {
    color: #fff;
    margin: 8px 0;
}

.top-news a,
.top-news em,
.top-news span {
    display: block;
    text-align: left;
}

.top-news a {
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

.top-news a .top-news-icon {
    right: 8px;
    bottom: 15px;
    opacity:0.3;
    font-size: 35px;
    position: absolute;
    filter: alpha(opacity=30); /*For IE8*/
}

.top-news em {
    margin-bottom: 0;
    font-style: normal;
    white-space: normal;
}

.top-news span {
    font-size: 16px;
    margin-bottom: 5px;
}

/***
Block Images(new in v1.2.2)
***/
.blog-images {
    margin-bottom: 0;
}

.blog-images li {
    padding: 0;
    margin: 0;
    display: inline;
}

.blog-images li a:hover {
    text-decoration: none;
}

.blog-images li img {
    border-radius: 2px;
    width: 50px;
    height: 50px;
    opacity: 0.6;
    margin: 0 2px 8px;
}

.blog-images li img:hover {
    opacity: 1;
    box-shadow: 0 0 0 4px #72c02c;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

/*Sidebar Tags*/
ul.sidebar-tags a {
    color: #555;
    font-size:12px;
    padding:3px 5px;
    background:#eee;
    margin:0 2px 5px 0;
    display:inline-block;
    border-radius: 2px;
}

ul.sidebar-tags a:hover,
ul.sidebar-tags a:hover i {
    background: #ddd;
    text-decoration:none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

ul.sidebar-tags a i {
    color:#777;
}

ul.sidebar-tags li {
    padding: 0;
}

/***
Social Icons(new in v1.2.2)
***/
.social-icons {
    padding: 0;
    margin:0;
}

.social-icons:after,
.social-icons:before {
    content: "";
    display: table;
}

.social-icons:after {
    clear: both;
}

.social-icons li {
    float:left;
    display:inline;
    list-style:none;
    margin-right:5px;
    margin-bottom:5px;
    text-indent:-9999px;
}
.social-icons li a, a.social-icon {
    width:28px;
    height:28px;
    display:block;
    border-radius: 2px;
    background-position:0 0;
    background-repeat:no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
    background-position:0 -38px;
}

.social-icons-color li a {
    opacity: 0.7;
    background-position:0 -38px !important;
}

.social-icons-color li a:hover {
    opacity: 1;
}

.social-icons .amazon {background: url(../img/social/amazon.png) no-repeat;}
.social-icons .behance {background: url(../img/social/behance.png) no-repeat;}
.social-icons .blogger {background: url(../img/social/blogger.png) no-repeat;}
.social-icons .deviantart {background: url(../img/social/deviantart.png) no-repeat;}
.social-icons .dribbble {background: url(../img/social/dribbble.png) no-repeat;}
.social-icons .dropbox {background: url(../img/social/dropbox.png) no-repeat;}
.social-icons .evernote {background: url(../img/social/evernote.png) no-repeat;}
.social-icons .facebook {background: url(../img/social/facebook.png) no-repeat;}
.social-icons .forrst {background: url(../img/social/forrst.png) no-repeat;}
.social-icons .github {background: url(../img/social/github.png) no-repeat;}
.social-icons .googleplus {background: url(../img/social/googleplus.png) no-repeat;}
.social-icons .jolicloud {background: url(../img/social/jolicloud.png) no-repeat;}
.social-icons .last-fm {background: url(../img/social/last-fm.png) no-repeat;}
.social-icons .linkedin {background: url(../img/social/linkedin.png) no-repeat;}
.social-icons .picasa {background: url(../img/social/picasa.png) no-repeat;}
.social-icons .pintrest {background: url(../img/social/pintrest.png) no-repeat;}
.social-icons .rss {background: url(../img/social/rss.png) no-repeat;}
.social-icons .skype {background: url(../img/social/skype.png) no-repeat;}
.social-icons .spotify {background: url(../img/social/spotify.png) no-repeat;}
.social-icons .stumbleupon {background: url(../img/social/stumbleupon.png) no-repeat;}
.social-icons .tumblr {background: url(../img/social/tumblr.png) no-repeat;}
.social-icons .twitter {background: url(../img/social/twitter.png) no-repeat;}
.social-icons .vimeo {background: url(../img/social/vimeo.png) no-repeat;}
.social-icons .wordpress {background: url(../img/social/wordpress.png) no-repeat;}
.social-icons .xing {background: url(../img/social/xing.png) no-repeat;}
.social-icons .yahoo {background: url(../img/social/yahoo.png) no-repeat;}
.social-icons .youtube {background: url(../img/social/youtube.png) no-repeat;}
.social-icons .vk {background: url(../img/social/vk.png) no-repeat;}
.social-icons .instagram {background: url(../img/social/instagram.png) no-repeat;}
.social-icons .reddit {background: url(../img/social/reddit.png) no-repeat;}

/***
Inline Social Icons
***/
.social-icon {
    display:inline-block !important;
    width:28px;
    height:28px;
    border-radius: 2px;
    background-position:0 0;
    background-repeat:no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.social-icon.amazon {background: url(../img/social/amazon.png) no-repeat;}
.social-icon.behance {background: url(../img/social/behance.png) no-repeat;}
.social-icon.blogger {background: url(../img/social/blogger.png) no-repeat;}
.social-icon.deviantart {background: url(../img/social/deviantart.png) no-repeat;}
.social-icon.dribbble {background: url(../img/social/dribbble.png) no-repeat;}
.social-icon.dropbox {background: url(../img/social/dropbox.png) no-repeat;}
.social-icon.evernote {background: url(../img/social/evernote.png) no-repeat;}
.social-icon.facebook {background: url(../img/social/facebook.png) no-repeat;}
.social-icon.forrst {background: url(../img/social/forrst.png) no-repeat;}
.social-icon.github {background: url(../img/social/github.png) no-repeat;}
.social-icon.googleplus {background: url(../img/social/googleplus.png) no-repeat;}
.social-icon.jolicloud {background: url(../img/social/jolicloud.png) no-repeat;}
.social-icon.last-fm {background: url(../img/social/last-fm.png) no-repeat;}
.social-icon.linkedin {background: url(../img/social/linkedin.png) no-repeat;}
.social-icon.picasa {background: url(../img/social/picasa.png) no-repeat;}
.social-icon.pintrest {background: url(../img/social/pintrest.png) no-repeat;}
.social-icon.rss {background: url(../img/social/rss.png) no-repeat;}
.social-icon.skype {background: url(../img/social/skype.png) no-repeat;}
.social-icon.spotify {background: url(../img/social/spotify.png) no-repeat;}
.social-icon.stumbleupon {background: url(../img/social/stumbleupon.png) no-repeat;}
.social-icon.tumblr {background: url(../img/social/tumblr.png) no-repeat;}
.social-icon.twitter {background: url(../img/social/twitter.png) no-repeat;}
.social-icon.vimeo {background: url(../img/social/vimeo.png) no-repeat;}
.social-icon.wordpress {background: url(../img/social/wordpress.png) no-repeat;}
.social-icon.xing {background: url(../img/social/xing.png) no-repeat;}
.social-icon.yahoo {background: url(../img/social/yahoo.png) no-repeat;}
.social-icon.youtube {background: url(../img/social/youtube.png) no-repeat;}
.social-icon.vk {background: url(../img/social/vk.png) no-repeat;}
.social-icon.instagram {background: url(../img/social/instagram.png) no-repeat;}
.social-icon.reddit {background: url(../img/social/reddit.png) no-repeat;}

.social-icon:hover {
    background-position:0 -38px;
}

.social-icon-color {
    opacity: 0.7;
    background-position:0 -38px !important;
}

.social-icon-color:hover {
    opacity: 1;
}


/***
Notes
***/

/* Common styles for all types */
.note {
    margin: 0;
    padding: 5px 5px 10px 15px;
    border-left: 3px solid #eee;
    border-radius: 0px 4px 4px 0;
    border-top: 1px solid #eee;
}
.note_ayar{padding-top: 0px;padding-bottom: 0px;}
.note h1,
.note h2,
.note h3,
.note h4 {
    margin-top: 0;
}

.note p:last-child {
    margin-bottom: 0;
}
.note code,
.note .highlight {
    background-color: #fff;
}

/* Variations */
.note-danger {
    background-color: #FAEAE6;
    border-color: #ed4e2a;
}

.note-warning {
    background-color: #FCF3E1;
    border-color: #fcb322;
}

.note-info {
    background-color: #E8F6FC;
    border-color: #57b5e3;
}

.note-success {
    background-color: #EBFCEE;
    border-color: #3cc051;
}

/***
Demo Utils
***/
.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

.util-btn-margin-bottom-5 .btn {
    margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
    margin-bottom: 5px !important;
}

.fontawesome-demo i {
    font-size: 18px;
}

.fontawesome-demo li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.glyphicons-demo ul {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}
.glyphicons-demo ul li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
    display: block;
    margin: 5px auto 10px;
    font-size: 24px;
}
.glyphicons-demo ul li:hover {
    background-color: rgba(86,61,124,.1);
}

@media (min-width: 768px) {
    .glyphicons-demo ul li {
        width: 12.5%;
    }
}


/***
Forms
****/

input.placeholder,
textarea.placeholder {
    color: #aaa !important;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-inline input {
    margin-bottom: 0px !important;
}

.control-label {
    /* margin-top: 2px; */
}

.form-control-static {
    font-size: 14px;
    padding-top: 7px;
}

.control-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

.switch-wrapper {
    display: inline-block;
}

.form {
    padding: 0 !important;
}

.form-body {
    padding: 10px;
}

.form-actions {
    padding: 20px 10px;
    margin-top: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
    zoom: 1;
}

.form-actions.nobg {
    background-color: transparent;
}

.form-actions.top {
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
}

.form-actions.fluid {
    padding: 20px 0;
}

.form-actions.fluid > [class^="col-"] {
    padding-left: 13px;
}

.form-actions:before,
.form-actions:after {
    display: table;
    line-height: 0;
    content: "";
}

.form-actions:after {
    clear: both;
}

.form-section {
    margin: 30px 0px 25px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.form .form-section:first-child {
    margin-top: 5px;
}

.help-inline {
    font-size: 13px;
    color: #737373;
    display: inline-block;
    padding: 5px;
}

/* left, right aligned form actions */
.form-actions.right {
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
}

.form-actions.left {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
}

/* Checkboxes */
.form-group .checkbox {
    padding-left: 0;
}

.checkbox-list > label {
    display: block;
}

.checkbox-list > label.checkbox-inline {
    display: inline-block;
}

.checkbox-list > label.checkbox-inline:first-child {
    padding-left: 0;
}

/* Radios */

.radio-list > label {
    display: block;
}

.radio-list > label.radio-inline {
    display: inline-block;
}

.radio-list > label.radio-inline:first-child {
    padding-left: 0;
}

.form-horizontal .radio-list .radio {
    padding-top: 1px;
}

/* Rows seperated form layout */
.form-row-seperated .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
    padding: 10px 10px 10px 0px;
}

.form-row-seperated .form-group.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.form-row-seperated .form-actions {
    margin-top: 0;
}

.form-row-seperated .form-body {
    padding: 0;
    margin-top: 0;
}

.form-row-seperated .help-block {
    margin-bottom: 0;
}

/* form bordered */
.form-bordered .form-body {
    margin: 0;
    padding: 0;
}

.form-bordered .form-actions {
    margin-top: 0;
}

.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
}

.form-bordered .form-group.last {
    border-bottom: 0;
}

.form-bordered .help-block {
    margin-bottom: 0;
}

.form-bordered .control-label {
    padding-top: 16px;
}

.form-bordered .form-group > div {
    padding: 10px;
    border-left: 1px solid #efefef;
}

.form-bordered .form-actions.fluid > .row > div {
    padding-left: 10px;
}

.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-row-stripped .form-control {
    background: #fff !important;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
    background-color: #ffffff;
}

/***
Bordered form layout
***/

.form-bordered .form-control {
    margin: 0;
}


/***
Disabled Menu Link
***/
/* Disabled Navigation Link */
.disabled-link .disable-target {
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}
.disabled-link:hover {
    cursor: not-allowed !important;
}

/***
Responsive & Scrollable Tables
***/

.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    margin: 10px 0 !important;
}

.table-scrollable > .table {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 0;
    background-color: #fff;
}

.table-scrollable > .table > thead > tr > th,
.table-scrollable > .table > tbody > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > thead > tr > td,
.table-scrollable > .table > tbody > tr > td,
.table-scrollable > .table > tfoot > tr > td {
    white-space: nowrap;
}

.table-scrollable > .table-bordered {
    border: 0;
}

.table-scrollable > .table-bordered > thead > tr > th:first-child,
.table-scrollable > .table-bordered > tbody > tr > th:first-child,
.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
.table-scrollable > .table-bordered > thead > tr > td:first-child,
.table-scrollable > .table-bordered > tbody > tr > td:first-child,
.table-scrollable > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.table-scrollable > .table-bordered > thead > tr > th:last-child,
.table-scrollable > .table-bordered > tbody > tr > th:last-child,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
.table-scrollable > .table-bordered > thead > tr > td:last-child,
.table-scrollable > .table-bordered > tbody > tr > td:last-child,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.table-scrollable > .table-bordered > thead > tr:last-child > th,
.table-scrollable > .table-bordered > tbody > tr:last-child > th,
.table-scrollable > .table-bordered > tfoot > tr:last-child > th,
.table-scrollable > .table-bordered > thead > tr:last-child > td,
.table-scrollable > .table-bordered > tbody > tr:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}

/***
Responsive Flip Scroll Tables
***/

.flip-scroll table { width: 100%; }

@media only screen and (max-width: 800px) {

    .flip-scroll .flip-content:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
    .flip-scroll * html .flip-content { zoom: 1; }
    .flip-scroll *:first-child+html .flip-content { zoom: 1; }

    .flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }

    .flip-scroll th,
    .flip-scroll td { margin: 0; vertical-align: top; }
    .flip-scroll th {
        text-align: left;
        border: 0 !important;
        border-bottom: 1px solid #ddd !important;
        border-right: 1px solid #ddd !important;
        font-size: 13px !important;
        padding: 5px;
        width: auto !important;
    }

    .flip-scroll table { display: block; position: relative; width: 100%; }
    .flip-scroll thead {
        display: block;
        float: left;
    }
    .flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
    .flip-scroll thead tr { display: block; border:0px !important;  }
    .flip-scroll th { display: block; text-align: right; }
    .flip-scroll tbody tr { display: inline-block; vertical-align: top; margin-left: -5px; }
    .flip-scroll td { display: block; min-height: 1.25em; text-align: left; border-top: 0 !important; border-left: 0 !important; border-right: 0 !important}
    .flip-scroll td:first-child {}


    /* sort out borders */

    .flip-scroll th { border-bottom: 0; border-left: 0; }
    .flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
    .flip-scroll tbody tr { border-left: 1px solid #ddd; }
    .flip-scroll th:last-child,
    .flip-scroll td:last-child { border-bottom: 1px solid #ddd; }
}
.clear{    clear: both;}
.arama_inpt {margin-top: -26px;}
.arama_inpt input{   background-color: #F2F2F2;    width: 400px !important;    border: 1px solid #CCC;}
.arama_inpt label{  width: 100%;}
.kayit_sl div{float: right;  z-index: 111;    position: relative;}

.tablo_liste a{color:#000;}

.btn_excel{background: #2B995F;}
.btn_excel:hover{background: #207347;}






.chatbox_div{width: 250px;position: fixed;z-index: 111;right: 15px;bottom: 0;}
.chatbox_baslik{
    -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;

    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

    width: 100%;
    box-sizing: border-box;
    height: 34px;
}
.chatbox_baslik2{
    -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;

    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

    width: 100%;
    box-sizing: border-box;
    height: 34px;
}
.chatbox_icerik{width: 100%;background: #e4e4e4;height: 270px;}
.chatbox_icerik2{width: 100%;background: #e4e4e4;height: 270px;}
.chatkapa{display: none;}
.chat_baslik_ikon{float: left;}
.chat_ackapa{    float: right;margin-top: 3px;}
.chat_ackapa2{    float: right;margin-top: 3px;}
.chat_kaldir{    float: right;margin-top: 3px;margin-left: 5px;}
.chat_kaldir:hover{color: #ccc;}

.chatbox_div2{
    right: 280px;
}
#elderscrolls{padding-top: 10px;}

.duyurueklediv{width: 800px;}
.duyurueklediv .modal-body{min-height: 250px;   }
.duyurutext{min-height: 250px;}



/*?zel ayar*/
.ust_giris{color:#FFF;float: left;line-height: 50px;margin-left: 15px;}
.ust_giris h6{line-height: 23px;}
.ikon_inline{float: none !important;margin-left: 5px;}

.arama_btn{}
.ust_arama_form{opacity: 0;visibility: hidden;float: right !important;margin-right: 15px;}
.ust_sohbetac:focus{background: none !important;}
/**/

.kaydet_sonuc{
    display: inline;
    font-size: 11px;
    color: #7F7F7F;
}

.resim_bor{border:1px solid #E2E2E2;}

#noty_topCenter_layout_container{top: 150px !important;}
.karart{position: fixed;z-index: 11111;background: rgba(0, 0, 0, 0.88);width: 100%;height: 100%;display: none;top:0;}
.ohvarmi{display: none;}
.table-responsive .row{margin-left: 0px;margin-right: 0px;}

/*anasayfa*/
.anasayfa-pres{/* width: auto; */float: left;/* margin-right: 15px; */text-align: center;}
.anasayfa-pres img{
    max-width: 100%;
    max-height: 155px;
    display: inline-block;
}
.ana-profil{}
.ana-brans{padding: 6px;background: none;}
.ana-brans h4{margin: 0px;padding: 0px;font-size: 15px;}
.anasag-ul{padding-top: 15px;padding-left: 0px;}
.anasag-ul li {}
.anasag-ul li a{
}
.anasag-ul li span{
    text-transform: none !important;
    font-size: 13px !important;
}
.ana-body{min-height: 267px;}
/**/

.syasla{float: right;}

.dataTables_info{width: 120%;}

.page-logo-mobil{display: none;}
.pc_mode{display: block;}
.mobil_mode{display: none;}

.input-group[class*=col-]{/*width: 100%;*/}

.menu-bar{
    margin-left: -20px;
    margin-right: -20px;
    background-color: #F0F0F0;
    padding-left: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    position: fixed;
    width: 100%;
    z-index: 11;
    margin-top: -25px;
}
.menu-bara{
    min-width: 100px;
    padding-top: 6px;
    height: 48px;
}
.menu-success{
    background-color: #5CB85C !important;
    color: #FFF !important;
}
.menu-success div{
    color: #FFF !important;
}
.menu-success:hover{filter: none !important;text-shadow: inherit !important;color: #FFF !important;background-color: #449D44 !important;}

.menu-bara i{
    display: inline;
}
.menu-bara div{
}
.menu-bara span{}

.page-bar-top{margin-top: 51px;}
.mesaj_butonlar{margin-top: -47px;}
.pq-select-multiple{height: auto;}
.ogretmen-ana-kutu{}
.ogretmen-ana-kutu a{
    margin-right: 8px;
}
.ogrenci_ort_bilgi{text-align: center;font-size: 13px;margin-bottom: 40px;}
.ogrenci_ortlar{}
.ogrenci_ortlar div{}

.aliste_div{
    padding: 0 5px;
}
.ana-profil-okul{
    font-size: 13px;
    margin-left: 5px;
}

.yenimail_rich {}
.yenimail_rich fieldset{
    min-width: inherit;
    padding: inherit;
    margin: inherit;
    border: inherit;
    border: 1px solid #CECECE;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    min-width:-webkit-min-content;
}
.yenimail_rich fieldset legend{
    display: inherit;
    width: inherit;
    padding: inherit;
    margin-bottom: inherit;
    line-height: inherit;
    border: inherit;
    border-bottom: inherit;
    display: block;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border: none;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}



.mesajdetay_metin fieldset{
    min-width: inherit;
    padding: inherit;
    margin: inherit;
    border: inherit;
    border: 1px solid #CECECE;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    min-width: -webkit-min-content;
    padding: 10px;
    max-width: 85%;
}
.mesajdetay_metin fieldset legend{
    display: inherit;
    width: inherit;
    padding: inherit;
    margin-bottom: inherit;
    line-height: inherit;
    border: inherit;
    border-bottom: inherit;
    display: block;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border: none;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 14px;
    margin-left: 5px;
}
.bildirim_liste li i{
    margin-right: 3px !important;
}
.fatura_sliste{
}
.fatura_kdv{
    min-width: 80px;
}
.fatura_sad{
}
.fatura_adet{
}
.fatura_birim{
}
.fatura_kdahil{}
#fatura_stoklar_paginate{display: none;}
#sistemdencek_paginate {display: none;}
.fatura_gtoplam_fiyat{
    float: right;
    width: 285px;
    height: 30px;
    line-height: 32px;
    text-align: right;
}
.fatura_gtoplam_fiyat input{
    float: right;
    width: 143px;
    margin-left: 12px;
}

.fatura_gtoplam_fiyat span{float: left;}



.invoice{
    float: none;
    margin: 0 auto;
}
li.external a i {    color: #666 !important;}
.gresmi{float: left;padding: 5px;background: #FFEEEE;border-radius: 5px;border: 1px solid #FFE3E3; margin-right: 8px;}
.gresmi input{}
.gresmi .checker{
    float: right;
    margin-top: 5px !important;
}

.bakimYapildi{
    background: #3885BD !important;
    height: 11px;
    padding-bottom: 0px;
    padding-top: 3px;
}
.bakimYapildi input{
    width: 20px;
    height: 19px;
    margin-top: 0px !important;
}

.ana_garantiList{}
.ana_garantiList a{}
.ana_garantiList a:hover, .ana_garantiList a:focus{text-decoration: none;}


.page-content>.row,.page-bar{
    display: none;;
}

.sayfa_yukleniyor{position: fixed;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;z-index: 99999;flex-direction: column;background: rgba(38, 41, 53, 0.8);}
.sayfa_yukleniyor span{font-family: 'Open Sans', sans-serif;font-weight: 400;color: white;}
.sayfa_yukleniyor i{margin-bottom: 27px;font-size: 41px;color: white;}

.mail_hata{
    margin-top: -12px;
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
}

.kur_hesaplayici .form-group{max-width: 200px;float: left;}



#rapor_cek table tr td{white-space: normal;}
#rapor_cek table tr td:last-child{/* white-space: nowrap; */}


.mail_alicilari{
    max-height: 200px;
}

.page-sidebar-wrapper{position: relative;}

.modal-body {
    /* max-height: 450px; */
    overflow-y: auto;
}
.modal-body img{max-width: 100%;}
.modal-body a{
    color: #0A65F3 ;
}

.modal-body a.btn{color: #FFF;}
.wysihtml5-toolbar a{     color: #333;}




.ana-profil{}
.ana-brans{padding: 6px;background: none;margin-top: 18px;}
.ana-brans h4{margin: 0px;padding: 0px;font-size: 15px;}
.anasag-ul{padding-top: 15px;padding-left: 0px;}
.anasag-ul li {}
.anasag-ul li a{
}
.anasag-ul li span{
    text-transform: none !important;
    font-size: 13px !important;
}
.ana-profil-okul{
    font-size: 13px;
    margin-left: 5px;
}
.ozet_bilgiler .note{
    padding-top: 0px;
    padding-bottom: 0px;
    /* max-width: 290px; */
    /* margin-right: 15px; */
    padding-right: 0px;
    text-align: center;
}


.ozet_bilgiler .note i {
    font-size: 20px;
    color: inherit;
    margin-right: 10px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.ana-body ul {margin-top: 10px;border: none;}
.ana-body ul li {border: none;border-bottom: 1px solid #DDD;border-bottom-right-radius: 0px !important;border-bottom-left-radius: 0px !important;margin-bottom: 0px;}
.ana-body ul li span i {font-size: 14px;}
.ana-body ul li span{
    float: left !important;
    margin-right: 7px;
    padding: 5px 3px;
    height: 26px;
    width: 26px;
    margin-left: -9px;
}


.tr_listele td{font-size: 11px;}
.tr_listele.warning>td{
    background: none !important;
    font-weight: bold !important;
    font-size: 11px;
}
.karar_incele b{

    font-weight: normal;
}


.gecko .DTTT_button_xls{display: none;}

.jstree-icon.fa-file{
    color: #4083F2;
}
.jstree-default .jstree-hovered{cursor: pointer;}



/*pano butonlar*/
.pano_butonlar{}
.pano_butonlar .icon-btn{
    width: 30%;
    float: left;
    display: block !important;
    min-width: inherit;
    margin-right: 3%;
    height: 130px;
    border-radius: 0px;
    line-height: 22px;
    background: #3774a9 !important;
    margin-bottom: 20px;
}
.pano_butonlar .icon-btn>div .btn{
    border-radius: 17px;
}
.pano_butonlar .icon-btn>div{
    font-weight: 500;
    font-size: 13px;
}
.pano_butonlar .icon-btn>span{
    padding-top: 8px;
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
}
.pano_butonlar .icon-btn>span>i{
    font-size: 17px;
}
.pano_butonlar .icon-btn .is_sayisi{
    color: #ffffff;
    font-size: 60px;
    display: block;
    margin: 17px 0;
}

/**/

/**/
.isler_sayfasi .table-advance thead tr th{
    background: #3597d8;
    color: #FFF;
    height: 60px;
    vertical-align: middle;
}

.baslik_ortala{
    text-align: center;
}
.ozet_gorevler_sayfa .table-advance thead tr th{
    background: #3597d8;
    color: #FFF;
    height: 60px;
    vertical-align: middle;
}
.ozet_gorevler_sayfa{/* margin-right: -15px; *//* float: right; */}
.isler_ozet{
    margin-bottom: 50px;
    /* float: left; */
    /* margin-left: 100px; */
    /* margin-right: 100px; */
    padding: 0px 48px 0px 48px;
}
.isler_ozet table tr th{
    text-align: center;
}
.isler_ozet table tr td{
    text-align: center;
}
/**/


/**/
.pano_bgColor{
    background: #fb4233 !important;
}
.haberakis_bgColor{
    background: #3854b8 !important;
}
.isliste_bgColor{
    background: #009af2 !important;
}
.eklentiler_bgColor{
    background: #ff9701 !important;
}
.strateji_bgColor{
    background: #5cb85c !important;
}
.diger_bgColor{
    background: #d842bf !important;
}
.sekreterlik_bgColor{
    background: #a79920 !important;
}
.personel_bgColor{
    background: #966755 !important;
}
.akre_bgColor{
    background: #0ff !important;
}
/**/
.aciklama{
    float: left;
}
.aciklama p{font-size: 9px !important;float: left;font-weight: 600;}

.renk_bilgi{
    float: right;
    margin-bottom: 10px;
    /* padding-top: 27%; */
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 11;
    font-weight: normal;
}
.renk_bilgi div{
    float: left;
    margin-left: 20px;
    padding: 3px 0px;
}
.renk_bilgi div a{margin-right: 3px;/* margin-top: -5px; */height: 25px;}
.renk_bilgi div span{}
.renk_bilgi .btn-gri{
    background: #CCC;
    border: 1px solid #CCC;
}
.renk_bilgi .btn-beyaz{
    background: #FFF;
    border: 1px solid #CCC;
}
.trBeyaz td{
    background: #FFF !important;
}
.trGri td{
    background: #e4e4e4 !important;
}

.sayfa_uyeler {
    display: block; }

#cssmenu{
    margin-bottom: 40px;
}
#cssmenu>ul{
    list-style-type: none;
}
#cssmenu ul ul:not(.hizli_duzenle){
    /* display: none; */
    list-style-type: none;
    padding-left: 5px;
}


.dosya_label {
    margin-top: 44px;
    margin-left: -42px;
    /* margin-top: 32px; */
    /* position: inherit; */
    /* margin-left: -42px; */
    /* padding: 9px 0 0 0; */
}

.ul_list{}
.ul_list li .btn-circle.sectir{
    cursor: all-scroll;
}
.ul_list li .btn-circle{
    width: 23px;
    height: 23px;
    margin-top: -13px;
    border-radius: 5px;
    padding: 0px;
    text-align: center;
    line-height: 23px;
}

.ul_list li .btn-circle.btn-success {
    background: #444;
}

.btn-success {
    /* background: #444; */
}
.ul_list li .row{
    cursor: pointer;
    padding-top: 11px;
}
.ul_list li .row:hover{
    background: #edf1f5;
    border-color: #edf1f5;
}

.ul_list .isgrup_li.onaylanmis:hover {
    background: #418a41;
}

.ul_list li{
    min-height: 30px;
    font-family: sans-serif;
    padding-left: 0px;
}
li>.row{
    border: 1px solid #e4e7ea;
}

.ul_list li .row .col-md-6:first-child{
    padding-top: 5px;
    padding-left: 0px;
}
.ul_list li .row .col-md-6:first-child span b{
    font-weight: 300;
}
.ul_list li .col-md-6{
    min-height: 30px;
}

.ul_list li ul li.col-md-12{
    padding-left: 20px;
    padding-right: 0px;
}
.ul_list li ul li.col-md-12  ul li.col-md-12 {}
.ul_list li ul li.col-md-12  ul li.col-md-12 ul li.col-md-12 {}
.ul_list li ul li.col-md-12  ul li.col-md-12 ul li.col-md-12 ul li.col-md-12 {}



.ul_list li ul li.col-md-12 {
    padding-left: 10px;
    padding-right: 0px;
}


.ul_list li .row .col-md-6:first-child{
    padding-top: 5px;
    /* font-family: sans-serif; */
}
.ul_list li .row .col-md-6:first-child span b{
    font-weight: 300;
}
.ul_list li .col-md-6{
    min-height: 20px;
}

/*YORUM KISMI CSS*/

#mainRightContainer.hasRight #middleContainer {
    width: 582px;
}
#mainRightContainer #middleContainer {
    width: 812px;
}
#middleContainer {
    clear: both;
    /* min-height: 598px; */
    /* width: 885px; */
}

#middleContainer>div {
    /* margin-bottom: 10px; */
    /* height: 133px; */
    /* width: 814px; */
}

.clearfix {
    display: block;
    width: 95%;
}

.noteHolder {
    background-color: #fafafa;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    border: 0px solid #efefef;
    position: relative;
}

.noteHolder:before {
    position: absolute;
    left: 40px;
    top: -7px;
    border-left: solid #efefef;
    border-bottom: solid transparent;
    border-width: 13px;
    z-index: 9;
    content: "";
    transform: rotate(45deg);
}

.note .noteContentHeader {
    font-size: 11px;
    padding: 5px 30px 0 0px;
}

.noteHeader {
    line-height: 18px;
    font-size: 13px;
    margin-left: 60px;
    font-weight: 700;
    width: 685px;
}

.note .noteDateTime {
    padding-bottom: 10px;
    padding-top: 2px;
}
.note .noteDateTime, .comment .commentDateTime {
    color: #a7a7a7;
    font-size: 11px;
}

.noteDateTime {
    margin-left: 60px;
    line-height: 20px;
}

.note .noteContent {
    font-size: 11px;
    padding: 0 5px 0px;
}

.note .noteContent .noteText {
    margin-right: 22px;
}
div.noteText {
    padding: 4px 0;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    font-weight: normal;
}

div.minilistitem, fieldset, .ptb10, .filter {
    padding: 10px 0;
    height: 130px;
}

.postNoteCommands div.opener {
    background: none;
    background-color: #fff;
    padding: 15px 10px;
}
div.opener {
    border: 1px solid #cdced0;
    color: #aaa;
    cursor: text;
}
.postNoteForm {
    border: none;
}

.noteContentForPost {
    font-size: 11px;
    padding-bottom: 14px;
}

.postNoteForm div, .updateNoteForm div {
    /* display: block; */
}
.mt10 {
    /* margin-top: 10px; */
}

#NoteBody {
    font-size: 13px;
    /* min-height: 80px!important; */
    /* width: 100%!important; */
    /* margin: 0; */
    font-family: inherit;
    margin-top: 10px;
    /* width: 718px; */
}

.boxsizingBorder {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}


.noteErrorHolder {
    color: red;
}

.tagListItem.showDelete a.tagOptions, .note #postNoteButton, .attachment-detail:hover .show-link {
    display: inline-block;
}

#navitem_master_Timeline.navitem-selected, .s_Timeline .btn.primary {
    background-color: #3c4db9;
}

.note-action-item {
    line-height: 20px;
    color: #666!important;
    display: inline-block;
    margin-right: -18px;
    float: right;
    /* margin-top: -19px; */
}

.icon-comment {
    background-image: url(https://bodru-com.s3.amazonaws.com/i/comment_icon.png);
    background-repeat: no-repeat;
}

.noteProps {
    background-color: #f6f7f8;
    border-top: 1px solid #e4e4e4;
    padding: 10px 20px;
}

button.btn, input[type="submit"].btn {
}

.addCommentButton {
    line-height: 23px;
    color: #282828;
}
.btn {
    cursor: pointer;
    display: inline-block;
    /*  padding: 8px 18px 9px; */
    font-size: 13px;
    border-radius: 2px;
    transition: .1s linear all;
    border: medium none;
}

ul.minibullets {
    list-style-type: none;
    font-size: 11px;
    line-height: 16px;
}
.nooverflow {
    overflow: hidden;
}

.li_Attachment.a_doc {
    background: url(../img/doc.png) no-repeat;
}

.li_Attachment.a_doc > a {
    font-weight: 600;
    font-size: 10px;
}
UL.minibullets li {
    padding: 0 0 0 20px;
    margin: 0;
}
.li_Attachment {
    background: url(../img/doc.png) no-repeat;
    margin-bottom: 10px!important;
}
UL.minibullets li {
    padding: 0 0 0 20px;
    margin: 0;
}
.picHolder {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 40%;
    border: 1px solid #ccc;
    float: left;
}

.picHolder img {
    padding-top: 3px;
}

.gorev_detay {
    width: 94%;
    /* font-weight:bold; */
    /* line-height: 24px; */
    margin-left: 25px;
}
.gorev_detay b {
    font-weight: normal;
}

.gorev_onay {
    /* width: 35%; */
    /* font-weight: bold; */
    float: right;
    /* bottom: 265px; */
    margin-right: 15px;
}
.gorev_onay b {
    font-weight: normal;

}

.karar.text-right {
    margin-top: -27px;
    /* text-align: right; */
}

.note b.gorevTamam{
    color: #d9534f;
    font-size: 11px;
}

.gorevi_tamamladim{
    float: right;
    margin-top: -14px;
}
.gorev_onay b.btn-success {
    padding: 3px 7px;
    border-radius: 5px;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 12px;
}

.gorev_kapat {
    float: right;
    /* margin-right: 30px; */
    margin-top: -56px;
    padding: 0 44px 0 0;
}
.gorev_duzenle {
    width: 130px;
    padding-top: 37px;
}
.gorev_icerik {

}
.fa-check {
    /* color: #5cb85c; */
}


.super td{
    background: rgba(122, 199, 122, 0.38) !important;

}
.normal td{
    background: rgba(240, 173, 78, 0.44)!important;

}
.kullanici_ekle td{
    background: rgba(236, 148, 146, 0.56)!important;
}

.sure_dolmus i.finish.fa-times{
    /* color: #fff; */
    margin-left: 12px;
    margin-top: 1px;
}

.sure_az i.fa-exclamation{
    /* color: #fff; */
    /* margin-left: 12px; */
    margin-top: 1px;
}
i.fa.fa.fa-arrow-right.fa_li.finish{
    color: #171111;
    margin-left: 12px;
    margin-top: 1px;
}

tr.onaylanmis {
    background: rgba(122, 199, 122, 0.38) !important;

}
tr.bekleyen {
    background: rgb(165, 203, 236) !important;
}

tr.sure_dolmus {
    background: rgba(236, 148, 146, 0.56)!important;

}
tr.sure_az {
    background: rgba(240, 173, 78, 0.44)!important;
}




.gorev_liste.karar_kapali{
    background-color: #81ea81;
}

.dd-handle.karar_kapali{
    background-color: #81ea81;
}

.dd-item .onaylanmis {
    background: rgba(122, 199, 122, 0.38) !important;

}

.dd-item .bekleyen {
    background: rgb(165, 203, 236) !important;
}

.dd-item .sure_dolmus {
    background: rgba(236, 148, 146, 0.56)!important;

}
.dd-item .sure_az {
    background: rgba(240, 173, 78, 0.44)!important;
}
.dd-item .karar {
    background: transparent !important;
    color: #444444!important;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0px;
    /*  text-transform: uppercase; */
    font-size: 11px;
    font-weight: 600;
}
.dd-item .karar span i {
    /* color: #3854b8; */
}

.karar.text-right > .btn{
    margin-top: -9px;
    /* margin-right: 6px; */
}
.dd-handle p{

    /* width: 731px; */
}


.onaylanmis i.fa-check {

    /* margin-left: 12px; */

    margin-top: 1px;
}


.noteExpandHolder.mt10.withRelations {
    /* width: 806px; */
}
.yorum_baslik {
    margin-left: 27px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}


section#yorumlar > ul > li li {
    /* width: 150px; */
}

section#yorumlar > ul > li li .noteHolder .note {padding-left: 21px;}

section#yorumlar > ul > li li .noteHolder .note .picHolder {
    float: left;
    max-height: none;
    margin-bottom: 5px;
}

section#yorumlar > ul > li li .noteHolder .note .picHolder img {
}

.picHolder img {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
}

section#yorumlar > ul > li li .notesHolder {
}

section#yorumlar > ul > li ul {
    padding-left: 0;
}

section#yorumlar > ul > li ul.minibullets {
    padding-left: 0;
    margin-top: 5px;
}

section#yorumlar > ul > li > ul {
    margin-left: 0;
}

section#yorumlar > ul > li li .note .noteContent {
    padding-bottom: 0;
}

section#yorumlar > ul > li li .picHolder img {
}

section#yorumlar > ul > li li .note {
    padding: 0 20px 5px 0;
    margin: 0;
    background-color: #f6f7f8;
    border: 0;
    border-top: 1px solid #e4e4e4;
    padding: 0 5px;
}
div#alt_dosyaButon{
    position: absolute;
    right: 1px;
    top: 0px;
    width: 50px;
    height: calc(100% - 2px);
    background: #efefef;
    text-align: center;
    border-left: 1px solid #eee;
    border: 1px solid #e5e5e5;
    margin-right: -50px;
}

div#alt_dosyaButon > i {
    font-size: 24px;
    line-height: 43px;
    /* padding-right: 36px; */
}
div#alt_dosyaButon > input {
    /* background: transparent; */
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    /* margin-left: -171px; */
}

div#dosyaButon {
    position: absolute;
    right: 1px;
    top: 0px;
    width: 65px;
    height: calc(100% - 2px);
    background: #efefef;
    text-align: center;
    border-left: 1px solid #eee;
    border: 1px solid #e5e5e5;
    margin-right: -65px;
}

div#dosyaButon > i {
    font-size: 24px;
    line-height: 43px;
    /* padding-right: 36px; */
}

div#dosyaButon > input {
    /* background: transparent; */
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    /* margin-left: -171px; */
}

.noteExpandHolder {
    position: relative;
}

.postNoteForm div.modal-footer {margin-right: -36px;}

.postNoteForm div.modal-footer button {
    padding: 6px 15px;
    margin-right: -80px;
    margin-top: 23px;
}

section#yorumlar {
    margin-top: -10px;
    padding-top: 34px;
}

section#yorumlar > ul {
    margin-bottom: 26px;
    float: left;
    width: 100%;
}

section#yorumlar > ul > li .noteHolder:before {
    display: none;
}

section#altYorumYaz {
    float: left;
    width: 100%;
    position: relative;
}

section#altYorumYaz textarea {
    min-height: 50px;
}

input#altYorumSubmit {
    padding: 2px 25px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}

.postNoteCommands.ptb10 {
    padding: 0 54px 0 4px;
}

.isgrup_li {
    background: #eee;
    font-family: 'Open Sans',Arial;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.02);
}

.isgrup_li > div > span {
    width: 100%;
    position: relative;
    z-index: 99;
}

.ul_list li .isgrup_li:hover {
    background: #d4d4d4;
}

.ul_list li .isgrup_li {
    background: #ffffff;
    min-height: 34px;
}
.stratejik_karar {

}
i.fa.fa-exclamation {
    width: 14px;
}


.toplam_puan {
    float: left;
    /* margin-top: -32px; */
    /* margin-left: 315px; */
    font-weight: bold;
    font-size: 12px;
    color: #fb4233;
}

.filtreleDiv{border:1px solid #e0e0e0;padding:15px 10px;padding-bottom:0;border-radius:5px;padding-top:3px;background:transparent}
.filtreleDiv h5{margin-top:0;padding:0;padding:5px;width:100%;border-bottom:1px solid #dedede;color:#825d16}
.filtreleDiv form div.pq-select-text{font-size:12px;padding:7px 8px}
.filtreleDiv input,.filtreleDiv select{height:30px;line-height:28px;padding:2px 10px;font-size:12px}
.filtreleDiv .btn-primary{padding:4px 10px}
.filtreleDiv [class*='col-']{padding-left:5px;padding-right:5px}
.filtreleDiv .donem{width:auto!important;max-width:170px}

.portlet  {
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
    -webkit-box-shadow1: 0 1px 4px rgba(0, 0, 0, 0.07);
    box-shadow1: 0 1px 4px rgba(0, 0, 0, 0.07);
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 15px;
}

/*.portlet > .portlet-title {
    background-color: #ffffff;
    border-radius: 4px 4px 0 0;
    padding:10px 10px 2px 10px;
    height: 38px;
    border-bottom: 1px solid #dfdfdf;
}*/


.portlet > .portlet-title {
    background-color: #eee;
    border-radius: 4px 4px 0 0;
    padding: 10px 10px 2px 10px;
    height: 100%;
}


.portlet > .portlet-title:after,
.portlet > .portlet-title:before {
    content: "";
    display: table;
    line-height: 0;
}

.portlet > .portlet-title:after {
    clear: both;
}

.portlet > .portlet-title > .caption {
    color: #77778b;
    float: left;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-top: 1px;
    font-family: sans-serif;
}

.portlet > .portlet-title .bootstrap-switch {
    margin-top: -10px !important;
}

.portlet > .portlet-title > .caption > i {
    float: left;
    margin-top: 2px;
    display: inline-block !important;
    font-size: 13px;
    margin-right: 5px;
    color: #666;
}

.portlet > .portlet-title > .tools,
.portlet > .portlet-title > .actions
{
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    float: right;
}

.portlet > .portlet-title > .tools {
    margin-top: 0px;
}

.portlet > .portlet-title > .tools > a {
    display: inline-block;
    height: 16px;
    margin-left:5px;
}

.portlet > .portlet-title > .actions > .dropdown-menu i {
    color: #000 !important;
}

.portlet > .portlet-title > .tools > a.remove {
    margin-bottom: 2px;
    background-image:url(../img/portlet-remove-icon.png);
    background-repeat: no-repeat;
    width: 11px;
}

.portlet > .portlet-title > .tools > a.config {
    margin-bottom: 2px;
    background-image:url(../img/portlet-config-icon.png);
    background-repeat: no-repeat;
    width: 12px;
}

.portlet > .portlet-title > .tools > a.reload {
    margin-bottom: 2px;
    background-image:url(../img/portlet-reload-icon.png);
    width: 13px;
}

.portlet > .portlet-title > .tools > a.expand {
    margin-bottom: 2px;
    background-image:url(../img/portlet-expand-icon.png);
    width: 14px;
}

.portlet > .portlet-title > .tools > a.collapse {
    margin-bottom: 2px;
    background-image:url(../img/portlet-collapse-icon.png);
    width: 14px;
}

.portlet > .portlet-title > .tools > a:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity:.6;
    filter:'alpha(opacity=60)';
}

.portlet > .portlet-title > .actions > .btn-group {
    margin-top: -8px;
}

.portlet > .portlet-title > .actions > .btn {
    padding: 4px 10px;
    margin-top: -10px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn {
    padding: 4px 10px;
    margin-top: -1px;
}

.portlet > .portlet-title > .actions > .btn.btn-sm {
    padding: 3px 8px;
    margin-top: -10px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn-sm {
    padding: 3px 8px;
    margin-top: -1px;
}

.portlet > .portlet-title > .pagination.pagination-sm {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -6px;
}

.portlet > .portlet-body {
    clear: both;
    background-color: #fff;
    border-radius: 0px 0px 4px 4px;
}

/* jQuery UI Draggable Portlets */
.portlet-sortable > .portlet-title {
    cursor: move;
}

.portlet-sortable-placeholder {
    border: 2px dashed #eee;
    border-radius: 4px;
    margin-bottom: 25px;
}

.portlet-sortable-empty {
    height: 45px;
    border: 0;
    background: none;
}
#pie_chart{
    width: 100%;
    height: 300px;
}

li.raporlar ul{
    list-style:none;
    display: none !important;
    padding-left: 52px;
    font-family: sans-serif;
    padding-top: 5px;
}
li.raporlar ul a{
    color: black;
}
li.raporlar:hover ul{
    list-style:none;
    display: block !important;
    margin-left: 24px;
}

.box1 {
    height: 60px;
    min-width: 47%;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    padding: 12px 8px 0px 8px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter:none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display:inline-block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.box1 i {
    font-size: 18px;
}


.box1:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}



.box1 div {
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.pano_butonlar .box1 {
    width: 30%;
    float: left;
    display: block !important;
    min-width: inherit;
    margin-right: 3%;
    height: 130px;
    border-radius: 0px;
    line-height: 22px;
    background: #6aa5d8 !important;
    margin-bottom: 20px;
}

.box1-span {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #6aa5d8;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

.box1 .box1-span {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px !important;
    font-weight: 300;
    top: -10px;
    left: -10px;
    padding: 3px 6px 3px 6px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box2 {
    height: 60px;
    min-width: 47%;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    padding: 12px 8px 0px 8px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter:none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display:inline-block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.box2 i {
    font-size: 18px;
}

.box2:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}



.box2 div {
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.pano_butonlar .box2 {
    width: 30%;
    float: left;
    display: block !important;
    min-width: inherit;
    margin-right: 3%;
    height: 130px;
    border-radius: 0px;
    line-height: 22px;
    background: #5bc0de !important;
    margin-bottom: 20px;
}

.box2-span {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #5bc0de;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

.box2 .box2-span {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px !important;
    font-weight: 300;
    top: -10px;
    left: -10px;
    padding: 3px 6px 3px 6px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box3 {
    height: 60px;
    min-width: 47%;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    padding: 12px 8px 0px 8px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter:none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display:inline-block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.box3 i {
    font-size: 18px;
}


.box3:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}



.box3 div {
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.pano_butonlar .box3 {
    width: 30%;
    float: left;
    display: block !important;
    min-width: inherit;
    margin-right: 3%;
    height: 130px;
    border-radius: 0px;
    line-height: 22px;
    background: #c18736 !important;
    margin-bottom: 20px;
}

.box3-span {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #c18736;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

.box3 .box3-span {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px !important;
    font-weight: 300;
    top: -10px;
    left: -10px;
    padding: 3px 6px 3px 6px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}




.box4 {
    height: 60px;
    min-width: 47%;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    padding: 12px 8px 0px 8px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter:none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display:inline-block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.box4 i {
    font-size: 18px;
}


.box4:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}



.box4 div {
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.pano_butonlar .box4 {
    width: 30%;
    float: left;
    display: block !important;
    min-width: inherit;
    margin-right: 3%;
    height: 130px;
    border-radius: 0px;
    line-height: 22px;
    background: #45b6af !important;
    margin-bottom: 20px;
}

.box4-span {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #45b6af;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

.box4 .box4-span {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px !important;
    font-weight: 300;
    top: -10px;
    left: -10px;
    padding: 3px 6px 3px 6px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box5 {
    height: 60px;
    min-width: 47%;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    padding: 12px 8px 0px 8px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter:none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display:inline-block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.box5 i {
    font-size: 18px;
}

.box5:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.box5 div {
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.pano_butonlar .box5 {
    width: 30%;
    float: left;
    display: block !important;
    min-width: inherit;
    margin-right: 3%;
    height: 130px;
    border-radius: 0px;
    line-height: 22px;
    background: #66ee66 !important;
    margin-bottom: 20px;
}

.box5-span {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #3774a9;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

.box5 .box5-span {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px !important;
    font-weight: 300;
    top: -10px;
    left: -10px;
    padding: 3px 6px 3px 6px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



.box6 {
    height: 60px;
    min-width: 47%;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    padding: 12px 8px 0px 8px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter:none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display:inline-block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.box6 i {
    font-size: 18px;
}

.box6:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.box6 div {
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.pano_butonlar .box6 {
    width: 30%;
    float: left;
    display: block !important;
    min-width: inherit;
    margin-right: 3%;
    height: 130px;
    border-radius: 0px;
    line-height: 22px;
    background: #66c166 !important;
    margin-bottom: 20px;
}

.box6-span {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #66c166;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

.box6 .box6-span {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px !important;
    font-weight: 300;
    top: -10px;
    left: -10px;
    padding: 3px 6px 3px 6px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


input.knob {
    /* margin-top: 39px !important; */
    font-size: 24px !important;
}

a.btn.btn-sm.margin-top-10 {
    color: #fff;
    width: 265px;
    height: 130px
}
.col-md-6.liste {
    width: 750px;
}

i.icon-bell {

    padding-top: 2px;
}

i.fa-file-text-o {
    padding-top: 2px;
}

.arama_alt{

    margin-top: 4px;

    border-top: none;
}
.portlet-body.pano {
    /* text-align: center; */
}

.gorev_liste {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
}

.dropdown-menu.extended li p {
    border-radius: 4px 4px 0px 0px !important;
    padding: 10px;
    background-color: #eee;
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #333;
}
.yuzdelik{
    margin-top: -51%;
    float: right;
    padding-right: 114px;
    font-size: 16px;
    font-weight: 600;
    color: #6e6;
}
.performans{
    float: right;
    height: 126px;
    margin-top: -150px;
    font-size: 12px;
    width: 170px;
}
button.not_tamamla_buton{
    border: none;
    background-color: #fff;
}
.resim_duzen {

    float: right;
}

button.not_tamamla_buton:hover{
    border: none;
    background-color: #eee;
}
.ajanda_kapat{
    float: right;
    margin-right: 33px;
    margin-top: -56px;
    width: 50px;
}
.ajanda_durum{

    text-transform: uppercase;

    width: 559px;
}

.ajanda_durum b{
    text-transform: initial;
    font-weight: 300;
    font-size: 12px;
}
.resim_yukle{float: right;margin-top: 3%;/* margin-right: 100px; */}
.gorev_adi{

    font-family: sans-serif;

    text-transform: uppercase;
}
.kaydet_buton{

}
.yuklu_resim{
    width: 200px;
    height: 200px !important;
    margin-top: -13px;
}
.kullanici_ozet{
    /* margin-bottom: 49px; */
    /* float: left; */
    /* margin-left: 100px; */
    /* margin-right: 100px; */
    text-align: center;
}
.ozet_label{
    /* padding-top: 50px; */
    margin-left: -15px;
}
.kapanma_bilgi{
    float: right;
    margin-right: 56px;
    margin-top: -56px;
    width: 50px;
}

.ajanda_kapat {}
p.ajanda_tarih{

    float: right;

    margin-top: -5%;
}
.gacan_sil{
    float: right;
    margin-top: -56px;
    margin-right: 23px;
}
.ajanda_sil{float: right;margin-top: -56px;margin-right: 35px;}
.ajanda_tamamla{

    float: right;

    margin-top: -2%;
}
.yorum_sil{

    float: right;

    margin-right: -39px;
}
.zorunlu{
    color: red;
}
.pano{/* width: 653px; *//* padding: 0px  26px  9px 29px; */}

.performansisim{

    font-size: 13px;
}
.performansyazi {/* text-align: center; *//* width: 209px; */padding: 4px 0 4px 0;/* padding-right: 47px; */}
a.degerlendirme_sonuc {
    float: right;
    /* margin-top: 31px; */
    /* margin-left: 646px; */
    /* background-color: #6e6; */
    /* color: #fff; */
}
.dropdown-menu.extended li:first-child a {
    border-top: none;
    border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown-menu.extended li a {
    display: block;
    padding: 5px 10px !important;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: normal !important;
}

.dropdown-menu.extended li i {
    margin-right: 3px;
}

a.btn.btn-success.btn-xs.tumu {
    float: right;
    margin-top: -17px;
}

.page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px 0px 0px 0px;
}

.page-sidebar-menu .sub-menu {
    padding: 0;
}


@media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
}

.gorev_detay .head {
    min-width: 180px;
    display: inline-block;
}

.gorev_detay .portlet-body dl dt {margin-bottom: 10px}
.gorev_detay .portlet-body dl dt:first-child {margin-bottom: 20px}
.donem {
    top: 11px;
}

.myPager {
    display:inline-block ;
    width:24px;
    height:24px;
    background: #285e8e;
    margin:3px;
    text-align: center;
    color:#FFF;
}

.myPager:hover {
    color:#EAEAEA;
}