/* Genel */
html {
    height: 100%;
    width: 100%;
}

body {
    background: #0083b7;
    background-image: url('/resources/img/tsat.png');
    font: 400 14px/1.6 'Roboto Condensed', Verdana, Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
    body {
        background: #0083b7;
        background-image: url('/resources/img/tsat.png');
    }
}

h1,
h2 {
    margin-top: 0;
    font-family: Roboto Condensed;
    font-weight: 300;
    font-size: 20px;
}

h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: Roboto Condensed;
    font-weight: 300;
    font-size: 16px;
}

p {
    font-size: 14px;
    line-height: 150%;
    color: #444;
    font-weight: 300;
}

p.center {
    text-align: center;
    font-size: 14px;
    line-height: 135%;
    color: #444;
    font-weight: 300;
}

li.center {
    padding: .6em;
    margin: 1em 0;
}

.portal-label{
    color: #0083b7;
    font-size: 2em;
    font-weight: 500;
    position: absolute;
    left: 18%;
    top: 12px;
    z-index: 10;
}


/* Logo (menü) */
.moganlogo img {
    width: 176px;
    height: 58px;
    margin-top: 1px;
}

/* Tüm imajlar responsive */
img {
    max-width: 100% !important;
}

/* Span stili */
.portlet span {
    font-size: 14px;
    color: #009BDA;
}

/* Row için yükseklik ortalama */
.vc {
    height:44vh;
    width: 25%;
    display:table-cell;
    vertical-align:middle;
    text-align: center;
}

/* Grupsuz 'label' font boyutu fix */
.col-sm-3, .col-md-3 label, a {
    font-size: 14px !important;
}

/* Row alanı için arkaplan tanımlaması */
.row-arkaplan {
    padding-top: 8px;
    background-color: #ddd;
    border-radius: 8px;
    background-image: url("../img/pattern.png");
}

/* Animate.CSS eklentisi */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* Duyuru - Bootstrap List Grup */
.list-group .list-group-item i {
    color: #009bda;
}

.list-group .list-group-item.active {
    background-color: #14b7a3 !important;
    border-color: #14b7a3 !important;
}

.list-group .list-group-item.active i {
    color: #fff;
}

.list-group .list-group-item .list-group-chevron {
    float: right !important;
    margin-top: -19px;
    color: #14b7a3;
}

.tarih-alani {
    position: absolute;
    font-size: 16px;
    max-width: 38px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right bottom;
    float: left line-height : 1.4 em;
    text-transform: uppercase;
    opacity: 0.7;
}

.tarih {
    font-weight: 300;
    line-height: 0.6em;
    font-size: 28px;
    display: block;
}

.duyuru {
    padding-left: 48px;
    padding-top: 8px;
    height: 32px;
    width: 300px;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Form */
.widget {
    position: relative;
    background: #fff;
    color: #424a55;
    margin-bottom: 20px;
}

.widget-header,
.widget-content {
    display: block;
    width: 100%;
    clear: both;
}

.widget-footer {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
}

.widget-header.transparent {
    background: transparent;
    border: none;
}

.widget-header.centered {
    text-align: center;
}

.widget-content {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.widget-content.padding {
    padding: 15px;
}

.widget-content.padding-sm {
    padding: 10px;
}

.widget-content.padding-xs {
    padding: 1%;
}

.widget:before,
.widget:after {
    display: table;
    content: " ";
}

.widget:after {
    clear: both;
}

.widget .widget-header {
    height: 43px;
    display: block;
}

.widget .widget-header h2 {
    padding: 4px 13px 4px 13px;
    margin: 0px;
    font-weight: 400;
    font-size: 24px;
    display: block;
    color: #009bda;
}

.widget .widget-header h2.no-style {
    padding: 0px;
    margin: 20px 0px 10px 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    border-bottom: none;
}

.widget .nav-tabs > li > a {
    border: none;
    margin-right: 6px;
    background: #becfcd;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #687f7c;
    font-size: 17px;
}

.widget .nav-tabs > li > a i {
    color: #687f7c;
}

.widget .tab-content {
    padding-top: 8px;
    font-size: 13px;
}

.widget .nav-tabs > li.active > a,
.widget .nav-tabs > li.active > a:hover,
.widget .nav-tabs > li.active > a:focus {
    cursor: default;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background-color: #009bda;
    color: #fff;
}

.widget .nav-tabs > li.active > a i,
.widget .nav-tabs > li.active > a:hover i,
.widget .nav-tabs > li.active > a:focus i {
    color: #fff;
}

.widget .nav-tabs.nav-simple li a {
    background: none;
}

.widget .nav-tabs.nav-simple > li.active > a,
.widget .nav-tabs.nav-simple > li.active > a:hover,
.widget .nav-tabs.nav-simple > li.active > a:focus {
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    background: none;
    color: #555;
}

.widget .nav-tabs.nav-simple > li.active > a i,
.widget .nav-tabs.nav-simple > li.active > a:hover i,
.widget .nav-tabs.nav-simple > li.active > a:focus i {
    color: #555;
}

.widget.full h2 {
    padding: 15px;
    margin: 5px 0px 20px 0px;
}

.user-profile-content {
    margin: 30px 15px;
}

/* Avatar */
.img-circle {
    width: 60px !important;
    height: 60px !important;
    border: 4px double rgba(20, 183, 163, 0.9) !important;
}

.navbar {
    position: relative;
    z-index: 501;
    min-height: 60px;
    margin-bottom: 0;
    background-color: #222222;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: -3px 10px 26px -11px rgba(0,0,0,0.55);
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
    background-color: #EEEEEE;
}

.navbar .navbar-text {
    color: #999999;
}

.navbar .navbar-nav > li > a {
    color: #999999;
    font-size: 13px;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:hover,
.navbar .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar .navbar-toggle {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 10px;
    color: #666;
    font-size: 18px;
    border-color: none;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: #333333;
}

.navbar .navbar-collapse {
    background-color: #FFF;
}

.container {
    background-color: #FFF;
    /*
    border-bottom-style: solid;
    border-bottom-color: #009bda;
    border-bottom-width: 1px;*/
}

.navbar .navbar-form {
    border-color: #101010;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar .navbar-link {
    color: #999999;
}

.navbar .navbar-link:hover {
    color: #ffffff;
}

.navbar-brand {
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-brand-image {
    padding: 0;
}

.navbar .navbar-nav > .navbar-profile > a {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
}

.navbar-profile-avatar {
    position: relative;
    top: -1px;
    width: 30px;
    margin-right: .65em;
    border: 2px solid #6f6f6f;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.navbar-profile-label {
    display: inline;
    font-size: 13px;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar {
        height: 60px;
    }

    .navbar .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-profile-label {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav .dropdown-menu:before {
        content: '';
        position: relative;
        z-index: 10601;
        display: none;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        position: absolute;
        top: -6px;
        left: 14px;
    }
    .navbar-nav.navbar-right .dropdown-menu:before {
        left: auto;
        right: 12px;
    }
}

/* Ana Menü İçin Alan Tanımlaması */
.container {
    padding-right: 30px;
    padding-left: 30px;
}

@media (min-width: 768px) {
    .container {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

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

/* Mogan - Tema */

/* skin-mogan navbar */
.skin-mogan .navbar {
    background-color: #424a55;
}

.skin-mogan .navbar .nav a {
    color: rgb(29, 142, 196, 0.8);
}

.skin-mogan .navbar .nav > li > a:hover,
.skin-mogan .navbar .nav > li > a:active,
.skin-mogan .navbar .nav > li > a:focus,
.skin-mogan .navbar .nav .open > a,
.skin-mogan .navbar .nav .open > a:hover,
.skin-mogan .navbar .nav .open > a:focus {
    background: none;
    color: rgb(29, 142, 196);
}

.skin-mogan .navbar .navbar-left {
    margin-left: 10px;
}

.skin-mogan .navbar .navbar-right > .nav {
    margin-right: 10px;
}

.skin-mogan .navbar .sidebar-toggle .icon-bar {
    background: rgba(255, 255, 255, 0.8);
}

.skin-mogan .navbar .sidebar-toggle:hover .icon-bar {
    background: #f6f6f6 !important;
}

.skin-mogan .right-side > .content-header {
    background: #fbfbfb;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.skin-mogan .sidebar {
    border-bottom: 1px solid #fff;
}

.skin-mogan .sidebar > .sidebar-menu > li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dbdbdb;
}

.skin-mogan .sidebar > .sidebar-menu > li:first-of-type {
    border-top: 1px solid #dbdbdb;
}

.skin-mogan .sidebar > .sidebar-menu > li:first-of-type > a {
    border-top: 1px solid #fff;
}

.skin-mogan .sidebar > .sidebar-menu > li > a {
    margin-right: 1px;
}

.skin-mogan .sidebar > .sidebar-menu > li > a:hover,
.skin-mogan .sidebar > .sidebar-menu > li.active > a {
    color: #fff;
    background: #009bda;
    font-weight: 600;
    border-left: 0px solid rgba(0, 0, 0, 0.3);
}

.skin-mogan .sidebar > .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #dedede;
}

.skin-mogan .left-side {
    background: #fff;
    -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
    box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
}

.skin-mogan .sidebar a {
    color: #555555;
}

.skin-mogan .sidebar a:hover {
    text-decoration: none;
}

.skin-mogan .treeview-menu > li > a {
    color: #777;
}

.skin-mogan .treeview-menu > li.active > a,
.skin-mogan .treeview-menu > li > a:hover {
    color: #111;
}

.skin-mogan .sidebar-form {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #dedede;
    margin: 10px 10px;
}

.skin-mogan .sidebar-form input[type="text"],
.skin-mogan .sidebar-form .btn {
    box-shadow: none;
    background-color: #fff;
    border: 0px solid #fafafa;
    height: 35px;
}

.skin-mogan .sidebar-form input[type="text"] {
    color: #666;
    -webkit-border-top-left-radius: 8px !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 8px !important;
    -moz-border-radius-topleft: 8px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -moz-border-radius-bottomleft: 8px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 8px !important;
}

.skin-mogan .sidebar-form input[type="text"]:focus,
.skin-mogan .sidebar-form input[type="text"]:focus + .input-group-btn .btn,
.skin-mogan .sidebar-form input[type="text"]:focus + .input-group-addon .btn {
    background-color: #e5e5e5;
    color: #666;
}

.skin-mogan .sidebar-form input[type="text"]:focus + .input-group-btn .btn,
.skin-mogan .sidebar-form input[type="text"]:focus + .input-group-addon .btn {
    border-left-color: #e5e5e5;
}

.skin-mogan .sidebar-form .btn {
    color: #009bda;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 8px !important;
    -webkit-border-bottom-right-radius: 8px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 8px !important;
    -moz-border-radius-bottomright: 8px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 0px !important;
}

/* Dropdown Menü */
.btn-primary .caret,
.btn-secondary .caret {
    border-top-color: #fff;
}

.dropup .btn-primary .caret,
.dropup .btn-secondary .caret {
    border-bottom-color: #fff;
}

.dropdown-menu {
    min-width: 185px;
}

.dropdown-menu > li {
    margin-right: .5em;
    margin-left: .5em;
}

.dropdown-menu > li > a {
    padding: 6px 7px;
    font-size: 13px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: table;
    width: 100%;
    color: dimgrey !important
}

.dropdown-header {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: table;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    color: #009bda;

}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff !important;
    background-color: #009bda;
}

/* İPTAL
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #68C39F !important;
}
.dropdown-menu > li > a.active  {
    color: #fff !important;
    background-color: #68C39F !important;
}
*/

.navbar-nav > .user-menu > .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top-width: 0;
    width: 260px;
}

.navbar-nav > .user-menu > .dropdown-menu:after {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 160px;
    padding: 10px;
    background: #009bda;
    text-align: center;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 8px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.9);
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    text-shadow: 1px 1px 1px #333333;
    margin-top: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
    display: block;
    font-size: 12px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
    display: table;
    content: " ";
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
    clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
    color: #0073b7;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
    display: table;
    content: " ";
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
    clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
    color: #666666;
}

@media (max-width: 768px) {
    .dropdown-header {
        color: #009bda;
        font-size: 14px;
    }

    .dropdown-menu > li > a {
        color: #000;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding-left: 40px;
    }

    .dropdown-menu .divider {
        background-color: #1abf9f;
    }
}

.divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
}
/* Yönetim Paneli Menü Fa-Spin > Stop */
.fa-spin:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

/* Menünün Hover ile Kendiliğinden Açılması */
.dropdown:hover .dropdown-menu {
    display:block
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    display: none;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}


.navbar .dropdown-submenu > .dropdown-menu,
.mainnav .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-top: -6px;
    margin-left: 20px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dropdown-submenu:hover > .dropdown-menu:before,
.dropdown-submenu:hover > .dropdown-menu:after {
    display: none;
}

@media (min-width: 768px) {
    .navbar .dropdown-submenu > .dropdown-menu,
    .mainnav .dropdown-submenu > .dropdown-menu {
        display: none;
        margin-left: -1px;
    }

    .navbar .dropdown-submenu:hover > .dropdown-menu,
    .mainnav .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        content: " ";
        display: block;
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -5px;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #424a55;
    }
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

/* Yazı Alanları */
textarea,
input[type="text"],
input[type="password"] {
    -webkit-border-top-left-radius: 6px !important;
    -webkit-border-top-right-radius: 6px !important;
    -webkit-border-bottom-right-radius: 6px !important;
    -webkit-border-bottom-left-radius: 6px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 6px !important;
    -moz-border-radius-bottomright: 6px !important;
    -moz-border-radius-bottomleft: 6px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

#tarih-alani [type="text"] {
    -webkit-border-top-left-radius: 6px !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 6px !important;
    -moz-border-radius-topleft: 6px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -moz-border-radius-bottomleft: 6px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 6px !important;
}

input[type="date"],
input[type="number"],
input[type="search"] {
    -webkit-border-top-left-radius: 6px !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 6px !important;
    -moz-border-radius-topleft: 6px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -moz-border-radius-bottomleft: 6px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 6px !important;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="search"]:focus {
    background: #f1f1f1;
    border-color: #eee;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

/* İçeriğin Ortalanması - Aside Class */
.center-side {
    min-height: 100%;
    display: block;
}

.center-side {
    background-color: #009bda;
}

.center-side > .content-header {
    position: relative;
    padding: 15px 15px 10px 20px;
}

.center-side > .content-header > h1 {
    margin: 0;
    font-size: 24px;
}

.center-side > .content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}


/* !!! */
.moganbutonbaralti {
    width: 100%;
    padding: 24px 0;
    background: #009bda;
    border-bottom: 10px solid #fff;
    text-align: center;
}

/* Ana Menü - Büyük Butonlar */
.moganbutonbar {
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.moganbutonbar .moganbutonbar-nav {
    text-align: left;
}

.moganbutonbar .moganbutonbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    margin-right: 4px;
}

.moganbutonbar .moganbutonbar-nav > li > a > i {
    width: 30px
}

/* Disabled vurgulama */
.moganbutonbar .moganbutonbar-nav > .disabled {
    opacity: 0.4
}

.moganbutonbar .moganbutonbar-nav > li > a:hover,
.moganbutonbar .moganbutonbar-nav > li > a:focus {
    color: #fff;
}

.moganbutonbar .moganbutonbar-nav > .open > a,
.moganbutonbar .moganbutonbar-nav > .open > a:hover,
.moganbutonbar .moganbutonbar-nav > .open > a:focus {
    color: #fff;
    background: #0080b4;
    border-color: #0080b4;
}

.moganbutonbar .moganbutonbar-toggle {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    background: transparent;
}

@media (min-width: 768px) {
    .moganbutonbar {
        height: 88px;
        padding: 0;
    }

    .moganbutonbar .moganbutonbar-nav {
        float: none;
        margin-top: 10px;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .moganbutonbar .moganbutonbar-nav > li {
        margin-right: 1px;
    }

    .moganbutonbar .moganbutonbar-nav > li > a {
        font-size: 24px;
        font-weight: 300;
        text-align: center;
        text-shadow: 1px 1px 2px #21578a;
        width: 44px;
        max-width: 44px;
        height: 44px;
        padding: 8px 8px;
    }

    .moganbutonbar .moganbutonbar-nav > li > a > i {
        display: block;
        font-size: 24px;
        color: #fff;
    }

    .moganbutonbar .moganbutonbar-nav > li > a:hover,
    .moganbutonbar .moganbutonbar-nav > li > a:focus {
        background: #0080b4;
    }

    .moganbutonbar .moganbutonbar-nav > .active > a,
    .moganbutonbar .moganbutonbar-nav > .active > a:hover,
    .moganbutonbar .moganbutonbar-nav > .active > a:focus {
        color: #fff;
        background: #0080b4;
        border-color: transparent;
    }

    .moganbutonbar .moganbutonbar-nav > .active > a::after,
    .moganbutonbar .moganbutonbar-nav > .active > a:hover::after,
    .moganbutonbar .moganbutonbar-nav > .active > a:focus::after {
        content: '';
        display: inline-block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-top-color: #0080b4;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
    }

    .moganbutonbar .moganbutonbar-toggle {
        display: none;
    }

    .moganbutonbar .moganbutonbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .moganbutonbar .moganbutonbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .moganbutonbar .moganbutonbar-collapse.in {
        overflow-y: visible;
    }

}

@media (min-width: 992px) {
    .moganbutonbar {
        height: 88px;
    }

    .moganbutonbar .moganbutonbar-nav > li {
        margin-right: 1px;
    }

    .moganbutonbar .moganbutonbar-nav > li > a {
        padding: 8px 8px;
        font-size: 14px;
        font-weight: 300
    }

    .moganbutonbar .moganbutonbar-nav > li > a > i {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .moganbutonbar .dropdown-menu > li > a:hover,
    .moganbutonbar .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #0080b4;
    }
}


/* noticebar */
@media (min-width: 768px) {
    .navbar .noticebar > li > a {
        max-height: 60px;
        color: #3c3c3c;
        font-size: 19px;
    }
    .navbar .noticebar > li > a:hover {
        color: #555555;
    }
    .navbar .noticebar > li > a .badge {
        position: absolute;
        top: 6px;
        right: 3px;
        border-top-right-radius: 100px;
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }
    .navbar .noticebar > .open > a:after {
        content: '';
        position: relative;
        z-index: 1001;
        display: inline-block;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        position: absolute;
        bottom: -2px;
        left: 50%;
        margin-left: -8px;
    }
}
.noticebar-empty {
    padding: 25px 35px !important;
    text-align: center;
}
.noticebar-empty-title {
    color: #e74c3c;
}
.noticebar-empty-text {
    color: #777;
}
.noticebar-menu-view-all {
    text-align: center;
}
.noticebar-menu {
    width: 200px;
}
.noticebar-menu .nav-header {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
}
.noticebar-menu .nav-header a {
    font-weight: 400;
}
.noticebar-menu > li {
    display: table;
    width: 100%;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px dotted #ccc;
}
.noticebar-menu > li:last-child {
    border-bottom: none;
}
.noticebar-menu > li > a {
    padding: 8px 12px;
    font-size: 12px;
    white-space: normal;
}
.noticebar-menu > li > a:hover {
    color: #444;
    background: #eee;
}
.noticebar-menu:before,
.noticebar-menu:after {
    display: none;
}
.navbar-visible-collapsed {
    display: inline;
}
@media (max-width: 768px) {
    .noticebar-menu {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .navbar-visible-collapsed {
        display: none;
    }
}
.noticebar-item-image,
.noticebar-item-body {
    display: table-cell;
    vertical-align: middle;
}
.noticebar-item-image {
    width: 36px;
    font-size: 30px;
    text-align: center;
}
.noticebar-item-body {
    padding-left: 20px;
}
.noticebar-item-title {
    display: block;
}


/* İçerik */
.content {
    position: relative;
    width: 100%;
    padding-top: 20px;
    background: #fff;
}

.content::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    height: 160px;
    margin-top: -15px;
    margin-right: -25px;
    margin-left: -25px;
    background-image: -webkit-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffffffff', GradientType=0);
}

.content .breadcrumb {
    padding: 4px 0;
    margin-bottom: 0;
    background: none;
}

.content .breadcrumb > li {
    font-size: 15px;
}

.content-container {
    position: relative;
    z-index: 101;
}

.content-header {
    padding-bottom: .5em;
    margin-bottom: 2.5em;
    border-bottom: 1px dotted #CCC;
}

.content-header-title {
    margin-top: 0;
    color: #009BDA;
    font-size: 24px;
}

.content-header-subtitle {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
}

.row-spacer {
    height: 40px;
}

@media (min-width: 768px) {
    .content {
        min-height: 750px;
        padding: 0;
        margin-top: -32px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

    .content::before {
        margin: 0;
        border: none;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    .content-container {
        padding: 30px 25px 40px 25px;
    }

    .content-header-title {
        font-size: 28px;
    }
}

/* Formlar */
.form .row,
.form-horizontal .row {
    margin-bottom: 0 !important;
}

.help-block {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
}

/* Validasyon Form */
.form-group {
    position: relative;
    font-size: 14px;
}

.form-group .parsley-success .parsley-error-list {
    display: none !important;
}

.form-group .parsley-error-list {
    position: relative;
    display: inline-block !important;
    padding: 2px 10px;
    margin: 0;
    list-style: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #b94a48;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

.form-group .parsley-error-list::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #B94A48;
    position: absolute;
    top: -6px;
    left: 3px;
}

.form-horizontal .form-group span.error {
    margin-left: 1.5em;
    margin-left: 15px;
}

.row {
    font-size: 12px !important;
}

.row-spacer {
    height: 12px;
}


/* Form Alanlarının Boyutlandırılması */
.form-control {
    font-size: 13px !important;
    height: 30px;
    font-weight: 300
}


/* Tablo */
.table-bordered tr {
    font-size: 14px;
}

.table-bordered thead tr,
.table-bordered tfoot tr {
    background-color: #f3f3f3;
}

.table-bordered thead tr th,
.table-bordered tfoot tr th {
    color: #444;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    background-color: transparent;
    border-bottom-width: 1px;
    vertical-align: middle;
}

.table-bordered.table-highlight {
    border-top-color: #111;
    text-align: center;
}

.table-bordered.table-highlight thead tr:first-child {
    background-color: #53626F;
}

.table-bordered.table-highlight thead tr:first-child th {
    color: #fff;
    font-weight: 400;
    border: 1px solid #2c2c2c;
}

/* Tablo - Sabit Kolon için (Checkbox, Radio, vb.) */
table .sabit-kolon {
    width: 40px;
    text-align:center;
    vertical-align:middle
}
table .dar-td {
    width: 220px;
    max-width: 140px;
    white-space: nowrap;
    word-wrap:break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Tablo - Kolon Font Boyutu */
table td {
    font-size:13px;
    text-align:left
}

/* Tablo - Hover renk */
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #e5e5e5
}


/* Wizard Form */
.easyWizardSteps {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background: #53626F;
}

.easyWizardSteps li {
    font-size: 18px;
    font-family: 'Roboto Condensed';
    display: inline-block;
    padding: 10px 20px;
    color: #eee;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 0px;
}

.easyWizardSteps li:last-child {
    border-right: 0px;
}

.easyWizardSteps li span {
    font-size: 15px;
    padding: 3px 9px;
    border-radius: 50%;
    margin-top: -5px;
    color: #eee;
    font-weight: 700;
    margin-right: 5px;
    border: 2px solid #eee;
}

.easyWizardSteps li.current span {
    border: 2px solid #fff;
    color: #fff;
}

.easyWizardSteps li.current {
    color: #fff;
    background: #009bda;
}

.easyWizardButtons {
    overflow: hidden;
    padding: 10px;
}

.easyWizardButtons button,
.easyWizardButtons .submit {
    cursor: pointer;
}

.easyWizardButtons .prev {
    float: left;
}

.easyWizardButtons .next,
.easyWizardButtons .submit {
    float: right;
}

.notes {
    padding: 20px;
}

/* Footer */
.footer {
    padding: 6px 0 10px 0;
    margin-top: 2em;
    font-size: 12px;
    background: #e6e6e6;
    border-top: 1px solid #cdcdcd;
    -webkit-box-shadow: inset 1px 1px 1px #ffffff;
    -moz-box-shadow: inset 1px 1px 1px #ffffff;
    box-shadow: inset 1px 1px 1px #ffffff;
}

.footer .row > div {
    padding-bottom: 0.5em;
}

.footer hr {
    border-top-color: #d2d2d2;
}

footer .footer-versiyon {
    color: #53626F;
    padding: 0 18px;
}

footer .footer-versiyon strong {
    color: #009bda;
}

@media (min-width: 768px) {
    .footer {
        padding-bottom: 10px;
        margin-top: 0.5em;
        background: transparent;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

/* Portlet */
.portlet {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
}

.portlet .portlet-header {
    position: relative;
    padding: 4px 20px;
    background-color: #009bda;
    border-bottom: 1px solid #D5D5D5;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-background-clip: padding-box;
}

.portlet .portlet-header:before,
.portlet .portlet-header:after {
    content: " ";
    display: table;
}

.portlet .portlet-header:after {
    clear: both;
}

.portlet .portlet-header button {
    margin-top: 7px
}

.portlet .portlet-header h1,
.portlet .portlet-header h2,
.portlet .portlet-header h3,
.portlet .portlet-header h4,
.portlet .portlet-header h5,
.portlet .portlet-header h6 {
    float: left;
    padding: 8px 0;
    margin: 0 1em 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.portlet .portlet-header h1 i,
.portlet .portlet-header h2 i,
.portlet .portlet-header h3 i,
.portlet .portlet-header h4 i,
.portlet .portlet-header h5 i,
.portlet .portlet-header h6 i {
    display: inline-block;
    margin-top: -3px;
    margin-right: 12px;
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
}

.portlet .portlet-tools {
    float: left;
    display: inline-block;
    padding: 0;
    margin: 5px 0 0 0;
}

.portlet .portlet-tools > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style: none;
}

.portlet .portlet-tools .btn-icon {
    margin-top: -2px;
    color: #555;
    font-size: 16px;
}

.portlet .portlet-tools .btn-icon:hover {
    text-decoration: none;
    background-color: #fff;
}

.portlet .portlet-tools .btn-icon .caret {
    margin-top: -3px;
}

.portlet .portlet-tools .dropdown-menu {
    left: auto;
    right: 0;
}

.portlet .portlet-tools .btn.btn-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0;
}

.portlet .portlet-tools .form-control.input-sm {
    display: inline-block;
    width: 125px;
    height: 26px;
}

.portlet .portlet-tools .progress {
    margin-top: 0;
    margin-bottom: 0;
    width: 125px;
}

.portlet .portlet-tools .nav-tabs,
.portlet .portlet-tools .nav-pills {
    margin-bottom: 0;
}

.portlet .portlet-tools .nav-pills > li > a {
    padding: 2px 9px;
    font-size: 12px;
    /*font-weight: 600;*/
}

.portlet .portlet-tools .nav-pills > li.active > a,
.portlet .portlet-tools .nav-pills > li.active > a:hover,
.portlet .portlet-tools .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #555;
}

.portlet .portlet-toolbar {
    padding: 10px 15px;
    background-image: -webkit-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
    background-image: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffebebeb', GradientType=0);
    border: 1px solid #d5d5d5;
}

.portlet .portlet-toolbar:before,
.portlet .portlet-toolbar:after {
    content: " ";
    display: table;
}

.portlet .portlet-toolbar:after {
    clear: both;
}

.portlet .portlet-header + .portlet-content,
.portlet .portlet-toolbar + .portlet-content {
    margin-top: 1px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.portlet .portlet-header + .portlet-toolbar {
    margin-top: 1px;
}

.portlet .portlet-content + .portlet-toolbar {
    margin-top: 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.portlet .toolbar-bottom .portlet-content {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.portlet.portlet-nopad .portlet-content {
    padding: 0;
}

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

.portlet .portlet-content:after {
    clear: both;
}

.portlet.portlet-plain {
    background: transparent;
    border: none;
}

.portlet.portlet-plain .portlet-header {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 0;
    background: #fff;
    filter: none;
    border: none;
    border-bottom: 1px dotted #ccc;
}

.portlet.portlet-plain .portlet-header h3 {
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 22px;
}

.portlet.portlet-plain .portlet-header i {
    font-size: 20px;
}

.portlet.portlet-plain .portlet-content {
    padding-right: 0;
    padding-left: 0;
    background: transparent;
    border: none;
}

.portlet {
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

.portlet-content {
    padding: 22px 15px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

.portlet-footer {
    padding: 15px;
}

.portlet-table .portlet-content {
    padding: 0;
}

.portlet-table .portlet-content .table-bordered {
    margin-bottom: 0;
    border: none;
}

.portlet-table .portlet-content .table-bordered thead > tr > th:first-child,
.portlet-table .portlet-content .table-bordered tbody > tr > td:first-child {
    border-left: none;
}

.portlet-table .portlet-content .table-bordered thead > tr > th:last-child,
.portlet-table .portlet-content .table-bordered tbody > tr > td:last-child {
    border-right: none;
}

/* Font Awesome */
.fontawesome-icon-list {
    margin-top: 3em;
    margin-bottom: 3em;
}

.fontawesome-icon-list > div {
    margin-bottom: 3em;
    text-align: center;
}

.fontawesome-icon-list > div a {
    display: block;
    color: #777;
    white-space: nowrap;
    font-size: 14px;
}

.fontawesome-icon-list > div a:hover {
    color: #d74b4b;
    text-decoration: none;
}

.fontawesome-icon-list > div i {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
}

.fa.big {
    font-size: 48px;
    margin-top: 10px
}

/* Login Ekranı */
#moganlogin-bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#moganlogin-bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

/* Flags */
#moganlogin-bg2 .trFlag {
    position: fixed;
    top: 0;
    right: 30px;
}

#moganlogin-bg2 .enFlag {
    position: fixed;
    top: 0;
    right: 3px;
}

.moganlogin-wrapper {
    position: relative;
    width: 90%;
    padding: 15px 0;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;

    /* bulduğum diğer örnek:
    /*
    min-height: 100%;  /* Fallback for vh unit
    min-height: 100vh; /* You might also want to use
                        'height' property instead.

                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.

                        In this case the parent of '.vertical-center'
                        is the <body> element */

    /* Make it a flex container
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /* Align the bootstrap's container vertically
    -webkit-box-align : center;
    -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;


         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
    -webkit-justify-content : center;
          justify-content : center;

    */

    /* sayfa ortalaması şimdilik iptal - Firefox sorunlu:
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    */
}

.moganlogin-wrapper .row > div {
    margin-bottom: 1em;
}

.moganlogin-body .btn-lg {
    background-color: #009bda !important;
    border: #009bda
}

.moganlogin-body .btn-lg:hover {
    background-color: #21578A !important;
    border: #21578A
}

.browser-hata h1 i {
    margin-top: 10px;
    font-size: 60px;
    color: #252932;
}
.browser-hata h1 {
    font-size: 26px;
    line-height: 50px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}


/* Logo (giriş ekranı) */
.moganlogin-logo {
    position: relative;
    margin: 0 auto;
    z-index: 100;
    width: 123px;
    height: 27px;
}

.moganlogin-body .header {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #53626F;
    padding: 20px 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}

.moganlogin-form {
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: left;
}

.moganlogin-form .form-control {
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 1.25em;
}

.moganlogin-body {
    position: relative;
    padding: 35px 30px 10px;
    margin-bottom: 1em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
}

.moganlogin-footer {
    padding: 0 25px;
    margin-top: 1.5em;
}

@media (min-width: 768px) {
    .moganlogin-wrapper {
        width: 450px;
        padding: 30px 0;
    }

    .moganlogin-wrapper .row > div {
        margin-bottom: 0;
    }

    .moganlogin-body .moganlogin-form {
        padding: 0 25px;
        text-align: left;
    }
}

/* DatePicker eklenti ayarları */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #e74c3c;
    background-image: none;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #e74c3c;
    background-image: none;
}

.datepicker-inline {
    border: 1px solid #c0c0c0;
    width: 215px;
}

.datepicker-dropdown:before,
.datepicker-dropdown:after {
    display: none;
}

.ui-datepicker .input-group-addon {
    cursor: pointer;
}

.ui-datepicker .input-group-btn {
    cursor: pointer !important;
}

/* Chrome datepicker iptali */
input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

/* Timepicker ayar */
.bootstrap-timepicker > .fa-clock-o {
    position: absolute;
    top: 10px;
    right: 10px;
}

.bootstrap-timepicker {
    position: relative;
}

.bootstrap-timepicker-widget.dropdown-menu {
    max-width: 215px;
}

.bootstrap-timepicker-widget.modal {
    margin: 0;
    width: auto;
}

.bootstrap-timepicker-widget.modal .modal-dialog {
    width: 280px;
}

.bootstrap-timepicker-widget.modal .modal-body {
    padding: 0;
}

.bootstrap-timepicker-widget.modal .modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
}

.bootstrap-timepicker-widget .modal-content {
    padding: 0;
}

.bootstrap-timepicker .input-group-addon {
    cursor: pointer;
}

.bootstrap-timepicker-widget table td input {
    width: 42px;
}

/* iCheck ayar */
.icheckbox_minimal-blue,
.iradio_minimal-blue {
    display: inline-block;
}

.form-group .icheckbox_minimal-blue,
.form-group .iradio_minimal-blue {
    display: inline-block;
    top: 4px;
    margin-right: .5em;
    margin-left: -20px;
}

/* geçici olarak iptal
.checkbox-inline,
.radio-inline {
  margin-right: 20px;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
*/

/* Form butonu için */
.btn-primary {
    color: #fff !important;
    border-color: #53626F !important;
    background-color: #53626F !important;
}

.btn-primary.circle {
    position: relative;
    margin: 0 auto 6px;
    width: 70px;
    height: 70px;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}

.btn-primary.circle.green {
    color: #fff !important;
    border-color: #5ab868 !important;
    background-color: #5ab868 !important
}

.btn-primary.circle.red {
    color: #fff !important;
    border-color: #ff0000 !important;
    background-color: #ff0000 !important
}

.btn-primary:hover,
.btn-primary.circle.green:hover,
.btn-primary.circle.red:hover {
    color: #fff !important;
    border-color: #009bda !important;
    background-color: #009bda !important
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.circle.green:focus,
.btn-primary.circle.green:active,
.btn-primary.circle.red:focus,
.btn-primary.circle.red:active {
    color: #fff !important;
    border-color: #21578A !important;
    background-color: #21578A !important
}

.input-group-addon {
    color: #fff;
    border-color: #53626F;
    background-color: #53626F
}

.input-group-addon:hover {
    color: #fff;
    border-color: #009bda;
    background-color: #009bda
}

.input-group-addon:focus,
.input-group-addon:active {
    color: #fff;
    border-color: #21578A;
    background-color: #21578A
}

/* Tablar */
.tab-content {
    margin-top: -48px !important;
}
.tab-content.stacked-content > .tab-pane {
    padding-top: 0;
}

.nav-tabs,
.nav-pills {
    /*margin-bottom: 3.5em;*/
}

.nav-tabs .caret,
.nav-pills .caret,
.nav-tabs a:hover .caret,
.nav-pills a:hover .caret {
    border-top-color: #444;
    border-bottom-color: #444;
}

.nav-pills.nav-stacked > li {
    margin-right: 0;
    margin-bottom: .5em;
}

.nav-pills.nav-stacked > li > a {
    padding: 10px 15px;
    background-color: #0083b7;
}

.nav-pills > li {
    margin-right: 6px;
}

.nav-pills > li > a {
    padding: 5px 12px;
    color: #fff;
    /*font-weight: bold;*/
    background-color: #0083b7;}

.nav-pills > li > a:hover {
    background-color: #0d5886;
}



.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0d5886;
}

.nav-pills > li.active .caret,
.nav-pills > li.active a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    background-color: #0d5886;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #009bda;
    /*font-weight: 400;*/
    font-size: 14px;

}

.nav-tabs > li > a {
    color: #53626F;
    font-size: 14px;
}

.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus {
    background-color: #0d5886;
    font-size: 14px;
}

.nav-tabs a {
    background-color: #eeeeee;
}

.nav-tabs a:hover {
    color: #009bda;
    background-color: #009bda;
    border-bottom-color: #444;
}

.nav-tabs .dropdown-menu > .active > a,
.nav-tabs .dropdown-menu > .active > a:hover,
.nav-tabs .dropdown-menu > .active > a:focus {
    color: #fff;
}

/* Modal Pencere */
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}

.modal-dialog {
    margin-top: 100px;
    z-index: 999999
}

.modal-backdrop {
    /* background-color: #009bda; backdrop geçici olarak iptal - angular sorunu*/
    display: none
}

/* Modal Scroll Hata Düzeltmesi -> */
body.modal-open {
    overflow: scroll;
}

/* <- Modal Scroll Hata Düzeltmesi */

.modal-backdrop.in {
    filter: alpha(opacity=60);
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.modal-styled .modal-header {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background-color: #333;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.modal-styled .modal-header .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

.modal-styled .modal-header .close:hover {
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.modal-styled .modal-footer {
    padding: 14px 20px 15px;
    background-color: #eee;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* Datatable */
.datatable-columnfilter {
    width: 100% !important;
}

.datatable-hidesearch .dataTables_filter {
    display: none;
}

.dataTables_wrapper .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dataTables_wrapper .dt-rt > div {
    margin-bottom: 1em !important;
}

.dataTables_wrapper .dt-rt > div:empty {
    margin-bottom: 0 !important;
}

.dataTables_wrapper .dt-rb > div {
    margin-top: 1em !important;
}

.dataTables_wrapper .dt-rb > div:empty {
    margin-top: 0 !important;
}

.dataTables_wrapper .dataTable {
    margin-bottom: .5em;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    vertical-align: middle;
    font-size: 12px;
    height: 30px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus {
    outline: none;
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.dataTables_wrapper .dataTables_length select {
    height: auto;
}

.dataTables_info {
    padding-top: 6px;
}

div.dataTables_length label {
    float: left;
    text-align: left;
    font-weight: 600;
}

div.dataTables_length select {
    width: 70px;
    margin-right: .65em;
}

div.dataTables_filter label {
    float: right;
    font-weight: 400;
}

div.dataTables_filter label input {
    width: 215px;
    margin-left: .65em;
}

div.dataTables_paginate {
    text-align: right;
    margin: 0;
}

div.dataTables_paginate .pagination {
    margin-top: 0;
    margin-bottom: 0;
}

.dataTable input::-ms-clear {
    display: none !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled,
.paginate_enabled_previous,
.paginate_enabled_previous:hover,
.paginate_disabled_previous,
.paginate_enabled_next,
.paginate_enabled_next:hover,
.paginate_disabled_next {
    position: relative;
    background: none;
}

.sorting:before,
.sorting_asc:before,
.sorting_desc:before,
.sorting_asc_disabled:before,
.sorting_desc_disabled:before,
.paginate_enabled_previous:before,
.paginate_disabled_previous:before,
.paginate_enabled_next:before,
.paginate_disabled_next:before {
    margin-right: 10px;
    color: #0fbaff;
    font-family: FontAwesome;
    font-size: 16px;
}

.sorting:before {
    content: "\f0dc";
    color: #bbb;
}

.sorting_asc:before,
.sorting_asc_disabled:before {
    content: "\f0de";
}

.sorting_desc:before,
.sorting_desc_disabled:before {
    content: "\f0dd";
}

.sorting_asc_disabled:before,
.sorting_desc_disabled:before {
    color: #ddd;
}

.paginate_enabled_previous:after,
.paginate_disabled_previous:after {
    content: "\f0d9";
    right: auto;
    left: 2px;
    top: 0;
}

.paginate_enabled_next:after,
.paginate_disabled_next:after {
    content: "\f0da";
    top: 0;
}

.paginate_disabled_previous:after,
.paginate_disabled_next:after {
    color: #999;
}

.paginate_enabled_previous:hover:after,
.paginate_enabled_next:hover:after {
    color: #009BDA;
}

/* Dikey Boşluk İçin Tanımlama */
.voffset1 {
    margin-top: 182px;
}

.voffset2 {
    margin-top: 167px;
}

@media (max-width: 768px) {
    .voffset1 {
        margin-top: 60px;
    }

    .voffset2 {
        margin-top: 0px;
    }
}

#cagriModal .modal-dialog {
    width: 50%;
}



.collapseTable table {
    border-collapse: separate;
    border-spacing: 0 5px;
    padding: 0px;
}
.collapseTable thead th {
    background-color: #006DCC;
    color: white;
}
.btn-navy {
    background-color: #006DCC;
    color: white;
}

/* .collapseTable tbody td {
 background-color: #EEEEEE;
}
.collapseTable tr td:first-child, tr th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.collapseTable tr td:last-child, tr th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
*/

.collapseTable .clickableRow {
    cursor: pointer;
}
.collapseTable p, textarea {
    /* SmallCaps iptal: font-variant: small-caps !important; */
    text-rendering: auto;
}
.collapseTable td, th {
    font-size: 8pt;
}
.collapseTable table {
    padding: 0px;
}
.activetr{
    background-color: lightblue;
}
.position-fixed {
    position: fixed;
}

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

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

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

@media (min-width: 979px) {
    .caret-right {
        float: right;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-left: 5px solid;
        border-left-color: #000;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        margin-top: 6px;
        margin-right: -2px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    a.list-group-item:hover, a.list-group-item:hover > h4, a.list-group-item:focus {
        color: #fff;
        background-color: #009BDA;
    }
}

.portlet .portlet-header button {
    margin: 0.2em 0em 0 0;
    vertical-align: middle;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    cursor: pointer;
    cursor: hand;
}

.main-row {
    cursor: pointer;
}

.extra-row {
    background-color: #ccc !important;
}

.zoomInHover
{
    display:inline-block;
    border:0;
    width:100px;
    height:77px;
    position: relative;
    -webkit-transition: all 333ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 333ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 333ms ease-in;
    -moz-transform: scale(1);
    transition: all 333ms ease-in;
    transform: scale(1);

}
.zoomInHover:hover
{
    box-shadow: 0px 0px 150px #DDD;
    z-index: 2;
    -webkit-transition: all 333ms ease-in;
    -webkit-transform: scale(1.03);
    -ms-transition: all 333ms ease-in;
    -ms-transform: scale(1.03);
    -moz-transition: all 333ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 333ms ease-in;
    transform: scale(1.03);
}

.zoomInHoverSmall
{
    display:inline-block;
    border:0;
    width:50px;
    height:37px;
    position: relative;
    -webkit-transition: all 333ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 333ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 333ms ease-in;
    -moz-transform: scale(1);
    transition: all 333ms ease-in;
    transform: scale(1);

}
.zoomInHoverSmall:hover
{
    box-shadow: 0px 0px 75px #DDD;
    z-index: 2;
    -webkit-transition: all 333ms ease-in;
    -webkit-transform: scale(1.03);
    -ms-transition: all 333ms ease-in;
    -ms-transform: scale(1.03);
    -moz-transition: all 333ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 333ms ease-in;
    transform: scale(1.03);
}


#terminalMap {
    min-height: 400px;
}

#terminalsMap {
    min-height: 400px;
}

.leaflet-pulsing-icon {
    opacity: 0.67;
    border-radius: 100%;
    box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.75);
}

.leaflet-pulsing-icon:after {
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 300%;
    width: 300%;
    position: absolute;
    margin: -100% 0 0 -100%;
}

@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

.panel-heading h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
    padding-top: 8px;
}

.media {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.media__image { display: block; }

.media__body {
    background: rgba(41, 128, 185, 0.7);
    bottom: 0;
    color: white;
    font-size: 1em;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 3.75em 3em;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.media__body:hover { opacity: 1; }

.media__body:after,
.media__body:before {
    border: 1px solid rgba(255, 255, 255, 0.7);
    bottom: 1em;
    content: '';
    left: 1em;
    opacity: 0;
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.6s 0.2s;
    transition: 0.6s 0.2s;
}

.media__body:before {
    border-bottom: none;
    border-top: none;
    left: 2em;
    right: 2em;
}

.media__body:after {
    border-left: none;
    border-right: none;
    bottom: 2em;
    top: 2em;
}

.media__body:hover:after,
.media__body:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.media__body h1 { margin-top: 0; }

.media__body h2 { margin-bottom: 1.5em; }



.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
  width: 16%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.wrapper {
    margin: 50px auto;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
    position: relative;
    z-index: 90;
}

.ribbon-wrapper-red {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-red {
    font: bold 15px Sans-Serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -35px;
    top: 25px;
    width: 150px;
    background-color: #ea181e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea181e), to(#b90005));
    background-image: -webkit-linear-gradient(top, #ea181e, #b90005);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

