/*
 * Core: risalekulliyati
 */
html,
body {
    font-family: 'Source Sans Pro','Arabic Typesetting','Helvetica Neue','Calibri', Helvetica, Arial, sans-serif !important;
    min-width: 280px;
    min-height: 100%;
    /*fix ie 10 + scrollbar overflow visible*/
    -ms-overflow-style: scrollbar;
}
.layout-boxed html,
.layout-boxed body {
    height: 100%;
}
body {
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
audio {
  width: 212px;
  height: 39px;
  margin-top: 0px;
 }
 .nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }

/* Layout */
h1.risale-alt-baÃƒâ€¦Ã…Â¸lÃƒâ€žÃ‚Â±k-1-western{
	font-family: "Calibri", serif; font-size: 18pt; text-align: center; color: #c00000; font-weight: normal; text-transform:capitalize;
	}
h3.risale-alt-baÃƒâ€¦Ã…Â¸lÃƒâ€žÃ‚Â±k-3-western{
	font-family: "Calibri", serif; font-size: 20pt; font-weight: normal; text-transform: uppercase; color: #0070c0; text-align: center;
	}
h4.risale-alt-baÃƒâ€¦Ã…Â¸lÃƒâ€žÃ‚Â±k-4-western{
	font-family: "Calibri", serif; font-size: 18pt; font-variant: small-caps; text-transform: uppercase; color: #0070c0; text-align: center;
	}
h5.risale-alt-baÃƒâ€¦Ã…Â¸lÃƒâ€žÃ‚Â±k-5-western{
	font-family: "Calibri", serif; font-size: 14pt; text-align: center; text-transform: uppercase; color: #0070c0;
	}
h6.risale-alt-baÃƒâ€¦Ã…Â¸lÃƒâ€žÃ‚Â±k-6-western{
	font-family: "Calibri", serif; font-size: 14pt; text-align: center; color: #0070c0; font-weight:bold; text-transform:none;
	}
h7.risale-alt-baÃƒâ€¦Ã…Â¸lÃƒâ€žÃ‚Â±k-7-western{
	font-family: "Calibri", serif; font-size: 14pt; text-align: center; color: #0070c0; font-weight:normal; text-transform:none;
	}

#sayfaara {/* margin: 11px -9px 20px 0; */width: 50px;height: 30px;padding: 6px 1px 2px 3px;}
#duz-metin {
    margin-left: 16px;
    margin-right: 16px;
}

.pull-right {
    float: right!important;
    /* margin-top: -54px; */
}
.wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}
.wrapper:before,
.wrapper:after {
    display: table;
    content: ' ';
}

.wrapper:after {
    clear: both;
}

.layout-boxed .wrapper {
    position: relative;
    max-width: 1250px;
    min-height: 100%;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

.layout-boxed {
    background: url('../img/boxed-bg.jpg') repeat fixed;
}

/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */

.content-wrapper,
.right-side,
.main-footer {
    z-index: 820;
    margin-left: 250px;
    transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
    margin-left: 0;
}

@media (max-width: 767px) {
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0;
    }

	.panel-body {
    padding: 10px 5px 2px 5px;
}
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .right-side,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .right-side,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}

.content-wrapper,
.right-side {
    z-index: 800;
    min-height: 100%;
    background-color: #fff;
}

.main-footer {
    padding: 15px;
    color: #444;
    background: #fff;
}

/* Fixed layout */

.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 100px;
    }
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header > .navbar,
body.hold-transition .main-header .logo {
    /* Fix for IE */
    transition: none;
}

/* Content */

.content {
    min-height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
}

/* H1 - H6 font */

h1,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', 'Calibri', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #0070c4;
    font-weight: bold;
}

/* General Links */

a {
    color: #f10725;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #8e091a;
    outline: none;
}

/* Page Header */

.page-header {
    font-size: 22px;
    margin: 10px 0 20px 0;
}

.page-header > small {
    display: block;
    margin-top: 5px;
    color: #666;
}

/*
 * Component: Main Header
 * ----------------------
 */

.main-header {
    position: relative;
    z-index: 1030;
    max-height: 100px;
}

.main-header > .navbar {
    min-height: 50px;
    margin-bottom: 0;
    margin-left: 250px;
    transition: margin-left .3s ease-in-out;
    border: none;
    border-radius: 0;
}

.layout-top-nav .main-header > .navbar {
    margin-left: 0;
}

.main-header #navbar-search-input.form-control {
    border-color: transparent;
    background: rgba(255, 255, 255, .2);
}

.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
    border-color: rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .9);
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
    opacity: 1;
    color: #ccc;
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
    color: #ccc;
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .main-header .navbar-right {
        float: none;
    }

    .navbar-collapse .main-header .navbar-right {
        margin: 8px -15px;
    }

    .main-header .navbar-right > li {
        color: inherit;
        border: 0;
    }
}

.main-header .sidebar-toggle {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    float: left;
    padding: 15px;
    background-color: transparent;
}

.main-header .sidebar-toggle:before {
    font-family: 'fontAwesome';
    content: '\f022';
    -o-transition: all 1s ease-in-out;
}

.main-header .sidebar-toggle:hover {
    color: #fff;
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent;
}

.main-header .sidebar-toggle .icon-bar {
    display: none;
}

.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}

.main-header .navbar .nav > li > a > .label {
    font-size: 9px;
    line-height: .9;
    position: absolute;
    top: 9px;
    right: 7px;
    padding: 2px 3px;
    text-align: center;
}

.main-header .logo {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    display: block;
    float: left;
    overflow: hidden;
    width: 250px;
    height: 50px;
    padding: 0 15px;
    transition: width .3s ease-in-out;
    text-align: center;
}

.main-header .logo .logo-lg {
    display: block;
}

.main-header .logo .logo-mini {
    display: none;
}

.main-header .navbar-brand {
    color: #fff;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

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

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

.content-header > .breadcrumb {
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 10px;
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 5px;
    border-radius: 2px;
    background: transparent;
}

.content-header > .breadcrumb > li > a {
    display: inline-block;
    text-decoration: none;
    color: #444;
}

.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
    margin-right: 5px;
}

.content-header > .breadcrumb > li + li:before {
    content: '>\00a0';
}

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        position: relative;
        top: 0;
        right: 0;
        float: none;
        margin-top: 5px;
        padding-left: 10px;
        background: #d2d6de;
    }

    .content-header > .breadcrumb li:before {
        color: #97a0b3;
    }
}

.navbar-toggle {
    margin: 0;
    padding: 15px 15px;
    color: #fff;
    border: 0;
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

    .navbar-custom-menu .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-custom-menu .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .main-header {
        position: relative;
    }

    .main-header .logo,
    .main-header .navbar {
        float: none;
        width: 100%;
    }

    .main-header .navbar {
        margin: 0;
    }

    .main-header .navbar-custom-menu {
        float: right;
    }
}

@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }

    .navbar-collapse.pull-left + .navbar-custom-menu {
        position: absolute;
        top: 0;
        right: 40px;
        display: block;
    }
}

/*
 * Component: Sidebar
 * ------------------
 */

.main-sidebar,
.left-side {
    position: absolute;
    z-index: 810;
    top: 0;
    left: 0;
    width: 250px;
    min-height: 100%;
    padding-top: 50px;
    transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        -webkit-transform: translate(-230px, 0);
        transform: translate(-250px, 0);
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .left-side {
        -webkit-transform: translate(-230px, 0);
        transform: translate(-250px, 0);
    }
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar,
    .sidebar-open .left-side {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.sidebar {
    padding-bottom: 10px;
}

.sidebar-form input:focus {
    border-color: transparent;
}

.user-panel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px;
}

.user-panel:before,
.user-panel:after {
    display: table;
    content: ' ';
}

.user-panel:after {
    clear: both;
}

.user-panel > .image > img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

.user-panel > .info {
    line-height: 1;
    position: absolute;
    left: 55px;
    padding: 5px 5px 5px 15px;
}

.user-panel > .info > p {
    font-weight: 600;
    margin-bottom: 9px;
}

.user-panel > .info > a {
    font-size: 11px;
    margin-top: 3px;
    padding-right: 5px;
    text-decoration: none;
}

.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
    margin-right: 3px;
}

.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-menu > li > a {
    display: block;
    padding: 12px 5px 12px 15px;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    width: 20px;
}

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-top: 3px;
    margin-right: 5px;
}

.sidebar-menu li.header {
    font-size: 12px;
    padding: 10px 25px 10px 15px;
}

.sidebar-menu li > a > .fa-angle-left {
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-right: 10px;
    padding: 0;
}

.sidebar-menu li.active > a > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
    display: block;
}

.sidebar-menu .treeview-menu {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}

.sidebar-menu .treeview-menu > li {
    margin: 0;
}

.sidebar-menu .treeview-menu > li > a {
    font-size: 14px;
    display: block;
    padding: 5px 5px 5px 15px;
}

.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
}

.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
    width: auto;
}

/*
 * Component: Sidebar Mini
 */

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        z-index: 840;
        margin-left: 50px !important;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        z-index: 850;
        width: 50px !important;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
        margin-right: 0;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
        border-top-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
        border-bottom-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        position: absolute;
        left: 50px;
        display: block !important;
        width: 180px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
        top: 0;
        margin-left: -3px;
        padding: 12px 5px 12px 20px;
        background-color: inherit;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        top: 44px;
        margin-left: 0;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
    .sidebar-mini.sidebar-collapse .sidebar-form,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display: none !important;
        -webkit-transform: translateZ(0);
    }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
        font-size: 18px;
        display: block;
        margin-right: -15px;
        margin-left: -15px;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
    overflow: hidden;
    white-space: nowrap;
}

.sidebar-menu:hover {
    overflow: visible;
}

.sidebar-form,
.sidebar-menu > li.header {
    overflow: hidden;
    text-overflow: clip;
}

.sidebar-menu li > a {
    position: relative;
}

.sidebar-menu li > a > .pull-right {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */

.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -230px;
    width: 230px;
    transition: right .3s ease-in-out;
}

.control-sidebar {
    position: absolute;
    z-index: 1010;
    padding-top: 50px;
}

@media (max-width: 768px) {
    .control-sidebar {
        padding-top: 100px;
    }
}

.control-sidebar > .tab-content {
    padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
    right: 0;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0;
}

@media (min-width: 768px) {
    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 230px;
    }
}

.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
    border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs > li > a {
    border-radius: 0;
}

.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

.nav-tabs.control-sidebar-tabs > li > a .icon {
    font-size: 16px;
}

.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

@media (max-width: 768px) {
    .nav-tabs.control-sidebar-tabs {
        display: table;
    }

    .nav-tabs.control-sidebar-tabs > li {
        display: table-cell;
    }
}

.control-sidebar-heading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px 0;
}

.control-sidebar-subheading {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.control-sidebar-menu {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

.control-sidebar-menu > li > a {
    display: block;
    padding: 10px 15px;
}

.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
    display: table;
    content: ' ';
}

.control-sidebar-menu > li > a:after {
    clear: both;
}

.control-sidebar-menu > li > a > .control-sidebar-subheading {
    margin-top: 0;
}

.control-sidebar-menu .menu-icon {
    line-height: 35px;
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
}

.control-sidebar-menu .menu-info {
    margin-top: 3px;
    margin-left: 45px;
}

.control-sidebar-menu .menu-info > .control-sidebar-subheading {
    margin: 0;
}

.control-sidebar-menu .menu-info > p {
    font-size: 11px;
    margin: 0;
}

.control-sidebar-menu .progress {
    margin: 0;
}

.control-sidebar-dark {
    color: #b8c7ce;
}

.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
    background: #222d32;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
    color: #b8c7ce;
    background: #181f23;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
    border-bottom-color: #141a1d;
    border-left-color: #141a1d;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
    background: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
    color: #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
    color: #fff;
    background: #222d32;
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
    color: #fff;
}

.control-sidebar-dark .control-sidebar-menu > li > a:hover {
    background: #1e282c;
}

.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
    color: #b8c7ce;
}

.control-sidebar-light {
    color: #5e5e5e;
}

.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
    border-left: 1px solid #d2d6de;
    background: #f9fafc;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
    color: #444;
    background: #e8ecf4;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
    border-bottom-color: #d2d6de;
    border-left-color: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
    background: #eff1f7;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
    color: #111;
    background: #f9fafc;
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
    color: #111;
}

.control-sidebar-light .control-sidebar-menu {
    margin-left: -14px;
}

.control-sidebar-light .control-sidebar-menu > li > a:hover {
    background: #f4f4f5;
}

.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
    color: #5e5e5e;
}

/*
 * Component: Dropdown menus
 * -------------------------
 */

/*Dropdowns in general*/

.dropdown-menu {
    border-color: #eee;
    box-shadow: none;
}

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

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
    margin-right: 10px;
}

.dropdown-menu > li > a:hover {
    color: #333;
    background-color: #e1e3e9;
}

.dropdown-menu > .divider {
    background-color: #eee;
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
    top: 100%;
    width: 280px;
    margin: 0;
    padding: 0 0 0 0;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
    position: relative;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
    font-size: 14px;
    padding: 7px 10px;
    color: #444;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    font-size: 12px;
    padding: 7px 10px;
    text-align: center;
    color: #444 !important;
    border-bottom: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
        color: #444 !important;
        background: #fff !important;
    }
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
    font-weight: normal;
    text-decoration: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    overflow-x: hidden;
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: nowrap;
    /* Prevent text from breaking */
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
    text-decoration: none;
    background: #f4f4f4;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    overflow: hidden;
    padding: 10px;
    text-overflow: ellipsis;
    color: #444;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
    width: 20px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
    margin: 0;
    padding: 10px 10px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
    width: 40px;
    height: 40px;
    margin: auto 10px auto auto;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    font-size: 15px;
    position: relative;
    margin: 0 0 0 45px;
    padding: 0;
    color: #444;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    font-size: 12px;
    margin: 0 0 0 45px;
    color: #888;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    display: table;
    content: ' ';
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    clear: both;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    padding: 10px;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #666;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
    margin: 0;
    padding: 0;
}

.navbar-nav > .user-menu > .dropdown-menu {
    width: 280px;
    padding: 1px 0 0 0;
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    z-index: 5;
    width: 90px;
    height: 90px;
    border: 3px solid transparent;
}

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

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

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

.navbar-nav > .user-menu > .dropdown-menu > .user-body > .row {
    padding: 15px 0;
    margin: 0;
}

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

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

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    color: #444 !important;
}

@media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
        color: #444 !important;
        background: #fff !important;
    }
}

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

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

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

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

@media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
        background-color: #f9f9f9;
    }
}

.navbar-nav > .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    margin-top: -2px;
    margin-right: 10px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .navbar-nav > .user-menu .user-image {
        line-height: 10px;
        float: none;
        margin-top: -8px;
        margin-right: 0;
    }
}

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/

.open:not(.dropup) > .animated-dropdown-menu {
    -webkit-animation: flipInX .7s both;
    animation: flipInX .7s both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipInX {
    0% {
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
    40% {
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
    40% {
        -webkit-transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
    }
}

/* Fix dropdown menu in navbars */

.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

@media (max-width: 991px) {
    .navbar-custom-menu > .navbar-nav {
        float: right;
    }

    .navbar-custom-menu > .navbar-nav > li {
        position: static;
    }

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
    }
}

/*
 * Component: Form
 * ---------------
 */

.form-control {
    border-color: #d2d6de;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #bbb;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control {
    border-color: #00a65a;
    box-shadow: none;
}

.form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-warning .form-control {
    border-color: #f39c12;
    box-shadow: none;
}

.form-group.has-error label {
    color: #dd4b39;
}

.form-group.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none;
}

/* Input group */

.input-group .input-group-addon {
    border-color: #d2d6de;
    border-radius: 0;
    background-color: #fff;
}

/* button groups */

.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

.icheck > label {
    padding-left: 0;
}

/* support Font Awesome icons in form-control */

.form-control-feedback.fa {
    line-height: 34px;
}

.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
    line-height: 46px;
}

.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
    line-height: 30px;
}

/*
 * Component: Progress Bar
 * -----------------------
 */

.progress,
.progress > .progress-bar {
    box-shadow: none;
}

.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
    border-radius: 1px;
}

/* size variation */

.progress.sm,
.progress-sm {
    height: 10px;
}

.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
    border-radius: 1px;
}

.progress.xs,
.progress-xs {
    height: 7px;
}

.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
    border-radius: 1px;
}

.progress.xxs,
.progress-xxs {
    height: 3px;
}

.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
    border-radius: 1px;
}

/* Vertical bars */

.progress.vertical {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 200px;
    margin-right: 10px;
}

.progress.vertical > .progress-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.progress.vertical.sm,
.progress.vertical.progress-sm {
    width: 20px;
}

.progress.vertical.xs,
.progress.vertical.progress-xs {
    width: 10px;
}

.progress.vertical.xxs,
.progress.vertical.progress-xxs {
    width: 3px;
}

.progress-group .progress-text {
    font-weight: 600;
}

.progress-group .progress-number {
    float: right;
}

/* Remove margins from progress bars when put in a table */

.table tr > td .progress {
    margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
    background-color: #3c8dbc;
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-green,
.progress-bar-success {
    background-color: #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-aqua,
.progress-bar-info {
    background-color: #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
    background-color: #f39c12;
}

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-red,
.progress-bar-danger {
    background-color: #dd4b39;
}

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/*
 * Component: Small Box
 * --------------------
 */

.small-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.small-box > .inner {
    padding: 10px;
}

.small-box > .small-box-footer {
    position: relative;
    z-index: 10;
    display: block;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    color: rgba(255, 255, 255, .8);
    background: rgba(0, 0, 0, .1);
}

.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, .15);
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    white-space: nowrap;
}

.small-box p {
    font-size: 15px;
}

.small-box p > small {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    color: #f9f9f9;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box .icon {
    font-size: 90px;
    position: absolute;
    z-index: 0;
    top: -10px;
    right: 10px;
    transition: all .3s linear;
    color: rgba(0, 0, 0, .15);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    font-size: 95px;
}

@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }

    .small-box .icon {
        display: none;
    }

    .small-box p {
        font-size: 12px;
    }
}

/*
 * Component: Box
 * --------------
 */

.box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-top: 2px solid #7d1220;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-danger {
    border-top-color: #8e091a;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.box-default {
    border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none;
}

.box .nav-stacked > li {
    margin: 0;
    border-bottom: 1px solid #f4f4f4;
}

.box .nav-stacked > li:last-of-type {
    border-bottom: none;
}

.box.height-control {
    overflow: auto;
    max-height: 300px;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.box .border-left {
    border-left: 1px solid #f4f4f4;
}

.box.box-solid {
    border-top: 0;
}

.box.box-solid > .box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, .1);
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}

.box.box-solid.box-default > .box-header {
    color: #444;
    background-color: #d2d6de;
}

.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
    color: #444;
}

.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary > .box-header {
    color: #fff;
    background-color: #3c8dbc;
}

.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
    color: #fff;
}

.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}

.box.box-solid.box-info > .box-header {
    color: #fff;
    background-color: #00c0ef;
}

.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
    color: #fff;
}

.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}

.box.box-solid.box-danger > .box-header {
    color: #fff;
    background-color: #dd4b39;
}

.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
    color: #fff;
}

.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}

.box.box-solid.box-warning > .box-header {
    color: #fff;
    background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
    color: #fff;
}

.box.box-solid.box-success {
    border: 1px solid #00a65a;
}

.box.box-solid.box-success > .box-header {
    color: #fff;
    background-color: #00a65a;
}

.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
    color: #fff;
}

.box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid[class*='bg'] > .box-header {
    color: #fff;
}

.box .box-group > .box {
    margin-bottom: 5px;
}

.box .knob-label {
    font-size: 12px;
    font-weight: 100;
    margin-bottom: .3em;
    text-align: center;
    color: #333;
}

.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    border-radius: 3px;
    background: rgba(255, 255, 255, .7);
}

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    color: #000;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, .5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    display: table;
    content: ' ';
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    position: relative;
    display: block;
    padding: 10px;
    color: #444;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    margin: 0;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    top: 5px;
    right: 10px;
}

.box-header > .box-tools [data-toggle='tooltip'] {
    position: relative;
}

.box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

.btn-box-tool {
    font-size: 12px;
    padding: 5px;
    color: #97a0b3;
    background: transparent;
}

.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84;
}

.btn-box-tool.btn:active {
    box-shadow: none;
}

.no-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.table {
    margin-bottom: 0;
}

.fc {
    margin-top: 5px;
}

.full-width-chart {
    margin: -19px;
}

.box-body {
    padding: 0px;
    border-radius: 0 0 3px 3px;
}

.box-pane {
    border-radius: 0 0 0 3px;
}

.box-pane-right {
    border-radius: 0 0 3px 0;
}

.box-footer {
    padding: 6px;
    border-top: 1px solid #f4f4f4;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    clear: both;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 46px;
    text-align: center;
    border-top: 1px solid grey;
    background-color: #7d1220;
    z-index: 999999999999999999;
}

.chart-legend {
    margin: 10px 0;
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

.box-comments {
    background: #f7f7f7;
}

.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
    display: table;
    content: ' ';
}

.box-comments .box-comment:after {
    clear: both;
}

.box-comments .box-comment:last-of-type {
    border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
    padding-top: 0;
}

.box-comments .box-comment img {
    float: left;
}

.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}

.box-comments .username {
    font-weight: 600;
    display: block;
    color: #444;
}

.box-comments .text-muted {
    font-size: 12px;
    font-weight: 400;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #444;
    background: #f7f7f7;
}

/* NAV PILLS */

.nav-pills > li > a {
    color: #444;
    border-top: 3px solid transparent;
    border-radius: 0;
}

.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
    margin-right: 5px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-top-color: #3c8dbc;
}

.nav-pills > li.active > a {
    font-weight: 600;
}

/* NAV STACKED */

.nav-stacked > li > a {
    color: #444;
    border-top: 0;
    border-left: 3px solid transparent;
    border-radius: 0;
}

.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc;
    background: transparent;
}

.nav-stacked > li.header {
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #777;
    border-bottom: 1px solid #ddd;
}

/* NAV TABS */

.nav-tabs-custom {
    margin-bottom: 20px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #54000b;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #080808;
}

.nav-tabs-custom > .nav-tabs > li {
    margin-right: 5px;
    margin-bottom: -2px;
    border-top: 3px solid transparent;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #444;
    border-radius: 0;
}

.nav-tabs-custom > .nav-tabs > li > a.text-muted {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
    margin: 0;
    background: transparent;
    color: #fff;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #54000b;
}

.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
    color: #eadada;
    background-color: #54000b;
    font-weight: bold;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    border-top-color: transparent;
    border-right-color: #f4f4f4;
    border-left-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}

.nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important;
}

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

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 0;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
    border-left-width: 1px;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
    border-right-color: transparent;
    border-left-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li.header {
    font-size: 20px;
    line-height: 35px;
    padding: 0 10px;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 5px;
}

.nav-tabs-custom > .tab-content {
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
}

.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
    color: #999;
    background: transparent;
}

.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
}

.nav-tabs-custom.tab-info > .nav-tabs > li.active {
    border-top-color: #00c0ef;
}

.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
    border-top-color: #dd4b39;
}

.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
    border-top-color: #f39c12;
}

.nav-tabs-custom.tab-success > .nav-tabs > li.active {
    border-top-color: #00a65a;
}

.nav-tabs-custom.tab-default > .nav-tabs > li.active {
    border-top-color: #d2d6de;
}

/* PAGINATION */

.pagination > li > a {
    color: #666;
    background: #fafafa;
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}

.main-header .navbar {
    background-color: #8e091a;
}

.main-header .navbar .nav > li > a {
    color: #fff;
}

.main-header .navbar .nav > li > a:hover,
.main-header .navbar .nav > li > a:active,
.main-header .navbar .nav > li > a:focus,
.main-header .navbar .nav .open > a,
.main-header .navbar .nav .open > a:hover,
.main-header .navbar .nav .open > a:focus,
.main-header .navbar .nav > .active > a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.main-header .navbar .sidebar-toggle {
    color: #fff;
}

.main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);
}

.main-header .navbar .sidebar-toggle {
    color: #e0e0e0;
    font-size: 14px;
    /* margin-bottom: -2px; */
    /* margin-top: -6px; */
}

.main-header .navbar .sidebar-toggle:hover {
    background-color: #0f1010;
}

@media (max-width: 767px) {
    .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }

    .main-header .navbar .dropdown-menu li a:hover {
        background: #367fa9;
    }
}

.main-header .logo {
    background-color: #54000b;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.main-header .logo:hover {
    background-color: #1e1e1f;
}

.main-header li.user-header {
    background-color: #3aacee;
}

.content-header {
    background: transparent;
}

.wrapper,
.main-sidebar,
.left-side {
    background-color: #222d32;
}

.user-panel > .info,
.user-panel > .info > a {
    color: #fff;
}

.sidebar-menu > li.header {
    color: #4b646f;
    background: #1a2226;
}

.sidebar-menu > li > a {
    border-left: 3px solid transparent;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
    color: #fff;
    background: #1e282c;
    border-left-color: #3c8dbc;
}

.sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #2c3b41;
}

.sidebar a {
    color: #b8c7ce;
}

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

.treeview-menu > li > a {
    color: #8aa4af;
}

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

.sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 6px 10px;
}

.sidebar-form input[type="text"],
.sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-form input[type="text"] {
    color: #666;
    border-radius: 2px 0 0 2px;
}

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

.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff;
}

.sidebar-form .btn {
    color: #999;
    border-radius: 0 2px 2px 0;
}

.layout-top-nav .main-header > .logo {
    background-color: #3c8dbc;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.layout-top-nav .main-header > .logo:hover {
    background-color: #3b8ab8;
}

.bottom-pagination input {
    display: inline-block;
    float: left;
    width: 75px;
    padding: 7px;
    text-align: center;
    outline: none;
    border: #ddd solid;
    border-width: 1px 0 1px 0;
}

.bottom-pagination form {
    display: inline-block;
}


.bookv-title {
  display: block;
  text-align: center;
  color: #666;
  font-weight: bold;
  font-size: 3rem;
  margin: 2rem auto;
  padding: 0;
}

/* sayfa arkaplanrengi */
.bookv-bg {
  position: relative;
  background: #a94442;
  padding: 8px;
  margin: 2px auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.bookv-bg:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 40px;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  top: 0;
  left: 50%;
  margin-left: -20px;
}
.bookv-bg:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  background: #eee;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.bookv-body {
  background: #fff4e0;
  display: block;
  position: relative;
  padding: 3px;
  z-index: 10;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}


.bookv-prev, .bookv-next {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  width: 45%;
  height: 50%;
  z-index: 50;
  background: none;
}
.bookv-prev span, .bookv-next span {
  position: absolute;
  bottom: -75px;
  width: auto;
  padding: 6px 6px;
  display: inline-block;
  background: #a743415e;
  /* font-size: 19rem; */
  color: #fff;
  border-radius: 20px 22px 20px 20px;
  /* text-align: center; */
  -webkit-transform: translateY(-100%);
  /* transform: translateY(-100%); */
  transition: background 0.2s;
}
.bookv-prev.slick-disabled, .bookv-next.slick-disabled {
  cursor: not-allowed;
}
.bookv-prev.slick-disabled:hover span, .bookv-next.slick-disabled:hover span {
  background: #FF5722;
}
.bookv-prev:hover span, .bookv-next:hover span {
  padding-bottom: 0.5rem;
  background: #D84315;
}

.bookv-prev {
  left: 0;
}
.bookv-prev span {
  left: 0px;
}
.bookv-prev span:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  margin-right: 3px;
  width: 10px;
  height: 10px;
  border: none;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bookv-next {
  right: 0;
}
.bookv-next span {
  right: 0px;
}
.bookv-next span:after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  margin-left: 3px;
  width: 10px;
  height: 10px;
  border: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bookv-pages {
  display: block;
  position: relative;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.bookv-pages.is-prev .page:after {
  -webkit-animation: flipPrev 0.5s both cubic-bezier(0.01, 0.54, 1, 0.8);
  animation: flipPrev 0.5s both cubic-bezier(0.01, 0.54, 1, 0.8);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.bookv-pages.is-next .page:after {
  -webkit-animation: flipNext 0.5s both cubic-bezier(0.01, 0.54, 1, 0.8);
  animation: flipNext 0.5s both cubic-bezier(0.01, 0.54, 1, 0.8);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.bookv-pages .page {
  width: 50%;
  position: relative;
  padding: 1px;
  float: left;
}


.bookv-pages .page  img{
  width: 99%;

}

.bookv-pages .page:before {
  content: attr(id);
  position: absolute;
  display: inline-block;
  top: 96%;
  left: 50%;
  font-size: 1.5em;
  color: #ccc;
  z-index: 15;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.bookv-pages .page:after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  perspective: 500;
  -webkit-perspective: 500;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
}

input, select {
  box-shadow: none !important;
  border: none;
  border-radius: 0;
}

.bookv-select {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  max-width: 200px;
  margin: 0 auto;
}
.bookv-select select {
  position: relative;
  display: block;
  box-shadow: none !important;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-left: 7px;
  border: 1px solid #666;
  background: #b37c1a;
  color: #fff;
  outline: 0;
  padding: 0.5rem 1.5rem -0.9rem 0rem;
  text-align: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: border 0.2s;
}
.bookv-select select::-ms-expand {
  display: none;
}
.bookv-select select:focus {
  background: #454545;
}
.bookv-select select:focus + span {
  background: #454545;
}
.bookv-select span {
  pointer-events: none;
  background: #333;
  position: absolute;
  z-index: 10;
  top: 1px;
  right: 1px;
  bottom: 1px;
  padding: 1rem;
  display: inline-block;
}
.bookv-select span i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #999 transparent transparent transparent;
  position: absolute;
  display: inline-block;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.bookv-select:hover span i {
  border-color: #fff transparent transparent transparent;
}


.bookv-select1 {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  max-width: 200px;
  margin: 0 auto;
}
.bookv-select1 select {
  position: relative;
  display: block;
  box-shadow: none !important;
  margin: 0 auto;
  width: 100%;
  height: auto;
  border: 1px solid #1f1d1d;
  background: #772927;
  color: #fff;
  outline: 0;
  padding-left: 7px;
  padding: 0.5rem 1.5rem -0.5rem 3rem;
  text-align: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: border 0.2s;
}
.bookv-select1 select::-ms-expand {
  display: none;
}
.bookv-select1 select:focus {
  background: #454545;
}
.bookv-select1 select:focus + span {
  background: #454545;
}
.bookv-select1 span {
  pointer-events: none;
  background: #333;
  position: absolute;
  z-index: 10;
  top: 1px;
  right: 1px;
  bottom: 1px;
  padding: 1rem;
  display: inline-block;
}
.bookv-select1 span i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #999 transparent transparent transparent;
  position: absolute;
  display: inline-block;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.bookv-select1:hover span i {
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 639px) {

  .btn {
    display: inline-block;
    padding: 6px 4px;
    margin-bottom: 0;
}

	.box-footer {
    padding: 1px;
    border-top: 1px solid #f4f4f4;
    border-radius: 0 0 1px 1px;
    background-color: #54000b;
    height: 50px;
}

.bottom-pagination input {
    display: inline-block;
    float: left;
    width: 57px;
    /* padding: 6px; */
    text-align: center;
    outline: none;
    border: #ddd solid;
    border-width: 1px 0 1px 0;
}
  .bookv-bg:before, .bookv-body:before {
    display: none;
  }
  .bookv-pages .page {
    width: 100%;

  }


  .bookv-pages .page:after {
    display: none;
  }

  .bookv-prev span, .bookv-next span {
    font-size: 0px;
    padding: 8px 1px;
    color: transparen;
    /* margin-top: 19px; */
    margin-bottom: 225px;
  }
  .bookv-prev span:before, .bookv-prev span:after, .bookv-next span:before, .bookv-next span:after {
    margin: 0;
  }

  /* sayfa boyut */


/* layout */
.reset {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
}


body #bottom-footer {
background-color: #000000;
	color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom:15px;

}
body #bottom-footer .btm-footer-links a {
	margin-right: 20px;
	color: #fff;
}
body #bottom-footer .copyright {
	text-align: right;
}
