body {
    padding-top: 50px;
    background-color: #f7f7f7;
}

    body#referance .cbs-mega-footer,
    body#api .cbs-mega-footer {
        margin-top: 75px;
    }

.bg-cbs {
    background-color: #2aabe3;
}

.btn-cbs {
    color: #fff;
    background-color: #004F9E;
    border-color: #001429;
}

    .btn-cbs:focus, .btn-cbs:hover, btn-cbs:active {
        color: #fff;
    }


.logo {
    width: 30px;
    top: -5px;
    position: relative;
}

#owl-demo .item {
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

    #owl-demo .item img {
        height: 135px;
    }


/******************************************/
/* Nav-Bar
/******************************************/

.navbar-warning > li.active:after {
    border-bottom: 2px solid #f0ad4e;
}

.navbar-danger > li.active:after {
    border-bottom: 2px solid #d43f3a;
}

.navbar-primary > li.active:after {
    border-bottom: 2px solid #2e6da4;
}

.navbar-success > li.active:after {
    border-bottom: 2px solid #4cae4c;
}

.navbar-info > li.active:after {
    border-bottom: 2px solid #46b8da;
}

.navbar-cbs {
    background-color: #2aabe3;
    border-color: #001F3D;
}

    .navbar-cbs .navbar-brand {
        color: #fff;
    }

        .navbar-cbs .navbar-brand:hover,
        .navbar-cbs .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-cbs .navbar-text {
        color: #fff;
    }

    .navbar-cbs .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-cbs .navbar-nav > li > a:hover,
        .navbar-cbs .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-cbs .navbar-nav > .active > a,
    .navbar-cbs .navbar-nav > .active > a:hover,
    .navbar-cbs .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #1F8FFF;
    }

    .navbar-cbs .navbar-nav > .disabled > a,
    .navbar-cbs .navbar-nav > .disabled > a:hover,
    .navbar-cbs .navbar-nav > .disabled > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-cbs .navbar-toggle {
        border-color: #1F8FFF;
    }

        .navbar-cbs .navbar-toggle:hover,
        .navbar-cbs .navbar-toggle:focus {
            background-color: #1F8FFF;
        }

        .navbar-cbs .navbar-toggle .icon-bar {
            background-color: #FFF;
        }

    .navbar-cbs .navbar-collapse,
    .navbar-cbs .navbar-form {
        border-color: #1F8FFF;
    }

    .navbar-cbs .navbar-nav > .open > a,
    .navbar-cbs .navbar-nav > .open > a:hover,
    .navbar-cbs .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #1F8FFF;
    }

.navbar-user {
    top: 5px;
    position: relative;
    overflow: visible;
}

    .navbar-user a {
        color: #fff;
        text-decoration: none;
        position: relative;
        vertical-align: middle;
        padding-right: 10px;
    }

    .navbar-user img {
        height: 44px;
    }

@media only screen and (max-width: 767px) {
    .navbar-user {
        top: 7px;
        position: absolute;
        right: 10px;
    }

        .navbar-user img {
            height: 34px;
        }
}

/*********************************************/
/* Sidebar
/*********************************************/

/* By default it's not affixed in mobile views, so undo that */
.sidebar.affix {
    position: static;
}

@media (min-width: 768px) {
    .sidebar {
        padding-left: 20px;
    }
}

/* First level of nav */
.sidenav {
    margin-bottom: 20px;
}

/* All levels of nav */
.sidebar .nav > li > a {
    display: block;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #767676;
}

    .sidebar .nav > li > a:hover,
    .sidebar .nav > li > a:focus {
        padding-left: 19px;
        color: #563d7c;
        text-decoration: none;
        background-color: transparent;
        border-left: 1px solid #563d7c;
    }

.sidebar .nav > .active > a,
.sidebar .nav > .active:hover > a,
.sidebar .nav > .active:focus > a {
    padding-left: 18px;
    font-weight: bold;
    color: #563d7c;
    background-color: transparent;
    border-left: 2px solid #563d7c;
}

/* Nav: second level (shown on .active) */
.sidebar .nav .nav {
    display: none; /* Hide by default, but at >768px, show it */
    padding-bottom: 10px;
}

    .sidebar .nav .nav > li > a {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 30px;
        font-size: 12px;
        font-weight: normal;
    }

        .sidebar .nav .nav > li > a:hover,
        .sidebar .nav .nav > li > a:focus {
            padding-left: 29px;
        }

    .sidebar .nav .nav > .active > a,
    .sidebar .nav .nav > .active:hover > a,
    .sidebar .nav .nav > .active:focus > a {
        padding-left: 28px;
        font-weight: 500;
    }

/* Back to top (hidden on mobile) */
.back-to-top,
.theme-toggle {
    display: none;
    padding: 4px 10px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

    .back-to-top:hover,
    .theme-toggle:hover {
        color: #563d7c;
        text-decoration: none;
    }

.theme-toggle {
    margin-top: 0;
}

@media (min-width: 768px) {
    .back-to-top,
    .theme-toggle {
        display: block;
    }
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
    .sidebar .nav > .active > ul {
        display: block;
    }
    /* Widen the fixed sidebar */
    .sidebar.affix,
    .sidebar.affix-bottom {
        width: 213px;
    }

    .sidebar.affix {
        position: fixed; /* Undo the static from mobile first approach */
        top: 20px;
    }

    .sidebar.affix-bottom {
        position: absolute; /* Undo the static from mobile first approach */
    }

        .sidebar.affix-bottom .sidenav,
        .sidebar.affix .sidenav {
            margin-top: 0;
            margin-bottom: 0;
        }
}

@media (min-width: 1200px) {
    /* Widen the fixed sidebar again */
    .sidebar.affix-bottom,
    .sidebar.affix {
        width: 263px;
    }
}

ul.affix {
    position: fixed;
}

ul.affix-top {
    position: fixed;
}

ul.affix-bottom {
    position: absolute;
}

/* First level of nav */
.sidenav {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

/* All levels of nav */
.sidebar .nav > li > a {
    display: block;
    color: #716b7a;
    padding: 5px 20px;
}

    .sidebar .nav > li > a:hover,
    .sidebar .nav > li > a:focus {
        text-decoration: none;
    }

.sidebar .nav > .active > a,
.sidebar .nav > .active:hover > a,
.sidebar .nav > .active:focus > a {
    font-weight: bold;
    color: #563d7c;
    background-color: transparent;
}

/* Nav: second level */
.sidebar .nav .nav {
    display: none;
}

.sidebar .nav > li.active .nav {
    display: block;
}

.sidebar .nav .nav {
    margin-bottom: 8px;
}

    .sidebar .nav .nav > li > a {
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 30px;
        font-size: 90%;
    }


/*********************************************/
/* Pre Color 
/*********************************************/

pre {
    background-color: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
}

.hljs-comment,
.hljs-quote {
    color: #969896;
}

.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
    color: #d54e53;
}

.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
    color: #e78c45;
}

.hljs-attribute {
    color: #e7c547;
}

.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
    color: #b9ca4a;
}

.hljs-title,
.hljs-section {
    color: #7aa6da;
}

.hljs-keyword,
.hljs-selector-tag {
    color: #c397d8;
}

.hljs {
    display: block;
    overflow-x: auto;
    background: black;
    color: #eaeaea;
    padding: 0.5em;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}


/************************************************/
/* Footer                                       */
/************************************************/

.bg-cbs a, a:hover, a:focus {
    color: #fff;
}

.bg-cbs .line {
    background-color: rgba(255, 255, 255,0.5);
}


.page-footer-fixed main {
    margin-bottom: 100px;
}

footer.page-footer {
    color: #fff;
    font: 300 16px/24px 'Roboto', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
    position: relative;
    width: 100%;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    footer.page-footer {
    }
}

#api footer.page-footer, #referance footer.page-footer {
    margin-top: 50px;
    position: relative;
}

#api main, #referance main {
    padding-bottom: 100px;
}

footer.page-footer .copyright {
    overflow: hidden;
    max-height: 75px;
    min-height: 50px;
    line-height: 50px;
    background-color: rgba(51, 51, 51, 0.08);
}

@media (max-width: 768px) {
    footer.page-footer .copyright {
        line-height: 25px;
    }
}

footer .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 20px auto;
}

footer .list-link {
    width: 50%;
    float: left;
    padding: 0;
    list-style: none;
}

#api .page-header, #referance .page-header {
    margin-top: 60px;
}

/************************************************/
/* Divider                                      */
/************************************************/

.divider {
    background: #fff;
    margin: 0;
    height: 1px;
}

    .divider > i.icon-dot {
        background: #fff;
    }



/********************************************************/
/* Form Özellikleri                                     */
/********************************************************/
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search-md],
textarea.materialize-textarea {
    border-bottom: 1px solid #000;
}


[type="checkbox"].filled-in:checked + label:after {
    border: 2px solid rgb(21,101,192);
    background-color: rgb(21,101,192);
    border-radius: 0px;
}


[type="checkbox"].filled-in:not(:checked) + label:after {
    border: 2px solid #000;
    border-radius: 0px;
}













/**************************/

.card:after, .card:before {
    content: " ";
    display: table;
}

.card-details {
    position: relative;
    padding-left: 30px;
}

    .card-details .number {
        color: #FFF;
    }

    .card-details .number {
        padding-top: 25px;
        text-align: left;
        font-size: 34px;
        line-height: 36px;
        letter-spacing: -1px;
        margin-bottom: 0;
        font-weight: 300;
    }

    .card-details .desc {
        color: #FFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .card-details .desc {
        text-align: left;
        font-size: 16px;
        letter-spacing: 0;
        font-weight: 300;
    }

.card-icon {
    display: block;
    float: right;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}


    .card-icon > i {
        color: #FFF;
        opacity: .1;
        filter: alpha(opacity=10);
    }

    .card-icon > i {
        margin-left: -40px;
        font-size: 115px;
    }


.card .sekme {
    width: 100%;
    margin: 20px 0 0 0;
    height: 70px;
    background: rgba(0, 0, 0, 0.2);
    vertical-align: middle;
}

    .card .sekme i {
        font-size: 25px;
    }

    .card .sekme > li {
        padding: 3px 25px;
        margin: 10px 0;
    }

        .card .sekme > li:last-child {
            border: none;
        }



.card a.btn-floating {
    margin: 0;
    box-shadow: 0 1px 2.5px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24);
}

.card .sekme > li a {
}

@media only screen and (max-width: 767px) {
    .card .sekme i {
        font-size: 20px;
    }

    .card .sekme > li {
        padding: 3px 15px;
    }

    .row .last {
        padding-bottom: 80px;
    }

    .row .dashtable {
        margin: 5px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .row .dashtable {
        margin: 5px 0;
    }
}



/******************************************/
/* Jumbortun
/******************************************/

.jumbotron {
    background: #358CCE;
    color: #FFF;
    border-radius: 0px;
}

.jumbotron-sm {
    padding-top: 24px;
    padding-bottom: 24px;
}

.jumbotron small {
    color: #FFF;
}

.h1 small {
    font-size: 20px;
    font-weight: 200;
}

@media only screen and (max-width: 767px) {
    .h1 small {
        font-size: 15px;
        display: block;
    }
}


/******************************************/
/* Breadcrumbs
/******************************************/



.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: transparent;
    font-weight: 300;
}

    .breadcrumb-arrow li:first-child a {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
    }

    .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
        display: inline-block;
        vertical-align: top;
    }

        .breadcrumb-arrow li:not(:first-child) {
            margin-left: -5px;
        }

        .breadcrumb-arrow li + li:before {
            padding: 0;
            content: "";
        }

        .breadcrumb-arrow li span {
            padding: 0 10px;
        }

        .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
            height: 36px;
            padding: 0 10px 0 25px;
            line-height: 36px;
        }

        .breadcrumb-arrow li:first-child a {
            padding: 0 10px;
        }

        .breadcrumb-arrow li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #3bafda;
            border: 1px solid #3bafda;
        }

        .breadcrumb-arrow li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
        }

        .breadcrumb-arrow li a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #3bafda;
            border-left-style: solid;
            border-left-width: 11px;
        }

        .breadcrumb-arrow li a:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #2494be;
        }

        .breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
            background-color: #4fc1e9;
            border: 1px solid #4fc1e9;
        }

            .breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
                border-left-color: #4fc1e9;
            }

        .breadcrumb-arrow li a:active {
            background-color: #2494be;
            border: 1px solid #2494be;
        }

            .breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
                border-left-color: #2494be;
            }

        .breadcrumb-arrow li span {
            color: #fff;
        }

/******************************************/
/* Blog Post
/******************************************/

.blog-column img {
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 500;
}

.blog-post {
    position: relative;
    top: -114px;
    padding: 25px;
}

@media only screen and (max-width: 767px) {
    .blog-post {
        top: 0;
        margin-bottom: 80px;
    }
}


/******************************************/
/* User - Kullanıcı Alanları
/******************************************/

.user-sidebar {
    background-color: #fff;
    text-align: center;
}

    .user-sidebar img {
        height: 140px;
        margin: 10px 0;
    }

.user-name {
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0;
}

.user-menu {
    list-style: none;
    text-align: left;
    font-size: 16px;
    padding: 20px;
}

    .user-menu li {
        line-height: 30px;
        border-right: 3px solid #ff4444;
        margin: 2px 0;
        display: block;
        padding: 5px 15px;
    }

        .user-menu li,
        .user-menu li:hover,
        .user-menu li:focus,
        .user-menu li a,
        .user-menu li a:hover,
        .user-menu li a:focus {
            text-decoration: none;
            color: #000;
        }

            .user-menu li.active {
                border-right: 3px solid #0099CC;
            }




/***/

.user-tab {
    list-style: none;
    margin: 10px 0;
}

    .user-tab li {
        display: inline-flex;
        padding: 10px 0;
        padding-bottom: 0;
        text-align: center;
        vertical-align: middle;
    }

        .user-tab li.active {
            border-bottom: 2px solid #0099CC;
        }

        .user-tab li:hover {
            border-bottom: 2px solid #ff4444;
        }

        .user-tab li a,
        .user-tab li a:hover,
        .user-tab li a:focus {
            text-decoration: none;
            color: #000;
            line-height: 30px;
            width: 80px;
        }

/****************/

.popover {
    max-width: 100%;
    padding: 2px;
}

.popover-footer {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    background-color: #F7F7F7;
    border-top: 1px solid #EBEBEB;
}

.popover-title {
    padding: 0 14px;
    margin: 0;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

.user-title {
    display: block;
}

.usermail {
    display: block;
}

.popover-content .btn-sm {
    margin: 10px 10px 10px 0px;
}

.popover-footer a:hover,
.popover-footer a:focus {
    color: #000;
}

/******************************************/
/* Panel
/******************************************/

.panel {
    border-radius: 0;
}

    .panel a,
    .panel a:hover,
    .panel a:focus {
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #000;
        text-decoration: none;
    }

    .panel.active a,
    .panel.active a:hover,
    .panel.active a:focus {
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #000;
        text-decoration: none;
    }

.panel-icon {
    position: absolute;
    float: right;
    right: 0;
    top: 1px;
    padding: 3px 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-top: 0;
}

    .panel-icon i {
        font-size: 25px;
    }

.appbox {
    width: 100%;
    position: relative;
    padding: 15px;
    display: table;
}

    .appbox table {
        margin: 10px;
    }

.appname {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    padding: 10px;
    margin: 15px 0;
}

.appkey {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
    font-weight: 300;
    border: 1px solid #fff;
    color: #fff;
    background-color: #000;
    padding: 10px 25px;
    letter-spacing: 5px;
    display: table-cell;
}

.appdate {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    padding: 5px;
    margin: 5px 0;
    display: table-row;
}


.appcircle {
    margin-bottom: 20px;
}

    .appcircle i {
        text-shadow: none;
        font-size: 50px;
        color: rgb(255, 255, 255);
        height: 150px;
        width: 150px;
        line-height: 150px;
        border-radius: 50%;
        text-align: center;
        background-color: rgb(68, 167, 235);
    }

.appform {
}

    .appform label {
        position: relative;
        top: 20px;
        left: 25px;
        font-weight: 400;
        padding: 5px 10px;
        background: #f7f7f7;
        background: -moz-linear-gradient(top, transparent 50%, #ffffff 50%, #ffffff 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f7f7), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
        background: -webkit-linear-gradient(top, transparent 50%, #ffffff 50%, #ffffff 100%);
        background: -o-linear-gradient(top, transparent 50%, #ffffff 50%, #ffffff 100%);
        background: -ms-linear-gradient(top, transparent 50%, #ffffff 50%, #ffffff 100%);
        background: linear-gradient(to bottom, transparent 50%, #ffffff 50%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#ffffff', GradientType=0 );
    }

    .appform [type='text'],
    .appform [type='url'] {
        border-radius: 20px;
        border: 1px solid #F64747;
    }

.btn-app {
    width: 100%;
    margin: 10px 0;
}

.appFinish {
    border: 2px dotted #E08283;
    background-color: #F5D76E;
    padding: 25px;
}

.login-page {
    margin-top: 20px;
}

    .login-page .card {
        padding: 10px 50px;
    }


.fixed-action-btn ul li {
    list-style: none;
}
