/* ---------------------------------------------------------------------- 
>>> TABLE OF CONTENT
-------------------------------------------------------------------------
1 - Basic Elements & Classes
2 - Top Navbar
3 - Sidebar
4 - Nav
5 - Main Container
6 - Footer
7 - Settings
8 - Off sidebar
9 - Utilities
10 - Dropdown Menu
11 - Tabs
12 - Panles
13 - Pagination
14 - Accordion
15 - Animations
16 - Progress Bars
17 - Labels and Badges
18 - Form Elements
19 - Icons
20 - Buttons
21 - Links
22 - Form Wizard
23 - Login
24 - Invoice
25 - Timeline
26 - Tables
27 - User Profile
28 - Calendar
29 - Todo
30 - Chat
31 - Messages
32 - Modals
33 - Maps
34 - Pricing Table
35 - Error
36 - Page Title
37 - Tooltips
38 - Popovers
39 - Date Picker
40 - Landing Page
/* ---------------------------------------------------------------------- */
/*



*/
/* ---------------------------------------------------------------------- */
/*  Basic Elements & Classes
/* ---------------------------------------------------------------------- */
html, body {
    height : 100%;
    width  : 100%;
}

html {
    font-size : 100%;
}

body {
    color                  : #8E8E93;
    direction              : ltr;
    overflow-x             : hidden;
    height                 : 100%;
    font-family            : Helvetica, Arial, sans-serif;
    font-size              : 13px;
    padding                : 0;
    margin                 : 0;
    background             : #F7F7F8;
    -webkit-font-smoothing : antialiased !important;
}

@media (min-width : 992px) {
    body.app-boxed-page {
        background : url("../images/bg.png") transparent !important;
    }
}

::-moz-selection {
    background  : #407887;
    text-shadow : none;
    color       : #FFFFFF;
}

::selection {
    background  : #407887;
    text-shadow : none;
    color       : #FFFFFF;
}

a, a:focus, a:hover, a:active {
    outline         : 0 !important;
    text-decoration : none !important;
    cursor          : pointer;
}

button {
    outline : 0 !important;
}

a {
    color : #58748B;
}

a:hover, a:focus, a:active {
    color : #30404D;
}

h1, h2 {
    font-family : "Raleway", sans-serif;
}

h3, h4, h5 {
    font-family : Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
    font-weight : 300;
    margin-top  : 0;
    color       : #5B5B60;
}

.text-bold h1, h1.text-bold, h1 .text-bold, .text-bold h2, h2.text-bold, h2 .text-bold, .text-bold h3, h3.text-bold, h3 .text-bold, .text-bold h4, h4.text-bold, h4 .text-bold, .text-bold h5, h5.text-bold, h5 .text-bold {
    font-weight : 600;
}

h5.over-title {
    font-family : "Lato", sans-serif;
    font-size   : 16px;
}

.mainTitle {
    margin : 20px 0;
}

.mainTitle small {
    color          : #8E8E93;
    font-size      : 17px;
    font-weight    : 300;
    letter-spacing : 0;
    display        : block;
    margin         : 10px 0;
}

.mainTitle i {
    font-size : 17px;
}

.ct-callout {
    border-color  : #007AFF;
    border-image  : none;
    border-radius : 0;
    border-style  : solid;
    border-width  : 0 0 0 5px;
    margin        : 20px 0;
    padding       : 10px;
    background    : rgba(255, 255, 255, 0.4);
}

.main-wrapper {
    position : relative;
}

.ajax-white-backdrop {
    background-color : rgba(255, 255, 255, 0.5);
    display          : none;
    bottom           : 0;
    left             : 0;
    position         : absolute;
    top              : 0;
    right            : 0;
    z-index          : 1049;
}

.ajax-white-backdrop:before {
    background    : #000000;
    width         : 40px;
    height        : 40px;
    line-height   : 40px;
    border-radius : 5px;
    top           : 60px;
    left          : 50%;
    margin-left   : -20px;
    content       : "";
    position      : absolute;
}

.ajax-white-backdrop:after {
    content           : "\f110";
    font-family       : FontAwesome;
    width             : 40px;
    height            : 40px;
    line-height       : 40px;
    top               : 60px;
    color             : #FFFFFF;
    text-align        : center;
    position          : absolute;
    left              : 50%;
    margin-left       : -20px;
    -webkit-animation : spin 2s infinite linear;
    -moz-animation    : spin 2s infinite linear;
    -o-animation      : spin 2s infinite linear;
    animation         : spin 2s infinite linear;
}

@media (min-width : 992px) {
    .app-navbar-fixed {
        padding-top : 60px;
    }
}

#app {
    height     : auto;
    min-height : 100%;
    position   : relative;
    width      : 100%;
    overflow   : hidden;
}

@media (min-width : 992px) {
    .app-boxed-page #app {
        margin : 0 auto;
        width  : 970px;
    }
}

@media (min-width : 1200px) {
    .app-boxed-page #app {
        margin : 0 auto;
        width  : 1170px;
    }
}

#app .app-content {
    height : 100%;
}

#app .app-content:before, #app .app-content:after {
    content : " ";
    display : table;
}

#app .app-content:after {
    clear : both;
}

@media (max-width : 991px) {
    #app {
        width : 100%;
    }

    #app .app-content {
        -moz-transition          : -moz-transform 300ms ease 0s;
        -o-transition            : -o-transform 300ms ease 0s;
        -webkit-transition       : -webkit-transform 300ms ease;
        -webkit-transition-delay : 0s;
        transition               : transform 300ms ease 0s;
        height                   : 100%;
        width                    : 100%;
        position                 : relative;
        z-index                  : 2;
    }

    #app.app-slide-off {
        position : fixed;
        height   : 100%;
    }

    #app.app-slide-off > .app-content {
        box-shadow               : 0 0 4px rgba(0, 0, 0, 0.4);
        overflow                 : hidden;
        position                 : absolute;
        -webkit-transform        : translate3d(260px, 0, 0);
        transform                : translate3d(260px, 0, 0);
        -moz-transition          : -moz-transform 300ms ease 0s;
        -o-transition            : -o-transform 300ms ease 0s;
        -webkit-transition       : -webkit-transform 300ms ease;
        -webkit-transition-delay : 0s;
        transition               : transform 300ms ease 0s;
    }

    #app.app-slide-off > #off-sidebar {
        -webkit-transform        : translate3d(260px, 0, 0);
        transform                : translate3d(260px, 0, 0);
        -moz-transition          : -moz-transform 300ms ease 0s;
        -o-transition            : -o-transform 300ms ease 0s;
        -webkit-transition       : -webkit-transform 300ms ease;
        -webkit-transition-delay : 0s;
        transition               : transform 300ms ease 0s;
    }

    #app.app-offsidebar-open {
        position : fixed;
        height   : 100%;
    }

    #app.app-offsidebar-open > .app-content {
        box-shadow               : 0 0 4px rgba(0, 0, 0, 0.4);
        overflow                 : hidden;
        position                 : absolute;
        -webkit-transform        : translate3d(-260px, 0, 0);
        transform                : translate3d(-260px, 0, 0);
        -moz-transition          : -moz-transform 300ms ease 0s;
        -o-transition            : -o-transform 300ms ease 0s;
        -webkit-transition       : -webkit-transform 300ms ease;
        -webkit-transition-delay : 0s;
        transition               : transform 300ms ease 0s;
    }
}

.app-content-loading {
    background    : #000000;
    border-radius : 10px;
    height        : 100px;
    left          : 50%;
    margin-left   : -50px;
    margin-top    : -50px;
    position      : absolute;
    text-align    : center;
    top           : 50%;
    width         : 100px;
    z-index       : 1051;
}

.loading-spinner {
    font-size   : 50px;
    left        : 50%;
    margin-left : -25px;
    margin-top  : -25px;
    position    : absolute;
    top         : 50%;
}

.well {
    box-shadow : none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color : #58748B;
    color            : #FFFFFF;
}

.nav-pills > li > a {
    border-radius : 10px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color : #C7DEA7;
    border-color     : #93A681;
}

.list-group-item {
    background-color : #F3FAEA;

}

.list-group-item.active .list-group-item-text {
    color : #0A0A0A !important;

}

.xs-inline-konu .list-group-item.active {
    background-color : #C7DEA7;
    border-color     : #93A681;
}

.xs-inline-kategori .list-group-item.active-gray {
    background-color : #DFDFDF;
    color            : #595858;
    font-weight      : bold;
}

.xs-inline-kategori {
    margin-top : 15px;

}

.active-gray {
    background-color : #C2C0C0;
}

.container-fullw {
    margin-left    : -15px;
    margin-right   : -15px;
    padding-left   : 30px;
    padding-right  : 30px;
    padding-top    : 30px;
    padding-bottom : 15px;
    position       : relative;
}

.container-fullw:before {
    /* content          : " ";
     position         : absolute;
     height           : 1px;
     bottom           : 0;
     left             : 0;
     right            : 0;
     width            : 100%;
     background-image : -o-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1), transparent);
     background-image : -webkit-gradient(linear, to left, transparent, rgba(0, 0, 0, 0.1), transparent);
     background-image : -ms-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1), transparent);
     background-image : -moz-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1), transparent);
     background-image : -webkit-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1), transparent);
     background-image : linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));*/
}

@media (max-width : 768px) {
    .container-fullw {
        padding-left  : 15px;
        padding-right : 15px;
        margin-bottom: 72px;
    }

    .top-sm-0 {
        top : 0 !important;
    }

    .form-group {
        margin-bottom : 20px !important;
        margin-top    : 10px;
    }

    .sm-margin-top-10 {
        margin-top : 10px !important;
    }

    .sm-margin-top-20 {
        margin-top : 20px !important;
    }

    .overflow-scroll {
        overflow : scroll !important;
    }

}

span[role="slider"] {
    outline : none !important;
}

/* ---------------------------------------------------------------------- */
/*  Top Navbar
/* ---------------------------------------------------------------------- */

.navbar {
    position      : absolute;
    top           : 0;
    width         : 100%;
    z-index       : 1089;
    border        : none;
    margin-bottom : 0;
    height        : 60px;
}

.navbar .loading-bar-wrapper {
    position : absolute;
    bottom   : 0;
    height   : 3px;
    left     : 0;
    right    : 0;
    z-index  : 999;
}

.navbar .navbar-header {
    z-index       : 10;
    background    : #2C2F3B;
    border-bottom : 1px solid transparent;
    position      : relative;
    height        : 60px;
}

@media (min-width : 768px) {
    .navbar .navbar-header {
        width : 260px;
    }
}

@media (min-width : 992px) {
    .navbar .navbar-header {
        border-right       : 1px solid transparent;
        -moz-transition    : width 0.5s;
        -o-transition      : width 0.5s;
        -webkit-transition : width 0.5s;
        transition         : width 0.5s;
    }
}

.navbar .navbar-header a, .navbar .navbar-header button {
    line-height : 60px;
    height      : 60px;
}

.navbar .navbar-header button {
    background : none;
    border     : none;
}

.navbar .navbar-header .navbar-brand {
    padding : 0 15px;
}

@media (min-width : 992px) {
    .navbar .navbar-header .navbar-brand {
        -moz-transition    : all 0.5s;
        -o-transition      : all 0.5s;
        -webkit-transition : all 0.5s;
        transition         : all 0.5s;
        position           : absolute;
        left               : 0;
        top                : 0;
    }
}

.navbar .navbar-header .navbar-brand.navbar-brand-collapsed {
    display : none;
}

@media (min-width : 992px) {
    .navbar .navbar-header .navbar-brand.navbar-brand-collapsed {
        display    : inline-block;
        opacity    : 0;
        left       : -150%;
        width      : 70px;
        text-align : center;
    }
}

.navbar .navbar-header .navbar-brand img {
    display : inline-block;
}

.navbar .navbar-header .menu-toggler {
    margin-right : 0;
    padding      : 0 15px;
    color        : #C8C7CC;
}

.navbar .navbar-header .menu-toggler .fa-folder {
    margin-right : 2px;
}

.navbar .navbar-header .menu-toggler .open-icon {
    display : none;
}

.navbar .navbar-header .menu-toggler.menu-open .open-icon {
    display : inline-block;
}

.navbar .navbar-header .menu-toggler.menu-open .closed-icon {
    display : none;
}

.navbar .navbar-header .sidebar-toggler {
    font-size     : 17px;
    padding-right : 20px;
    color         : #C8C7CC;
}

.navbar .navbar-header .sidebar-toggler:hover {
    color : #AEACB4;
}

.navbar .navbar-header .sidebar-mobile-toggler, .navbar .navbar-header .menu-mobile-toggler {
    padding-left   : 15px;
    padding-right  : 15px;
    padding-top    : 0;
    padding-bottom : 0;
}

.navbar .navbar-header .sidebar-mobile-toggler:hover, .navbar .navbar-header .menu-mobile-toggler:hover {
    color : #AEACB4;
}

.navbar .navbar-header .sidebar-mobile-toggler {
    background-color : #C82E29;
    border-color     : #C82E29;
    color            : #FFFFFF;
}

.navbar .navbar-header .sidebar-mobile-toggler:hover {
    background-color : #DA4F4A !important;
    border-color     : #DA4F4A;
    color            : #FFFFFF;
}

.navbar .navbar-header .sidebar-mobile-toggler:active, .navbar .navbar-header .sidebar-mobile-toggler.active, .navbar .navbar-header .sidebar-mobile-toggler.active:focus, .navbar .navbar-header .sidebar-mobile-toggler:active:focus, .navbar .navbar-header .sidebar-mobile-toggler:active:hover, .navbar .navbar-header .sidebar-mobile-toggler.dropdown-toggle:active:hover {
    background-color : #B32925 !important;
    border-color     : #B32925;
}

.navbar .navbar-header .sidebar-mobile-toggler:focus {
    background-color : #DE635F;
    border-color     : #DE635F;
    color            : #FFFFFF;
}

.navbar .navbar-header .sidebar-mobile-toggler.disabled:hover, .navbar .navbar-header .sidebar-mobile-toggler.disabled:focus, .navbar .navbar-header .sidebar-mobile-toggler.disabled:active, .navbar .navbar-header .sidebar-mobile-toggler.disabled.active, .navbar .navbar-header .sidebar-mobile-toggler[disabled], .navbar .navbar-header .sidebar-mobile-toggler[disabled]:hover, .navbar .navbar-header .sidebar-mobile-toggler[disabled]:focus, .navbar .navbar-header .sidebar-mobile-toggler[disabled]:active, .navbar .navbar-header .sidebar-mobile-toggler[disabled].active, fieldset[disabled] .navbar .navbar-header .sidebar-mobile-toggler:hover, fieldset[disabled] .navbar .navbar-header .sidebar-mobile-toggler:focus, fieldset[disabled] .navbar .navbar-header .sidebar-mobile-toggler:active, fieldset[disabled] .navbar .navbar-header .sidebar-mobile-toggler.active {
    background-color : #E37874;
    border-color     : #E37874;
    color            : #FFFFFF;
}

.navbar .navbar-header .menu-mobile-toggler {
    color     : #C8C7CC;
    font-size : 17px;
    min-width : 50px;
}

.navbar .navbar-header .menu-mobile-toggler:hover {
    color : #AEACB4;
}

.nav > li > a > img {
    max-width : 30px !important;
}

@media (max-width : 991px) {
    .navbar .navbar-header #horizontal-menu-toggler {
        display : none;
    }

    .navbar .navbar-header #sidebar-toggler {
        display : block;
    }
}

.navbar .navbar-collapse {
    border-bottom : 1px solid transparent;
    border-top    : none;
    background    : #2C2F3B;
    padding-left  : 15px !important;
    padding-right : 15px !important;
    position      : relative;
}

@media (min-width : 768px) {
    .navbar .navbar-collapse {
        -moz-transition    : margin 0.5s;
        -o-transition      : margin 0.5s;
        -webkit-transition : margin 0.5s;
        transition         : margin 0.5s;
        margin-left        : 260px;
        height             : 60px !important;
    }

    .navbar .navbar-collapse .nav {
        height : auto !important;
    }
}

@media (max-width : 767px) {
    .navbar .navbar-collapse {
        padding-left  : 0 !important;
        padding-right : 0 !important;
        overflow      : hidden !important;
    }

    .navbar .navbar-collapse .nav {
        overflow-y                 : auto;
        -webkit-overflow-scrolling : touch;
    }

}

.navbar .navbar-collapse.in {
    overflow-y : visible;
}

.navbar .navbar-collapse button {
    background : none;
    border     : none;
}

@media (max-width : 991px) {
    .app-slide-off .navbar, .app-offsidebar-open .navbar {
        position : absolute !important;
    }
}

@media (min-width : 992px) {
    .app-navbar-fixed .navbar .navbar-collapse, .app-navbar-fixed .navbar .navbar-header {
        position          : fixed;
        top               : 0;
        left              : 0;
        right             : 0;
        -webkit-transform : translateZ(0);
    }

    .app-navbar-fixed .navbar .dropdown-off-sidebar {
        position          : fixed;
        top               : -1px;
        -webkit-transform : translateZ(0);
        border            : none;
    }

    .app-boxed-page .app-navbar-fixed .navbar {
        width    : 970px;
        position : fixed !important;
    }

    .app-boxed-page .app-navbar-fixed .navbar .navbar-collapse, .app-boxed-page .app-navbar-fixed .navbar .navbar-header, .app-boxed-page .app-navbar-fixed .navbar .dropdown-off-sidebar {
        position : absolute !important;
    }
}

@media (min-width : 1200px) {
    .app-boxed-page .app-navbar-fixed .navbar {
        width : 1170px;
    }
}

@media (min-width : 992px) {
    .app-sidebar-closed .navbar .navbar-header {
        width : 70px;
    }
}

@media (min-width : 992px) and (min-width : 992px) {
    .app-sidebar-closed .navbar .navbar-header .navbar-brand {
        top     : -200%;
        opacity : 0;
    }
}

@media (min-width : 992px) {
    .app-sidebar-closed .navbar .navbar-header .navbar-brand.navbar-brand-collapsed {
        display : block;
        top     : 0;
        left    : 0;
        opacity : 1;
    }

    .app-sidebar-closed .navbar .navbar-collapse {
        margin-left : 70px;
    }
}

@media (max-width : 991px) {
    .navbar {
        left              : 0;
        margin            : 0;
        position          : absolute;
        right             : 0;
        width             : 100%;
        -webkit-transform : translateZ(0);
    }
}

@media (min-width : 992px) {
    .app-sidebar-fixed .navbar .navbar-header {
        position : fixed;
        top      : 0;
    }

    .app-boxed-page .app-sidebar-fixed .navbar .navbar-header {
        position : absolute !important;
    }
}

.navbar .close-handle {
    position   : absolute;
    bottom     : 0;
    left       : 0;
    right      : 0;
    background : #2C2F3B;
    cursor     : pointer;
    z-index    : 1001;
    min-height : 40px;
}

.navbar .close-handle .arrow-left, .navbar .close-handle .arrow-right {
    background-color         : #FFFFFF;
    border-radius            : 10px;
    bottom                   : 15px;
    height                   : 8px;
    left                     : 50%;
    position                 : absolute;
    -moz-transition          : -moz-transform 0.2s ease 0s;
    -o-transition            : -o-transform 0.2s ease 0s;
    -webkit-transition       : -webkit-transform 0.2s ease;
    -webkit-transition-delay : 0s;
    transition               : transform 0.2s ease 0s;
    width                    : 24px;
    margin-left              : -12px;
    cursor                   : pointer;
}

.navbar .close-handle .arrow-left {
    -moz-transform    : translate3d(-8px, 0px, 0px) rotate(-10deg);
    -ms-transform     : translate3d(-8px, 0px, 0px) rotate(-10deg);
    -webkit-transform : translate3d(-8px, 0px, 0px) rotate(-10deg);
    transform         : translate3d(-8px, 0px, 0px) rotate(-10deg);
}

.navbar .close-handle .arrow-right {
    -moz-transform    : translate3d(8px, 0px, 0px) rotate(10deg);
    -ms-transform     : translate3d(8px, 0px, 0px) rotate(10deg);
    -webkit-transform : translate3d(8px, 0px, 0px) rotate(10deg);
    transform         : translate3d(8px, 0px, 0px) rotate(10deg);
}

.navbar .navbar-right .nav {
    margin : 0;
}

.navbar .navbar-right .nav .dropdown-light:after {
    right : 36px;
    left  : auto;
    top   : -9px;
}

.navbar .navbar-right .nav .dropdown-light:before {
    right : 35px;
    left  : auto;
    top   : -11px;
}

.navbar .navbar-right .badge {
    background-color  : red;
    color             : #FFFFFF;
    padding           : 0;
    position          : absolute;
    top               : 10px;
    right             : -15px;
    font-size         : 12px;
    left              : auto;
    -moz-transform    : translateX(-50%);
    -ms-transform     : translateX(-50%);
    -webkit-transform : translateX(-50%);
    transform         : translateX(-50%);
    height            : 20px;
    min-width         : 20px;
    line-height       : 20px;
}

@media (max-width : 767px) {
    .navbar .navbar-right .badge {
        margin       : 0;
        position     : absolute !important;
        border-color : #FFFFFF;
        width        : 20px;
        left         : 50% !important;
        right        : auto;
        margin-left  : 15px !important;
    }
}

.navbar .navbar-right .dot-badge {
    border-radius     : 100%;
    border-style      : solid;
    border-width      : 2px;
    height            : 10px;
    margin            : 2px;
    position          : absolute !important;
    border-color      : #FFFFFF;
    top               : 6px;
    width             : 10px;
    left              : 50%;
    -moz-transform    : translateX(-50%);
    -ms-transform     : translateX(-50%);
    -webkit-transform : translateX(-50%);
    transform         : translateX(-50%);
    right             : auto;
    margin-left       : 10px;
}

.navbar .navbar-right .view-all {
    text-align : center;
}

.navbar .navbar-right .drop-down-wrapper ul {
    list-style : none;
    margin     : 0;
    padding    : 5px 5px 0 5px;
}

.navbar .dropdown-off-sidebar {
    position       : absolute;
    z-index        : 11;
    top            : -1px;
    right          : 0;
    width          : 30px;
    line-height    : 59px;
    color          : rgba(255, 255, 255, 0.7);
    background     : #2C2F3B;
    padding-top    : 0;
    padding-bottom : 0;
}

.navbar .dropdown-off-sidebar:hover {
    color : white;
}

.navbar .dropdown-off-sidebar:after {
    position    : absolute;
    font-size   : 17px;
    padding     : 0;
    margin      : 0;
    font-family : 'themify';
    content     : "\e6da";
    left        : 5px;
    top         : 0;
}

.app-offsidebar-open .navbar .dropdown-off-sidebar:after {
    content : "\e6d9";
}

@media (min-width : 992px) {
    .app-offsidebar-open .navbar .dropdown-off-sidebar {
        position : fixed;
    }

    .app-boxed-page .app-offsidebar-open .navbar .dropdown-off-sidebar {
        position : absolute !important;
    }
}

@media (max-width : 991px) {
    .navbar .dropdown-off-sidebar {
        width : 50px;
    }

    .navbar .dropdown-off-sidebar:after {
        left : 15px;
    }
}

.navbar .navbar-left {
    margin-left : -15px;
}

.navbar .navbar-left .expand-on {
    display : none;
}

.isFullscreen .navbar .navbar-left .expand-on {
    display : inline-block;
}

.isFullscreen .navbar .navbar-left .expand-off {
    display : none;
}

@media (min-width : 768px) {
    .navbar .navbar-left > li {
        float    : left;
        padding  : 0 10px;
        position : relative;
    }

    .navbar .navbar-left > li:before {
        content    : "";
        position   : absolute;
        width      : 1px;
        left       : 0;
        top        : 5px;
        bottom     : 5px;
        background : -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background : -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background : linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
        /* IE6-9 */
    }

    .navbar .navbar-left > li > a {
        line-height : 60px;
        padding     : 0 15px;
        color       : rgba(255, 255, 255, 0.7);
    }

    .navbar .navbar-left > li > a:hover, .navbar .navbar-left > li > a:active, .navbar .navbar-left > li > a:focus {
        color      : white;
        background : none;
    }

    .navbar .navbar-left > li > .main-search {
        float      : left;
        padding    : 0;
        display    : inline-block;
        background : none !important;
        margin     : 0;
        box-shadow : none;
        border     : none;
        position   : relative;
    }

    .navbar .navbar-left > li > .main-search .form-group {
        margin-bottom : 0;
    }

    .navbar .navbar-left > li > .main-search .form-control {
        background    : none !important;
        border        : none !important;
        font-size     : 14px !important;
        height        : 60px;
        margin        : 0;
        z-index       : 2000;
        color         : #FFFFFF !important;
        padding-right : 30px !important;
    }

    .navbar .navbar-left > li > .main-search .form-control::-webkit-input-placeholder {
        color : rgba(255, 255, 255, 0.4);
    }

    .navbar .navbar-left > li > .main-search .form-control:-moz-placeholder {
        color : rgba(255, 255, 255, 0.4);
    }

    .navbar .navbar-left > li > .main-search .form-control::-moz-placeholder {
        color : rgba(255, 255, 255, 0.4);
    }

    .navbar .navbar-left > li > .main-search .form-control:-ms-input-placeholder {
        color : rgba(255, 255, 255, 0.4);
    }

    .navbar .navbar-left > li > .main-search .search-button {
        background     : none;
        border         : none;
        border-radius  : 0;
        box-shadow     : none !important;
        color          : rgba(255, 255, 255, 0.7);
        position       : absolute;
        right          : 0;
        top            : 0;
        padding-top    : 0;
        padding-bottom : 0;
        line-height    : 60px;
    }

    .navbar .navbar-left > li > .main-search .search-button:hover, .navbar .navbar-left > li > .main-search .search-button:active, .navbar .navbar-left > li > .main-search .search-button:focus {
        color : white;
    }

    .navbar .navbar-left > li.sidebar-toggler-wrapper > div {
        line-height : 60px;
    }

    .navbar .navbar-left > li.sidebar-toggler-wrapper:before {
        display : none;
    }

    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn {
        background-color : #C82E29;
        border-color     : #C82E29;
        color            : #FFFFFF;
        float            : none !important;
        display          : inline-block !important;
    }

    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:hover {
        background-color : #DA4F4A !important;
        border-color     : #DA4F4A;
        color            : #FFFFFF;
    }

    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:active, .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.active, .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.active:focus, .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:active:focus, .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:active:hover, .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.dropdown-toggle:active:hover {
        background-color : #B32925 !important;
        border-color     : #B32925;
    }

    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:focus {
        background-color : #DE635F;
        border-color     : #DE635F;
        color            : #FFFFFF;
    }

    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.disabled:hover, .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.disabled:focus, .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.disabled:active, .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.disabled.active, .navbar .navbar-left > li.sidebar-toggler-wrapper .btn[disabled], .navbar .navbar-left > li.sidebar-toggler-wrapper .btn[disabled]:hover, .navbar .navbar-left > li.sidebar-toggler-wrapper .btn[disabled]:focus, .navbar .navbar-left > li.sidebar-toggler-wrapper .btn[disabled]:active, .navbar .navbar-left > li.sidebar-toggler-wrapper .btn[disabled].active, fieldset[disabled] .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:hover, fieldset[disabled] .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:focus, fieldset[disabled] .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:active, fieldset[disabled] .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.active {
        background-color : #E37874;
        border-color     : #E37874;
        color            : #FFFFFF;
    }
}

@media (min-width : 992px) {
    .navbar .navbar-right {
        position : relative;
        margin   : 0;
    }
}

@media (min-width : 767px) and (max-width : 991px) {
    .navbar .navbar-right {
        position : relative;
        margin   : 0 35px 0 0;
    }
}

@media (min-width : 768px) {
    .navbar .navbar-right > li {
        float    : left;
        position : relative;
        padding  : 0 10px;
    }

    .navbar .navbar-right > li:before {
        content    : "";
        position   : absolute;
        width      : 1px;
        right      : 0;
        top        : 5px;
        bottom     : 5px;
        background : -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background : -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background : linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
        /* IE6-9 */
    }

    .xs-inline-konu-mobil {
        display : none;
    }
}

@media (max-width : 767px) {
    .navbar .navbar-right > li {
        border-bottom : 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar .navbar-right > li:last-child {
        margin-bottom : 40px;
    }
}

.navbar .navbar-right > li.open > a {
    background : none;
}

.navbar .navbar-right > li.open > a:hover, .navbar .navbar-right > li.open > a:active, .navbar .navbar-right > li.open > a:focus {
    background : none;
    top        : 0;
}

.navbar .navbar-right > li > a {
    font-size      : 13px;
    font-weight    : 600;
    letter-spacing : 0;
    line-height    : 60px;
    filter         : progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity        : 0.9;
    padding        : 0 15px;
    position       : relative;
    text-align     : center;
    color          : rgba(255, 255, 255, 0.7);
}

.navbar .navbar-right > li > a:hover, .navbar .navbar-right > li > a:active, .navbar .navbar-right > li > a:focus {
    background : none;
    color      : white;
}

.navbar .navbar-right > li > a i {
    font-size : 17px;
    top       : 1px;
}

.navbar .navbar-right > li > a .flag-icon {
    width        : 17px;
    height       : 17px;
    margin-right : 5px;
}

.navbar .navbar-right > li > a .angular-notifications-container {
    display : block;
}

.navbar .navbar-right > li > a .angular-notifications-container .angular-notifications-icon {
    height      : 20px !important;
    min-width   : 20px !important;
    padding-top : 0 !important;
    top         : 10px !important;
    line-height : 20px !important;
    right       : -15px;
}

@media (max-width : 767px) {
    .navbar .navbar-right > li > a .angular-notifications-container .angular-notifications-icon {
        margin       : 0;
        position     : absolute !important;
        border-color : #FFFFFF;
        width        : 20px;
        left         : 50% !important;
        right        : auto;
        margin-left  : 5px;
    }
}

.navbar .navbar-right > li.current-user > a img {
    width         : 30px;
    margin-top    : -4px;
    border-radius : 100%;
    margin-right  : 5px;
}

@media (max-width : 767px) {
    .navbar .navbar-right > li.current-user a {
        display : block;
        float   : none;
    }

    .navbar .navbar-right > li.current-user a img {
        display      : inline-block;
        margin-right : 0;
        float        : none;
    }

    .navbar .navbar-right > li.current-user a span {
        bottom      : 0;
        left        : 0;
        position    : absolute;
        right       : 0;
        top         : 0;
        font-size   : 0;
        line-height : 0px;
        float       : none;
        margin-top  : 0;
    }

    .navbar .navbar-right > li.current-user a i {
        font-size          : 14px;
        line-height        : 60px;
        color              : #FFFFFF !important;
        -moz-transition    : opacity 0.3s ease;
        -o-transition      : opacity 0.3s ease;
        -webkit-transition : opacity 0.3s ease;
        transition         : opacity 0.3s ease;
        background         : rgba(0, 0, 0, 0.5);
        height             : 39px;
        line-height        : 39px;
        margin             : 10px auto;
        width              : 39px;
        border-radius      : 20%;
    }

    .navbar .navbar-right > li.current-user.open i, .navbar .navbar-right > li.current-user a:hover i {
        opacity : 0;
    }
}

.navbar .navbar-right .dropdown-menu:before {
    top   : -11px;
    right : 21px;
    left  : auto;
}

.navbar .navbar-right .dropdown-menu:after {
    top   : -9px;
    right : 22px;
    left  : auto;
}

.navbar .navbar-right .dropdown-menu.dropdown-subview .fa-stack {
    height         : 1.9em;
    line-height    : 1.9em;
    vertical-align : top;
    margin-right   : 5px;
}

.navbar .navbar-right .dropdown-menu.dropdown-large {
    width : 300px;
}

.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper .media-body {
    width : auto !important;
}

.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a {
    -moz-border-radius    : 3px;
    -webkit-border-radius : 3px;
    border-radius         : 3px;
    color                 : #8E8E93;
    display               : block;
    margin-bottom         : 5px;
    padding               : 10px;
    border-bottom         : none;
    background-color      : #F7F7F8;
    text-align            : left;
}

.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a.unread {
    background-color : #EDECEE;
}

.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a:hover {
    background-color : #E9E8EA;
}

.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a .thread-image {
    float        : left;
    height       : 50px;
    margin-right : 8px;
    width        : 50px;
}

.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a .author {
    display     : block;
    font-size   : 12px;
    font-weight : 600;
    line-height : normal;
}

.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a .preview {
    display     : block;
    font-size   : 11px;
    line-height : normal;
    color       : #AEACB4;
}

.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a .time {
    display     : block;
    float       : right;
    font-size   : 11px;
    font-style  : italic;
    font-weight : 600;
    color       : #AEACB4;
}

@media (max-width : 767px) {
    .navbar .navbar-right .dropdown-menu {
        position   : relative;
        width      : 100% !important;
        max-width  : 100% !important;
        box-shadow : none;
        margin     : 0;
    }

    .navbar .navbar-right .dropdown-menu:before {
        left              : 50% !important;
        -moz-transform    : translateX(-50%);
        -ms-transform     : translateX(-50%);
        -webkit-transform : translateX(-50%);
        transform         : translateX(-50%);
    }

    .navbar .navbar-right .dropdown-menu:after {
        left              : 50% !important;
        -moz-transform    : translateX(-50%);
        -ms-transform     : translateX(-50%);
        -webkit-transform : translateX(-50%);
        transform         : translateX(-50%);
    }

    .navbar .navbar-right > li {
        float   : left;
        width   : 100%;
        padding : 10px;
    }
}

@media (min-width : 992px) {
    .lyt-2 .navbar .navbar-header {
        width : 220px;
    }

    .lyt-2 .navbar .navbar-header .navbar-brand.navbar-brand-collapsed {
        padding : 0;
        width   : 50px !important;
    }
}

@media (min-width : 992px) {
    .lyt-2 .navbar .navbar-collapse {
        margin-left : 220px;
    }
}

@media (min-width : 992px) {
    .lyt-2.app-sidebar-closed .navbar .navbar-header {
        width : 50px !important;
    }
}

@media (min-width : 992px) {
    .lyt-2.app-sidebar-closed .navbar .navbar-collapse {
        margin-left : 50px;
    }
}

@media (min-width : 768px) {
    .lyt-3 .navbar .navbar-header .navbar-brand {
        padding : 0 25px;
    }
}

@media (min-width : 992px) {
    .lyt-3.app-navbar-fixed .navbar {
        position : fixed;
    }
}

@media (min-width : 992px) {
    .lyt-4 .navbar .sidebar-toggler-wrapper {
        display : none;
    }
}

@media (max-width : 991px) {
    .lyt-4 .navbar #horizontal-menu-toggler {
        display : block;
    }

    .lyt-4 .navbar #sidebar-toggler {
        display : none;
    }
}

@media (min-width : 992px) {
    .lyt-4.app-sidebar-closed .navbar .navbar-header {
        width : 260px;
    }
}

@media (min-width : 992px) and (min-width : 992px) {
    .lyt-4.app-sidebar-closed .navbar .navbar-header .navbar-brand {
        top     : 0;
        opacity : 1;
    }
}

@media (min-width : 992px) {
    .lyt-4.app-sidebar-closed .navbar .navbar-header .navbar-brand.navbar-brand-collapsed {
        display : none;
        left    : -150px;
        opacity : 0;
    }

    .lyt-4.app-sidebar-closed .navbar .navbar-collapse {
        margin-left : 260px;
    }
}

@media (min-width : 992px) {
    .lyt-4.app-sidebar-fixed .navbar .navbar-header, .lyt-3.app-sidebar-fixed .navbar .navbar-header {
        position : relative;
    }
}

@media (min-width : 992px) {
    .lyt-4.app-sidebar-fixed.app-navbar-fixed .navbar .navbar-header, .lyt-3.app-sidebar-fixed.app-navbar-fixed .navbar .navbar-header {
        position : fixed;
    }
}

.lyt-6 .navbar .navbar-header {
    text-align : center;
}

@media (min-width : 992px) {
    .lyt-6 .navbar .navbar-header {
        width : 190px;
    }

    .lyt-6 .navbar .navbar-header .navbar-brand.navbar-brand-collapsed {
        padding : 0;
        width   : 50px !important;
    }

    .lyt-6 .navbar .navbar-header .navbar-brand {
        display : block;
        right   : 0;
        width   : 190px;
    }
}

@media (min-width : 992px) {
    .lyt-6 .navbar .navbar-collapse {
        margin-left : 190px;
    }
}

@media (min-width : 992px) {
    .lyt-6.app-sidebar-closed .navbar .navbar-header {
        width : 50px !important;
    }
}

@media (min-width : 992px) {
    .lyt-6.app-sidebar-closed .navbar .navbar-collapse {
        margin-left : 50px;
    }
}

/* ---------------------------------------------------------------------- */
/*  Sidebar
/* ---------------------------------------------------------------------- */
#sidebar {
    width      : 260px;
    position   : absolute;
    top        : 0;
    left       : 0;
    bottom     : 0;
    background : #2C2F3B;
    overflow   : visible;
    z-index    : 1051;
}

#sidebar .ps-scrollbar-y-rail {
    right   : 0 !important;
    z-index : 2;
}

@media (max-width : 991px) {
    #sidebar .ps-scrollbar-y-rail {
        right : 2px !important;
    }
}

#sidebar .search-form .navbar-form {
    background : #282A35;
    border     : none;
    box-shadow : none;
    margin     : 0;
    padding    : 0;
    position   : relative;
}

#sidebar .search-form .navbar-form a {
    display : none;
}

#sidebar .search-form .navbar-form .search-button {
    background    : none;
    border        : none;
    border-radius : 0;
    box-shadow    : none !important;
    color         : rgba(255, 255, 255, 0.7);
    position      : absolute;
    right         : 5px;
    top           : 15px;
    transition    : all 100ms ease-in 0s;
}

#sidebar .search-form .navbar-form .search-button:hover {
    color      : white;
    transition : all 300ms ease-in 0s;
}

#sidebar .search-form .navbar-form .form-control {
    background    : transparent !important;
    border        : none !important;
    border-radius : 0 !important;
    box-shadow    : none !important;
    color         : #FFFFFF !important;
    display       : block;
    transition    : all 300ms ease-in 0s;
    width         : 100%;
    font-size     : 12px;
    height        : 60px;
    line-height   : 60px;
    padding-right : 40px;
}

#sidebar .search-form .navbar-form .form-control::-webkit-input-placeholder {
    color : rgba(255, 255, 255, 0.4);
}

#sidebar .search-form .navbar-form .form-control:-moz-placeholder {
    color : rgba(255, 255, 255, 0.4);
}

#sidebar .search-form .navbar-form .form-control::-moz-placeholder {
    color : rgba(255, 255, 255, 0.4);
}

#sidebar .search-form .navbar-form .form-control:-ms-input-placeholder {
    color : rgba(255, 255, 255, 0.4);
}

#sidebar .search-form .navbar-form .form-control:focus + .search-button {
    color : #FFFFFF;
}

#sidebar .search-form .navbar-form .form-group {
    display : block;
}

#sidebar .nav-user-wrapper {
    padding    : 30px 10px;
    position   : relative;
    background : #2C2F3B !important;
    overflow   : visible !important;
    z-index    : 1;
}

#sidebar .nav-user-wrapper:before {
    content          : "";
    position         : absolute;
    top              : 0;
    left             : 0;
    bottom           : 0;
    right            : 0;
    background-image : url("../images/user-background.png");
}

#sidebar .nav-user-wrapper .media {
    overflow : visible;
}

#sidebar .nav-user-wrapper .media .media-body {
    white-space : nowrap;
}

#sidebar .nav-user-wrapper .media .media-right a {
    font-size     : 12px;
    padding-right : 25px;
    padding-left  : 15px;
    padding-right : 15px;
    color         : rgba(255, 255, 255, 0.7);
}

#sidebar .nav-user-wrapper .media .media-right a:hover {
    color : white;
}

#sidebar .nav-user-wrapper .media .media-right .dropdown-menu a {
    color : #8E8E93;
}

#sidebar .nav-user-wrapper .media .media-right .dropdown-menu a:hover {
    color : #2C2F3B;
}

#sidebar .nav-user-wrapper .media .btn-transparent {
    background : none;
    border     : none;
    color      : rgba(255, 255, 255, 0.7) !important;
}

#sidebar .nav-user-wrapper .media .btn-transparent:hover, #sidebar .nav-user-wrapper .media .btn-transparent:focus, #sidebar .nav-user-wrapper .media .btn-transparent:active, #sidebar .nav-user-wrapper .media .btn-transparent.active {
    color : #FFFFFF !important;
}

#sidebar .profile-card-photo {
    background-color : #FFFFFF;
    border-radius    : 8px;
    display          : inline-block;
    height           : 40px;
    width            : 40px;
}

#sidebar .profile-card-photo img {
    width         : 100%;
    border-radius : 5px;
}

#sidebar .sidebar-toggler {
    font-size     : 17px;
    padding-right : 15px;
    color         : #FFFFFF;
    font-size     : 21px;
}

#sidebar .sidebar-toggler:hover {
    color : #AEACB4;
}

#sidebar > div, #sidebar .sidebar-container {
    height     : 100%;
    background : #D7D6DB;
}

@media (min-width : 992px) {
    #sidebar > div, #sidebar .sidebar-container {
        margin-left : 10px;
    }
}

#sidebar .sidebar-container {
    -webkit-box-shadow : inset -9px 0 8px -11px rgba(0, 0, 0, 0.4);
    -moz-box-shadow    : inset -9px 0 8px -11px rgba(0, 0, 0, 0.4);
    box-shadow         : inset -9px 0 8px -11px rgba(0, 0, 0, 0.4);
}

.app-sidebar-fixed #sidebar > .sidebar-container {
    overflow-y : visible;
    overflow-x : visible;
    position   : relative;
}

.app-mobile #sidebar {
    overflow : auto;
}

#sidebar .wrapper {
    padding : 20px 15px;
}

.app-sidebar-fixed #sidebar, .app-navbar-fixed.app-sidebar-fixed #sidebar {
    top : 0;
}

#sidebar nav {
    min-height : 100%;
}

@media (min-width : 992px) {
    #sidebar {
        margin-top         : 60px;
        -moz-transition    : width 0.5s;
        -o-transition      : width 0.5s;
        -webkit-transition : width 0.5s;
        transition         : width 0.5s;
    }

    #sidebar .sidebar-container {
        position : relative;
    }

    #sidebar .sidebar-container > div {
        overflow : hidden;
    }

    .app-sidebar-fixed #sidebar {
        padding-top : 60px;
    }

    .app-boxed-page .app-navbar-fixed.app-sidebar-fixed #sidebar {
        padding-top : 0;
    }
}

@media (min-width : 992px) and (min-width : 992px) {
    #sidebar:before {
        background-color : #2C2F3B;
        border           : inherit;
        bottom           : 0;
        content          : "";
        position         : absolute;
        top              : 60px;
        width            : inherit;
        z-index          : -1;
    }
}

@media (min-width : 992px) and (min-width : 992px) {
    #sidebar:after {
        background-color   : #D7D6DB;
        border             : inherit;
        bottom             : 0;
        content            : "";
        position           : absolute;
        top                : 60px;
        width              : inherit;
        z-index            : -1;
        left               : 10px;
        width              : 250px;
        -webkit-box-shadow : inset -9px 0 8px -11px rgba(0, 0, 0, 0.4);
        -moz-box-shadow    : inset -9px 0 8px -11px rgba(0, 0, 0, 0.4);
        box-shadow         : inset -9px 0 8px -11px rgba(0, 0, 0, 0.4);
        -moz-transition    : width 0.5s;
        -o-transition      : width 0.5s;
        -webkit-transition : width 0.5s;
        transition         : width 0.5s;
    }

    .app-sidebar-closed #sidebar:after {
        width : 60px;
    }
}

@media (min-width : 992px) {
    #sidebar nav {
        border-right : none;
    }

    .app-sidebar-fixed #sidebar {
        position   : fixed;
        margin-top : 0;
    }

    .app-sidebar-fixed #sidebar > div {
        z-index : 1000;
    }

    .app-boxed-page .app-sidebar-fixed #sidebar {
        position   : absolute !important;
        margin-top : 60px;
    }

    .app-sidebar-closed #sidebar {
        width : 70px;
    }

    .app-sidebar-closed #sidebar .nav-user-wrapper .media-body, .app-sidebar-closed #sidebar .nav-user-wrapper .media-right {
        display : none;
    }
}

@media (max-width : 991px) {
    #sidebar {
        position                 : fixed !important;
        top                      : 0;
        left                     : 0;
        z-index                  : 0;
        float                    : none;
        -webkit-transform        : translate3d(-260px, 0, 0);
        transform                : translate3d(-260px, 0, 0);
        -moz-transition          : -moz-transform 300ms ease 0s;
        -o-transition            : -o-transform 300ms ease 0s;
        -webkit-transition       : -webkit-transform 300ms ease;
        -webkit-transition-delay : 0s;
        transition               : transform 300ms ease 0s;
    }

    #sidebar > div {
        z-index : 1000;
    }

    #sidebar > div > div {
        overflow : hidden;
    }

    .touch #sidebar > div {
        overflow : auto !important;
    }

    .touch #sidebar > div > div {
        /* overflow : auto !important; Sol kullanıcı menüsü altta kaldığı için kapatıldı*/
    }

    .app-slide-off #sidebar {
        z-index                  : 1;
        -webkit-transform        : translate3d(0, 0, 0);
        transform                : translate3d(0, 0, 0);
        -moz-transition          : -moz-transform 300ms ease 0s;
        -o-transition            : -o-transform 300ms ease 0s;
        -webkit-transition       : -webkit-transform 300ms ease;
        -webkit-transition-delay : 0s;
        transition               : transform 300ms ease 0s;
    }

    #sidebar nav {
        border-right : none !important;
    }

    #sidebar > .sidebar-container {
        overflow-y : hidden;
        overflow-x : visible;
        position   : relative;
    }
}

.lyt-4 #sidebar {
    display : none !important;
}

@media (min-width : 992px) {
    .lyt-2 #sidebar {
        width : 220px;
    }
}

.lyt-2 #sidebar:after {
    display : none;
}

.lyt-2 #sidebar:before {
    background-color : #303441;
}

.lyt-2 #sidebar .sidebar-container {
    margin           : 0;
    background-color : #303441;
}

.lyt-2 #sidebar .profile-card-photo {
    width      : 30px;
    height     : 30px;
    background : none;
}

.lyt-2 #sidebar .profile-card-photo img {
    border-radius : 50%;
}

.lyt-2 #sidebar > div nav {
    width              : auto;
    -moz-transition    : all 0.5s;
    -o-transition      : all 0.5s;
    -webkit-transition : all 0.5s;
    transition         : all 0.5s;
}

.lyt-2 #sidebar > div nav:after {
    display    : none;
    border     : none;
    width      : 0;
    height     : 0;
    background : transparent;
}

.lyt-2 #sidebar > div nav:before {
    display    : none;
    border     : none;
    width      : 0;
    height     : 0;
    top        : auto;
    background : transparent;
}

.lyt-2 #sidebar > div nav > ul {
    margin-left  : 0;
    margin-right : 0 !important;
}

.lyt-2 #sidebar > div nav > ul > li {
    border-radius : 0;
    margin        : 0;
}

.lyt-2 #sidebar > div nav > ul > li .item-media {
    padding : 10px 15px;
}

.lyt-2 #sidebar > div nav > ul > li .item-inner {
    padding   : 10px 15px 10px 10px;
    font-size : 12px;
}

.lyt-2 #sidebar > div nav > ul > li.active {
    border-left        : 4px solid #C82E29;
    transition         : all 0.4s;
    background         : #2C2F3B;
    -moz-box-shadow    : none;
    -webkit-box-shadow : none;
    box-shadow         : none;
}

.lyt-2 #sidebar > div nav > ul > li.active .item-media {
    padding-left : 11px;
}

@media (min-width : 992px) {
    .lyt-2.app-sidebar-closed #sidebar {
        width : 50px !important;
    }

    .lyt-2.app-sidebar-closed #sidebar.app-aside > .item-inner, .lyt-2.app-sidebar-closed #sidebar.app-aside > ul.sub-menu {
        left : 50px !important;
    }
}

.lyt-3 #sidebar {
    background : none !important;
}

.lyt-3 #sidebar:after {
    display : none;
}

@media (min-width : 992px) {
    .lyt-3 #sidebar {
        margin-left   : 10px;
        margin-bottom : 30px;
        padding-top   : 30px;
        width         : 250px;
    }
}

.lyt-3 #sidebar .sidebar-container {
    border-width       : 1px;
    border-style       : solid;
    -moz-box-shadow    : none;
    -webkit-box-shadow : none;
    box-shadow         : none;
}

.lyt-3 #sidebar .nav-user-wrapper {
    background : none !important;
}

.lyt-3 #sidebar .nav-user-wrapper:before {
    display : none;
}

.lyt-3 #sidebar .nav-user-wrapper .profile-card-photo {
    -moz-transition    : all 0.5s;
    -o-transition      : all 0.5s;
    -webkit-transition : all 0.5s;
    transition         : all 0.5s;
}

.lyt-3 #sidebar > div nav {
    padding-top : 0;
    width       : auto;
}

.lyt-3 #sidebar > div nav:after {
    display    : none;
    border     : none;
    width      : 0;
    height     : 0;
    background : transparent;
}

.lyt-3 #sidebar > div nav:before {
    display    : none;
    border     : none;
    width      : 0;
    height     : 0;
    top        : auto;
    background : transparent;
}

.lyt-3 #sidebar > div nav > ul {
    margin-left  : 0;
    margin-right : 0;
}

.lyt-3 #sidebar > div nav > ul > li {
    padding       : 0;
    border-radius : 0;
}

.no-touch .lyt-3 #sidebar > div nav > ul > li > a {
    -moz-transition    : background-color 300ms linear;
    -o-transition      : background-color 300ms linear;
    -webkit-transition : background-color 300ms linear;
    transition         : background-color 300ms linear;
}

.lyt-3 #sidebar > div nav > ul > li .item-media {
    padding : 10px 9px;
}

.lyt-3 #sidebar > div nav > ul > li .item-inner {
    padding : 10px 25px 10px 5px;
}

.lyt-3 #sidebar > div nav > ul > li .item-inner .icon-arrow {
    right : 8px !important;
}

.lyt-3 #sidebar > div nav > ul > li.active {
    -moz-box-shadow    : none;
    -webkit-box-shadow : none;
    box-shadow         : none;
}

.lyt-3 #sidebar > div nav > ul > li .sub-menu li {
    padding    : 5px;
    margin-top : 2px !important;
}

.lyt-3 #sidebar > div nav > ul > li .sub-menu li > a {
    padding-top    : 10px;
    padding-bottom : 10px;
}

@media (max-width : 991px) {
    .lyt-3 #sidebar .sidebar-container {
        border : none !important;
    }
}

@media (min-width : 992px) {
    .lyt-3.app-sidebar-fixed #sidebar {
        padding-top : 90px;
    }
}

@media (min-width : 992px) {
    .lyt-3.app-sidebar-closed #sidebar {
        width : 60px;
    }
}

@media (min-width : 992px) {
    .lyt-3.app-sidebar-closed #sidebar .profile-card-photo {
        width  : 30px;
        height : 30px;
    }
}

.lyt-3.app-sidebar-closed #sidebar nav > ul {
    margin-left  : 0 !important;
    margin-right : 0 !important;
}

.lyt-5 #sidebar > div nav > ul {
    margin : 0 10px 10px 10px;
}

.lyt-5 #sidebar > div nav > ul > li {
    border-radius : 2px !important;
}

.lyt-5 #sidebar > div nav > ul > li .item-media {
    padding-top    : 5px;
    padding-bottom : 5px;
}

@media (min-width : 992px) {
    .lyt-6 #sidebar {
        width : 190px;
    }
}

.lyt-6 #sidebar:after {
    display : none;
}

.lyt-6 #sidebar:before {
    background-color : #303441;
}

.lyt-6 #sidebar .sidebar-container {
    margin           : 0;
    background-color : #303441;
}

.lyt-6 #sidebar .profile-card-photo {
    width      : 30px;
    height     : 30px;
    background : none;
}

.lyt-6 #sidebar .profile-card-photo img {
    border-radius : 50%;
}

.lyt-6 #sidebar > div nav {
    width              : auto;
    -moz-transition    : all 0.5s;
    -o-transition      : all 0.5s;
    -webkit-transition : all 0.5s;
    transition         : all 0.5s;
}

.lyt-6 #sidebar > div nav:after {
    display    : none;
    border     : none;
    width      : 0;
    height     : 0;
    background : transparent;
}

.lyt-6 #sidebar > div nav:before {
    display    : none;
    border     : none;
    width      : 0;
    height     : 0;
    top        : auto;
    background : transparent;
}

.lyt-6 #sidebar > div nav > ul {
    margin-left  : 0 !important;
    margin-right : 0 !important;
}

.lyt-6 #sidebar > div nav > ul > li {
    border-radius : 0;
    margin        : 0;
    border-bottom : 1px solid #373B4A;
    padding       : 0;
}

.lyt-6 #sidebar > div nav > ul > li > a {
    display    : block;
    margin-top : 0 !important;
}

.lyt-6 #sidebar > div nav > ul > li > a .item-content {
    display : block;
}

.lyt-6 #sidebar > div nav > ul > li .item-media {
    padding    : 20px 10px 0 10px;
    display    : block;
    text-align : center;
}

.lyt-6 #sidebar > div nav > ul > li .item-media > i {
    font-size : 20px;
}

.lyt-6 #sidebar > div nav > ul > li .item-inner {
    padding    : 10px 10px 25px 10px;
    font-size  : 12px;
    display    : block;
    text-align : center;
    position   : relative;
}

.lyt-6 #sidebar > div nav > ul > li .item-inner > .icon-arrow {
    position           : absolute;
    top                : 25px;
    left               : 0;
    right              : 0;
    display            : block;
    margin-top         : 10px;
    margin-right       : 0 !important;
    margin-left        : 0 !important;
    -moz-transition    : all 0.3s;
    -o-transition      : all 0.3s;
    -webkit-transition : all 0.3s;
    transition         : all 0.3s;
    text-align         : center;
}

.lyt-6 #sidebar > div nav > ul > li .item-inner > .icon-arrow:before {
    position     : absolute;
    content      : "";
    width        : 0;
    height       : 0;
    border-style : solid;
    border-width : 6px 6px 0 6px;
    border-color : #2C2F3B transparent transparent transparent;
    left         : 50%;
    top          : 0;
    margin-left  : -6px;
}

.lyt-6 #sidebar > div nav > ul > li.active {
    background         : #2C2F3B;
    -moz-box-shadow    : none;
    -webkit-box-shadow : none;
    box-shadow         : none;
}

.lyt-6 #sidebar > div nav > ul > li.open > a .icon-arrow {
    opacity : 0;
    top     : 45px;
}

.lyt-6 #sidebar > div nav > ul > li.open > a .icon-arrow:before {
    content : "";
}

@media (min-width : 992px) {
    .lyt-6.app-sidebar-closed #sidebar {
        width : 50px !important;
    }

    .lyt-6.app-sidebar-closed #sidebar > div nav > ul > li .item-inner {
        padding : 10px;
    }

    .lyt-6.app-sidebar-closed #sidebar > div nav > ul > li .item-inner > * {
        display : none;
    }

    .lyt-6.app-sidebar-closed #sidebar.app-aside > .item-inner, .lyt-6.app-sidebar-closed #sidebar.app-aside > ul.sub-menu {
        left : 50px !important;
    }
}

/* ---------------------------------------------------------------------- */
/*  Nav
/* ---------------------------------------------------------------------- */
.item-content {
    align-items : center;
    display     : table-row;
}

.item-content .item-media {
    display : table-cell;
    padding : 10px;
}

.item-content .item-inner {
    align-items    : center;
    display        : table-cell;
    padding        : 10px 15px 10px 2px;
    width          : 100%;
    white-space    : nowrap;
    vertical-align : middle;
}

.active .item-content .item-inner, .open .item-content .item-inner, li:last-child .item-content .item-inner {
    border-bottom-color : transparent !important;
}

#sidebar > div nav {
    padding-top : 20px;
}

@media (min-width : 992px) {
    #sidebar > div nav {
        width    : 250px;
        position : relative;
    }

    #sidebar > div nav:before {
        position   : absolute;
        content    : "";
        left       : 0;
        top        : 0;
        background : #2C2F3B;
        width      : 10px;
        height     : 10px;
    }

    #sidebar > div nav:after {
        position               : absolute;
        content                : "";
        left                   : 0;
        top                    : 0;
        background             : #D7D6DB;
        width                  : 11px;
        height                 : 11px;
        border-top-left-radius : 5px;
    }
}

#sidebar > div nav > ul {
    list-style         : none;
    margin             : 0 0 10px 25px;
    padding            : 10px 0 0 0;
    border-top         : 1px solid transparent;
    border-bottom      : 1px solid transparent;
    -moz-transition    : all 0.5s;
    -o-transition      : all 0.5s;
    -webkit-transition : all 0.5s;
    transition         : all 0.5s;
}

@media (max-width : 991px) {
    #sidebar > div nav > ul {
        margin : 0 10px 10px 10px;
    }
}

#sidebar > div nav > ul > li {
    border-top-left-radius    : 8px;
    border-bottom-left-radius : 8px;
    margin                    : 0 0 4px 0;
}

@media (max-width : 991px) {
    #sidebar > div nav > ul > li {
        border-top-right-radius    : 8px;
        border-bottom-right-radius : 8px;
    }
}

#sidebar > div nav > ul > li a {
    color         : #666666;
    border-bottom : none;
}

#sidebar > div nav > ul > li a i {
    font-weight : normal;
    opacity     : 1;
}

#sidebar > div nav > ul > li a .icon-arrow {
    opacity : 0.6;
}

#sidebar > div nav > ul > li a .letter-icon-wrapper {
    background : #81898F;
}

#sidebar > div nav > ul > li > a {
    display : table;
}

#sidebar > div nav > ul > li.hover {
    background : #C8C7CC;
}

#sidebar > div nav > ul > li.hover > a {
    color : #2C2F3B;
}

#sidebar > div nav > ul > li.hover > a i {
    opacity : 1;
}

.no-touch #sidebar > div nav > ul > li:hover {
    background : #C8C7CC;
}

.no-touch #sidebar > div nav > ul > li:hover > a {
    color : #2C2F3B;
}

.no-touch #sidebar > div nav > ul > li:hover > a i {
    opacity : 1;
}

#sidebar > div nav > ul > li.active {
    background         : #F7F7F8 !important;
    -webkit-box-shadow : 3px 4px 8px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow    : 3px 4px 8px -3px rgba(0, 0, 0, 0.4);
    box-shadow         : 3px 4px 8px -3px rgba(0, 0, 0, 0.4);
    margin-right       : -1px;
}

@media (max-width : 991px) {
    #sidebar > div nav > ul > li.active {
        -webkit-box-shadow : none;
        -moz-box-shadow    : none;
        box-shadow         : none;
        margin-right       : 0;
    }
}

#sidebar > div nav > ul > li.active:hover {
    background : #F7F7F8 !important;
}

#sidebar > div nav > ul > li.active.open {
    background : #F7F7F8 !important;
}

#sidebar > div nav > ul > li.active > a {
    background : none !important;
    border-top : none !important;
    color      : #8E8E93;
}

#sidebar > div nav > ul > li.active > a .letter-icon-wrapper {
    background : #666C71;
}

#sidebar > div nav > ul > li.active > a i {
    color   : #FFFFFF;
    opacity : 1;
}

#sidebar > div nav > ul > li.active > a .icon-arrow {
    color : #2C2F3B;
}

#sidebar > div nav > ul li {
    border   : none;
    display  : block;
    position : relative;
    padding  : 0px;
}

.no-touch #sidebar > div nav > ul li {
    -moz-transition    : background-color 300ms linear;
    -o-transition      : background-color 300ms linear;
    -webkit-transition : background-color 300ms linear;
    transition         : background-color 300ms linear;
}

@media (min-width : 992px) {
    .app-sidebar-closed #sidebar > div nav > ul li ul.sub-menu {
        display : none !important;
    }
}

#sidebar > div nav > ul li.active > ul.sub-menu {
    display : block;
    padding : 0;
}

#sidebar > div nav > ul li > a {
    margin-top : -1px !important;
    font-size  : 14px;
}

#sidebar > div nav > ul li a {
    border          : none;
    font-weight     : 300;
    margin          : 0;
    position        : relative;
    text-decoration : none;
}

#sidebar > div nav > ul li a i[class*="ti-"] {
    margin-right : 5px;
    display      : inline-block;
    font-size    : 17px;
    position     : relative;
    top          : 2px;
}

#sidebar > div nav > ul li a .icon-arrow {
    position     : absolute;
    right        : 0;
    margin-right : 6px !important;
    font-style   : normal;
    font-weight  : normal;
    color        : #2C2F3B;
    font-size    : 11px;
    top          : 50%;
    margin-top   : -7px;
}

#sidebar > div nav > ul li a .icon-arrow:before {
    content     : "\e64a";
    font-family : themify;
}

#sidebar > div nav > ul li.open {
    background : #C8C7CC;
}

#sidebar > div nav > ul li.open > a {
    color : #2C2F3B;
}

#sidebar > div nav > ul li.open > a i {
    filter  : progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity : 1;
}

#sidebar > div nav > ul li.open > a .icon-arrow:before {
    content : "\e64b";
}

#sidebar > div nav .folders .letter-icon-wrapper {
    background : #C82E29;
}

ul.sub-menu {
    clear      : both;
    list-style : none;
    padding    : 1px 0;
    display    : none;
    margin     : 0;
}

ul.sub-menu li {
    background    : none;
    margin-bottom : 0;
    margin-left   : 0;
    margin-right  : 0;
    margin-top    : 1px !important;
    padding       : 0;
}

ul.sub-menu li.active, ul.sub-menu li.open {
    background : #E7E7E9 !important;
}

.no-touch ul.sub-menu li:hover {
    background : #EDECEE;
}

ul.sub-menu li a {
    background      : none;
    display         : block;
    font-size       : 13px !important;
    font-weight     : 300;
    border          : none;
    margin          : 0;
    padding-bottom  : 5px;
    padding-left    : 52px !important;
    padding-right   : 15px;
    padding-top     : 5px;
    text-decoration : none;
    white-space     : nowrap;
}

ul.sub-menu li a .icon-arrow {
    right : 5px !important;
}

ul.sub-menu li:hover > a > .icon-arrow {
    opacity : 1 !important;
}

ul.sub-menu li.dropdown-header {
    padding-left : 40px !important;
}

ul.sub-menu li.divider {
    height      : 1px;
    margin      : 9px 0;
    overflow    : hidden;
    margin-left : 40px !important;
}

ul.sub-menu li ul.sub-menu li a {
    padding-left : 60px !important;
}

ul.sub-menu li ul.sub-menu li a .icon-arrow {
    right : 10px !important;
}

ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
    padding-left : 80px !important;
}

@media (min-width : 992px) {
    .app-sidebar-closed ul.sub-menu {
        border-right  : 1px solid #C8C7CC;
        border-bottom : 1px solid #C8C7CC;
        background    : #FFFFFF;
        left          : 70px;
        position      : absolute;
        padding       : 1px 0;
        overflow-y    : auto;
        overflow-x    : visible;
        height        : auto;
        bottom        : auto;
        width         : 260px;
        z-index       : 1050;
        display       : none;
    }

    .app-sidebar-closed ul.sub-menu > li a {
        padding-left  : 20px !important;
        padding-right : 5px;
    }

    .app-sidebar-closed ul.sub-menu > li ul.sub-menu {
        position : relative;
        left     : 0;
        width    : 100%;
        border   : none !important;
    }

    .app-sidebar-closed ul.sub-menu > li ul.sub-menu li a {
        padding-left : 30px !important;
    }

    .app-sidebar-closed ul.sub-menu > li ul.sub-menu li ul.sub-menu li a {
        padding-left : 50px !important;
    }
}

.lyt-6 ul.sub-menu {
    background : #21232C;
    position   : relative;
}

.lyt-6 ul.sub-menu:before {
    position     : absolute;
    content      : "";
    width        : 0;
    height       : 0;
    border-style : solid;
    border-width : 8px 8px 0 8px;
    border-color : #2C2F3B transparent transparent transparent;
    left         : 50%;
    top          : 0;
    margin-left  : -8px;
    z-index      : 1;
}

.lyt-6 ul.sub-menu li a {
    padding   : 10px !important;
    font-size : 12px !important;
}

@media (min-width : 992px) {
    .app-aside div {
        -webkit-transform : translateZ(0);
    }

    .app-sidebar-closed.lyt-2 .app-aside nav {
        padding-top : 0 !important;
    }

    .app-sidebar-closed.lyt-2 .app-aside nav > ul {
        margin-left  : 0 !important;
        margin-right : 0 !important;
    }

    .app-sidebar-closed.lyt-2 .app-aside nav > ul > li.hover {
        background : #2C2F3B;
    }

    .app-sidebar-closed.lyt-3 .app-aside > .item-inner {
        left  : 59px;
        width : 261px;
    }

    .app-sidebar-closed.lyt-3 .app-aside > .sub-menu {
        left : 60px;
    }

    .app-sidebar-closed.lyt-3.app-sidebar-fixed .app-aside > .item-inner {
        left : 69px !important;
    }

    .app-sidebar-closed.lyt-3.app-sidebar-fixed .app-aside > .sub-menu {
        left : 70px !important;
    }

    .app-sidebar-closed.lyt-6 .app-aside nav {
        padding-top : 0 !important;
    }

    .app-sidebar-closed.lyt-6 .app-aside nav > ul {
        margin-left  : 0 !important;
        margin-right : 0 !important;
    }

    .app-sidebar-closed.lyt-6 .app-aside > .sub-menu:before {
        display : none;
    }

    .app-sidebar-closed .app-aside {
        overflow : visible !important;
    }

    .app-sidebar-closed .app-aside nav > ul {
        margin-left : 5px !important;
    }

    .app-sidebar-closed .app-aside li a .icon-arrow {
        float        : right;
        margin-right : 6px !important;
        font-style   : normal;
        font-weight  : normal;
        font-size    : 12px;
        opacity      : 0.6;
    }

    .app-sidebar-closed .app-aside li a .icon-arrow:before {
        content     : "\e64a";
        font-family : themify;
    }

    .app-sidebar-closed .app-aside li.open > a .icon-arrow {
        opacity : 1;
    }

    .app-sidebar-closed .app-aside li.open > a .icon-arrow:before {
        content : "\e64b";
    }

    .app-sidebar-closed .app-aside > .item-inner {
        width                   : 260px;
        left                    : 70px;
        top                     : 0;
        padding                 : 20px 0;
        width                   : 260px;
        background              : #81898F !important;
        margin-left             : 0 !important;
        z-index                 : 1051;
        -webkit-transform       : translateZ(0);
        border-top-right-radius : 10px;
    }

    .app-sidebar-closed .app-aside > .item-inner.active {
        background : #666C71 !important;
    }

    .app-sidebar-closed .app-aside > .item-inner:before {
        content       : "";
        background    : none;
        border-bottom : 12px solid transparent !important;
        border-left   : 12px solid #FFFFFF;
        border-right  : none;
        border-top    : 12px solid transparent !important;
        display       : block;
        height        : 0;
        position      : absolute;
        left          : 0;
        top           : 50%;
        width         : 0;
        z-index       : 1;
        margin-top    : -12px;
    }

    .app-sidebar-closed .app-aside > .item-inner .title {
        margin-left : 20px;
        color       : #FFFFFF !important;
        font-size   : 14px;
    }

    .app-sidebar-closed .app-aside > .item-inner .icon-arrow {
        display : none;
    }

    .app-sidebar-closed .app-aside > ul.sub-menu {
        width    : 260px;
        display  : block !important;
        overflow : auto;
        padding  : 0;
        left     : 70px;
        z-index  : 1000;
    }

    .app-sidebar-closed .app-aside > ul.sub-menu > li {
        z-index : 1000;
    }

    .app-sidebar-closed .app-aside > ul.sub-menu > li a {
        color     : #8E8E93;
        font-size : 14px;
    }
}

@media (min-width : 992px) and (min-width : 992px) {
    .no-touch .app-sidebar-closed #sidebar > div nav > ul li {
        -moz-transition    : background-color 0ms linear;
        -o-transition      : background-color 0ms linear;
        -webkit-transition : background-color 0ms linear;
        transition         : background-color 0ms linear;
    }

    .app-sidebar-closed #sidebar > div nav > ul > li.open {
        background : inherit;
    }

    .app-sidebar-closed #sidebar > div nav > ul > li.hover {
        background : #FFFFFF;
    }

    .app-sidebar-closed #sidebar > div nav > ul > li.active:before {
        border-right : none !important;
    }

    .app-sidebar-closed #sidebar > div nav > ul > li.active:after {
        border-right : none !important;
    }

    .app-sidebar-closed #sidebar > div nav > ul > li.active:hover:after {
        border-left-color : #C8C7CC;
    }

    .app-sidebar-closed #sidebar > div nav > ul > li > a {
        display : block;
    }

    .app-sidebar-closed #sidebar > div nav > ul > li > a .item-content {
        display      : block;
        padding-left : 3px;
    }

    .app-sidebar-closed #sidebar > div nav > ul > li > a .item-inner .icon-arrow {
        display : none;
    }

    .app-sidebar-closed #sidebar .s-open {
        width : 70px;
    }

    .app-sidebar-closed #sidebar .navbar-title {
        opacity : 0;
    }
}

.navbar-title {
    color          : #808285;
    font-size      : 10px;
    letter-spacing : 0.2px;
    padding-left   : 15px !important;
    padding-right  : 15px !important;
    padding-top    : 0 !important;
    padding-bottom : 5px !important;
    text-transform : uppercase;
    white-space    : nowrap;
}

.lyt-6 .navbar-title {
    text-align : center;
    opacity    : 0.6;
}

.s-open {
    display : none;
}

.navbar-form {
    background : #E2E2E4;
    border     : none;
    box-shadow : none;
    margin     : 0;
    padding    : 8px;
    position   : relative;
}

.navbar-form a {
    display : none;
}

.navbar-form .search-button {
    background    : none;
    border        : none;
    border-radius : 0;
    box-shadow    : none !important;
    color         : #C8C7CC;
    position      : absolute;
    right         : 5px;
    top           : -2px;
    transition    : all 100ms ease-in 0s;
}

.navbar-form .search-button:hover {
    transition : all 300ms ease-in 0s;
}

.navbar-form .form-control {
    background    : transparent;
    border        : none !important;
    border-radius : 0;
    box-shadow    : none !important;
    color         : #8E8E93;
    display       : block;
    transition    : all 300ms ease-in 0s;
    width         : 100%;
    font-size     : 12px;
    height        : 25px;
    border-radius : 3px !important;
}

.navbar-form .form-control:focus {
    background-color : #FFFFFF !important;
    border-color     : #C8C7CC;
    transition       : all 300ms ease-in 0s;
}

.navbar-form .form-control:focus + .search-button {
    color : #AEACB4;
}

.navbar-form .form-group {
    display : block;
}

/* ---------------------------------------------------------------------- */
/*  Main Content
/* ---------------------------------------------------------------------- */
.main-content {
    min-height : 100%;
    position   : relative;
    background : #F7F7F8;
}

.main-content .container {
    max-width : none !important;
    width     : 100% !important;
    display   : inline-block;
}

.main-content > .container {
    padding-bottom : 50px;
}

@media (min-width : 992px) {
    .main-content {
        margin-top         : 60px;
        margin-left        : 260px;
        -moz-transition    : margin-left 0.5s;
        -o-transition      : margin-left 0.5s;
        -webkit-transition : margin-left 0.5s;
        transition         : margin-left 0.5s;
    }

    .app-navbar-fixed .main-content {
        margin-top : 0;
    }

    .app-navbar-fixed .main-content:before, .app-navbar-fixed .main-content:after {
        content : " ";
        display : table;
    }

    .app-navbar-fixed .main-content:after {
        clear : both;
    }

    .app-boxed-page .app-navbar-fixed .main-content {
        margin-top : 0;
    }

    .app-boxed-page .main-content {
        min-height     : 0;
        padding-bottom : 50px;
    }

    .app-boxed-page .main-content:before, .app-boxed-page .main-content:after {
        content : " ";
        display : table;
    }

    .app-boxed-page .main-content:after {
        clear : both;
    }

    .app-sidebar-closed .main-content {
        margin-left : 70px;
    }
}

@media (max-width : 991px) {
    .main-content {
        padding-top : 60px;
    }
}

@media (min-width : 992px) {
    .lyt-2 .main-content {
        margin-left : 220px;
    }
}

@media (min-width : 992px) {
    .lyt-2.app-sidebar-closed .main-content {
        margin-left : 50px !important;
    }
}

@media (min-width : 992px) {
    .lyt-4 .main-content {
        margin-top         : 110px;
        margin-left        : 0 !important;
        margin-right       : 0 !important;
        -moz-transition    : none;
        -o-transition      : none;
        -webkit-transition : none;
        transition         : none;
    }
}

@media (min-width : 992px) {
    .lyt-4.app-navbar-fixed .main-content {
        margin-top : 50px;
    }
}

@media (min-width : 992px) {
    .lyt-6 .main-content {
        margin-left : 190px;
    }
}

@media (min-width : 992px) {
    .lyt-6.app-sidebar-closed .main-content {
        margin-left : 50px !important;
    }
}

/* ---------------------------------------------------------------------- */
/*  Footer
/* ---------------------------------------------------------------------- */
#app > footer {
    background-color  : #F7F7F8;
    border-top        : none;
    bottom            : 0;
    right             : 0;
    left              : 0;
    position          : absolute;
    font-size         : 12px;
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
    z-index           : 1088;
}

#app > footer .footer-inner {
    padding     : 0 35px;
    line-height : 50px;
}

@media (max-width : 991px) {
    #app > footer .footer-inner {
        padding : 0 15px;
    }
}

@media (min-width : 992px) {
    #app > footer {
        margin-left        : 260px;
        -moz-transition    : margin 0.5s;
        -o-transition      : margin 0.5s;
        -webkit-transition : margin 0.5s;
        transition         : margin 0.5s;
    }

    #app.app-sidebar-closed > footer {
        margin-left : 70px;
    }

    #app.app-footer-fixed > footer {
        position : fixed;
    }

    .app-boxed-page #app.app-footer-fixed > footer {
        width  : 970px;
        margin : 0 auto !important;
    }

    #app.lyt-2 > footer {
        margin-left : 220px;
    }

    #app.lyt-2.app-sidebar-closed > footer {
        margin-left : 50px;
    }

    #app.lyt-4 > footer {
        margin-left : 0 !important;
    }

    #app.lyt-6 > footer {
        margin-left : 190px;
    }

    #app.lyt-6.app-sidebar-closed > footer {
        margin-left : 50px;
    }

    .app-boxed-page #app > footer {
        margin-left : 0;
    }
}

@media (min-width : 1200px) {
    .app-boxed-page #app.app-footer-fixed > footer {
        width : 1170px;
    }
}

@media (max-width : 991px) {
    #app.app-slide-off > footer, #app.app-offsidebar-open > footer {
        display : none;
    }
}

.go-top {
    cursor          : pointer;
    font-size       : 16px;
    margin-bottom   : 0;
    margin-right    : 0;
    text-decoration : none;
    line-height     : 50px;
    text-align      : center;
    padding         : 10px;
}

/* ---------------------------------------------------------------------- */
/*  Settings
/* ---------------------------------------------------------------------- */
.settings {
    position                 : fixed !important;
    right                    : -240px;
    top                      : 120px;
    -webkit-transform        : translate3d(0, 0, 0);
    transform                : translate3d(0, 0, 0);
    -moz-transition          : right 0.2s ease 0s;
    -o-transition            : right 0.2s ease 0s;
    -webkit-transition       : right 0.2s ease;
    -webkit-transition-delay : 0s;
    transition               : right 0.2s ease 0s;
    border-left              : 1px solid #C8C7CC !important;
    border-bottom            : 1px solid #C8C7CC !important;
    width                    : 240px;
    z-index                  : 1060;
}

.settings.active {
    right : 0;
}

.settings > .btn {
    background                 : #FFFFFF !important;
    border-color               : #C8C7CC !important;
    border-right-width         : 0;
    left                       : -44px;
    padding                    : 10px 15px;
    position                   : absolute;
    top                        : 41px;
    border-top-right-radius    : 0;
    border-bottom-right-radius : 0;
    -webkit-transform          : translateZ(0);
}

.settings > .btn:hover, .settings > .btn:active, .settings > .btn:focus {
    box-shadow : none !important;
}

.settings.panel {
    border-radius : 0 !important;
    border-top    : none;
    border-right  : none;
    background    : #FFFFFF;
    border-color  : #C8C7CC !important;
}

.settings.panel .panel-heading {
    border-top-width : 1px;
    border-top-style : solid;
    padding          : 11px 15px;
    background       : #EFEFF0;
    border-color     : #C8C7CC;
    border-radius    : 0 !important;
}

.settings.panel .panel-body {
    padding : 0;
}

.settings.panel .setting-box {
    border-bottom : 1px solid #C8C7CC;
    padding       : 11px 10px 10px;
}

.settings.panel .setting-box .setting-title {
    padding : 5px 0;
}

.settings.panel .setting-box:last-child {
    border-bottom : none;
}

.colors-row {
    display        : table;
    height         : 100%;
    table-layout   : fixed;
    width          : 100%;
    padding-bottom : 0 !important;
    padding-top    : 5px !important;
    border-bottom  : none !important;
}

.color-theme {
    display        : table-cell;
    height         : 100%;
    vertical-align : top;
    padding-right  : 5px;
}

.color-theme:last-child {
    padding-right : 0;
}

.lyt-3 .color-theme .color-layout, .lyt-4 .color-theme .color-layout {
    background : #F1F3FA;
}

.color-theme .color-layout > label {
    border   : 1px solid rgba(0, 0, 0, 0.1);
    cursor   : pointer;
    display  : block;
    overflow : hidden;
    position : relative;
}

.color-theme .color-layout > label .lyt-check {
    color      : #FFFFFF;
    display    : block;
    font-size  : 12px;
    height     : 100%;
    opacity    : 0;
    position   : absolute;
    text-align : center;
    width      : 100%;
    z-index    : 1;
    background : rgba(44, 47, 59, 0.5);
    padding    : 8px;
}

.color-theme .color-layout > label > input[type="radio"] {
    opacity    : 0;
    position   : absolute;
    visibility : hidden;
}

.color-theme .color-layout > label > input[type="radio"]:checked + .lyt-check {
    opacity : 1 !important;
}

.color-theme .color-layout > label > .color {
    display  : block;
    height   : 18px;
    position : relative;
}

.color-theme .color-layout > label > .split {
    display  : block;
    position : relative;
}

.color-theme .color-layout > label > .split:before, .color-theme .color-layout > label > .split:after {
    content : " ";
    display : table;
}

.color-theme .color-layout > label > .split:after {
    clear : both;
}

.color-theme .color-layout > label > .split > .color {
    display  : block;
    height   : 20px;
    position : relative;
}

.color-theme .color-layout > label > .split > .color:first-child {
    float : left;
    width : 30%;
}

.lyt-4 .color-theme .color-layout > label > .split > .color:first-child {
    width : 100%;
}

.color-theme .color-layout > label > .split > .color:last-child {
    float : right;
    width : 70%;
}

.lyt-3 .color-theme .color-layout > label > .split > .color:last-child {
    display : none;
}

.lyt-4 .color-theme .color-layout > label > .split > .color:last-child {
    display : none;
}

.color-theme .color-layout > label > .split > .color .element {
    position               : absolute;
    left                   : 2px;
    top                    : 10px;
    right                  : 0;
    bottom                 : 0;
    border-top-left-radius : 2px;
}

.lyt-3 .color-theme .color-layout > label > .split > .color .element {
    bottom        : auto;
    left          : 0;
    top           : 5px;
    height        : 5px;
    border-radius : 0;
}

.lyt-4 .color-theme .color-layout > label > .split > .color .element {
    left          : 0;
    border-radius : 0;
}

.lyt-3 .color-theme .color-layout > label > .split.header {
    margin-bottom : 3px;
}

.color-theme .color-layout > label > .split.header > .color {
    height : 10px;
}

.color-theme .color-layout > label > .split.header > .color.th-collapse .color-button {
    position      : absolute;
    width         : 6px;
    height        : 6px;
    left          : 2px;
    top           : 2px;
    border-radius : 1px;
}

.lyt-3 .color-theme .color-layout > label > .split.header > .color.th-collapse {
    display : block;
}

.lyt1-theme-1 .th-header {
    background : #2C2F3B;
}

.lyt1-theme-1 .th-collapse {
    background : #2C2F3B;
}

.lyt1-theme-1 .th-collapse .color-button {
    background : #C82E29;
}

.lyt1-theme-1 .th-sidebar {
    background : #2C2F3B;
}

.lyt1-theme-1 .th-body {
    background : #F7F7F8;
}

.lyt1-theme-1 .element {
    background : #D7D6DB;
}

.lyt1-theme-2 .th-header {
    background : #2C2F3B;
}

.lyt1-theme-2 .th-collapse {
    background : #FFFFFF;
}

.lyt1-theme-2 .th-collapse .color-button {
    background : #C82E29;
}

.lyt1-theme-2 .th-sidebar {
    background : #2C2F3B;
}

.lyt1-theme-2 .th-body {
    background : #F7F7F8;
}

.lyt1-theme-2 .element {
    background : #D7D6DB;
}

.lyt1-theme-3 .th-header {
    background : #485058;
}

.lyt1-theme-3 .th-collapse {
    background : #485058;
}

.lyt1-theme-3 .th-collapse .color-button {
    background : #5A8770;
}

.lyt1-theme-3 .th-sidebar {
    background : #485058;
}

.lyt1-theme-3 .th-body {
    background : #F8FAFA;
}

.lyt1-theme-3 .element {
    background : #CFD3D8;
}

.lyt1-theme-4 .th-header {
    background : #485058;
}

.lyt1-theme-4 .th-collapse {
    background : #FFFFFF;
}

.lyt1-theme-4 .th-collapse .color-button {
    background : #5A8770;
}

.lyt1-theme-4 .th-sidebar {
    background : #485058;
}

.lyt1-theme-4 .th-body {
    background : #F8FAFA;
}

.lyt1-theme-4 .element {
    background : #CFD3D8;
}

.lyt1-theme-5 .th-header {
    background : #29405F;
}

.lyt1-theme-5 .th-collapse {
    background : #29405F;
}

.lyt1-theme-5 .th-collapse .color-button {
    background : #36C6D3;
}

.lyt1-theme-5 .th-sidebar {
    background : #29405F;
}

.lyt1-theme-5 .th-body {
    background : #F8FAFA;
}

.lyt1-theme-5 .element {
    background : #E4EBF3;
}

.lyt1-theme-6 .th-header {
    background : #29405F;
}

.lyt1-theme-6 .th-collapse {
    background : #FFFFFF;
}

.lyt1-theme-6 .th-collapse .color-button {
    background : #36C6D3;
}

.lyt1-theme-6 .th-sidebar {
    background : #29405F;
}

.lyt1-theme-6 .th-body {
    background : #F8FAFA;
}

.lyt1-theme-6 .element {
    background : #E4EBF3;
}

.lyt2-theme-1 .th-header {
    background : #1C2B36;
}

.lyt2-theme-1 .th-collapse {
    background : #F3F3F4;
}

.lyt2-theme-1 .th-collapse .color-button {
    background : #7266BA;
}

.lyt2-theme-1 .th-sidebar {
    background : #1C2B36;
}

.lyt2-theme-1 .th-body {
    background : #FFFFFF;
}

.lyt2-theme-1 .element {
    background : #1C2B36;
}

.lyt2-theme-2 .th-header {
    background : #4F5A67;
}

.lyt2-theme-2 .th-collapse {
    background : #4F5A67;
}

.lyt2-theme-2 .th-collapse .color-button {
    background : #C82E29;
}

.lyt2-theme-2 .th-sidebar {
    background : #FFFFFF;
}

.lyt2-theme-2 .th-body {
    background : #F0F3F4;
}

.lyt2-theme-2 .element {
    background : #FFFFFF;
}

.lyt2-theme-3 .th-header {
    background : #293441;
}

.lyt2-theme-3 .th-collapse {
    background : #293441;
}

.lyt2-theme-3 .th-collapse .color-button {
    background : #27ABB6;
}

.lyt2-theme-3 .th-sidebar {
    background : #343F4E;
}

.lyt2-theme-3 .th-body {
    background : #F0F3F4;
}

.lyt2-theme-3 .element {
    background : #343F4E;
}

.lyt2-theme-4 .th-header {
    background : #2F4050;
}

.lyt2-theme-4 .th-collapse {
    background : #FFFFFF;
}

.lyt2-theme-4 .th-collapse .color-button {
    background : #5A8770;
}

.lyt2-theme-4 .th-sidebar {
    background : #364150;
}

.lyt2-theme-4 .th-body {
    background : #F0F3F4;
}

.lyt2-theme-4 .element {
    background : #364150;
}

.lyt2-theme-5 .th-header {
    background : #5A8770;
}

.lyt2-theme-5 .th-collapse {
    background : #FFFFFF;
}

.lyt2-theme-5 .th-collapse .color-button {
    background : #5A8770;
}

.lyt2-theme-5 .th-sidebar {
    background : #1C2B36;
}

.lyt2-theme-5 .th-body {
    background : #F0F3F4;
}

.lyt2-theme-5 .element {
    background : #1C2B36;
}

.lyt2-theme-6 .th-header {
    background : #C82E29;
}

.lyt2-theme-6 .th-collapse {
    background : #FFFFFF;
}

.lyt2-theme-6 .th-collapse .color-button {
    background : #C82E29;
}

.lyt2-theme-6 .th-sidebar {
    background : #1C2B36;
}

.lyt2-theme-6 .th-body {
    background : #F0F3F4;
}

.lyt2-theme-6 .element {
    background : #1C2B36;
}

.lyt3-theme-1 .th-header {
    background : #FFFFFF;
}

.lyt3-theme-1 .th-collapse {
    background : #FFFFFF;
}

.lyt3-theme-1 .th-collapse .color-button {
    background : #5B9BD1;
}

.lyt3-theme-1 .th-sidebar {
    background : #FFFFFF;
}

.lyt3-theme-1 .element {
    background : #5B9BD1;
}

.lyt3-theme-2 .th-header {
    background : #FFFFFF;
}

.lyt3-theme-2 .th-collapse {
    background : #FFFFFF;
}

.lyt3-theme-2 .th-collapse .color-button {
    background : #5A8770;
}

.lyt3-theme-2 .th-sidebar {
    background : #FFFFFF;
}

.lyt3-theme-2 .element {
    background : #5A8770;
}

.lyt3-theme-3 .th-header {
    background : #FFFFFF;
}

.lyt3-theme-3 .th-collapse {
    background : #FFFFFF;
}

.lyt3-theme-3 .th-collapse .color-button {
    background : #C82E29;
}

.lyt3-theme-3 .th-sidebar {
    background : #FFFFFF;
}

.lyt3-theme-3 .element {
    background : #C82E29;
}

.lyt3-theme-4 .th-header {
    background : #FFFFFF;
}

.lyt3-theme-4 .th-collapse {
    background : #FFFFFF;
}

.lyt3-theme-4 .th-collapse .color-button {
    background : #9A89B5;
}

.lyt3-theme-4 .th-sidebar {
    background : #FFFFFF;
}

.lyt3-theme-4 .element {
    background : #9A89B5;
}

.lyt3-theme-5 .th-header {
    background : #FFFFFF;
}

.lyt3-theme-5 .th-collapse {
    background : #FFFFFF;
}

.lyt3-theme-5 .th-collapse .color-button {
    background : #F18636;
}

.lyt3-theme-5 .th-sidebar {
    background : #FFFFFF;
}

.lyt3-theme-5 .element {
    background : #F18636;
}

.lyt3-theme-6 .th-header {
    background : #FFFFFF;
}

.lyt3-theme-6 .th-collapse {
    background : #FFFFFF;
}

.lyt3-theme-6 .th-collapse .color-button {
    background : #2C2F3B;
}

.lyt3-theme-6 .th-sidebar {
    background : #FFFFFF;
}

.lyt3-theme-6 .element {
    background : #2C2F3B;
}

.lyt4-theme-1 .th-header {
    background : #FFFFFF;
}

.lyt4-theme-1 .th-collapse {
    background : #FFFFFF;
}

.lyt4-theme-1 .th-collapse .color-button {
    background : transparent;
}

.lyt4-theme-1 .th-sidebar {
    background : #E7EAEC;
}

.lyt4-theme-1 .th-body {
    background : transparent;
}

.lyt4-theme-1 .element {
    background : #F1F3FA;
}

.lyt4-theme-2 .th-header {
    background : #2C2F3B;
}

.lyt4-theme-2 .th-collapse {
    background : #2C2F3B;
}

.lyt4-theme-2 .th-collapse .color-button {
    background : transparent;
}

.lyt4-theme-2 .th-sidebar {
    background : #FFFFFF;
}

.lyt4-theme-2 .th-body {
    background : transparent;
}

.lyt4-theme-2 .element {
    background : #F1F3FA;
}

.lyt4-theme-3 .th-header {
    background : #665385;
}

.lyt4-theme-3 .th-collapse {
    background : #665385;
}

.lyt4-theme-3 .th-collapse .color-button {
    background : transparent;
}

.lyt4-theme-3 .th-sidebar {
    background : #FFFFFF;
}

.lyt4-theme-3 .th-body {
    background : transparent;
}

.lyt4-theme-3 .element {
    background : #F1F3FA;
}

.lyt4-theme-4 .th-header {
    background : #30404D;
}

.lyt4-theme-4 .th-collapse {
    background : #30404D;
}

.lyt4-theme-4 .th-collapse .color-button {
    background : transparent;
}

.lyt4-theme-4 .th-sidebar {
    background : #FFFFFF;
}

.lyt4-theme-4 .th-body {
    background : transparent;
}

.lyt4-theme-4 .element {
    background : #F1F3FA;
}

.lyt4-theme-5 .th-header {
    background : #466857;
}

.lyt4-theme-5 .th-collapse {
    background : #466857;
}

.lyt4-theme-5 .th-collapse .color-button {
    background : transparent;
}

.lyt4-theme-5 .th-sidebar {
    background : #FFFFFF;
}

.lyt4-theme-5 .th-body {
    background : transparent;
}

.lyt4-theme-5 .element {
    background : #F1F3FA;
}

.lyt4-theme-6 .th-header {
    background : #FFFFFF;
}

.lyt4-theme-6 .th-collapse {
    background : #FFFFFF;
}

.lyt4-theme-6 .th-collapse .color-button {
    background : transparent;
}

.lyt4-theme-6 .th-sidebar {
    background : #2C2F3B;
}

.lyt4-theme-6 .th-body {
    background : transparent;
}

.lyt4-theme-6 .element {
    background : #F1F3FA;
}

.lyt5-theme-1 .th-header {
    background : #2D3E4D;
}

.lyt5-theme-1 .th-collapse {
    background : #F3F3F4;
}

.lyt5-theme-1 .th-collapse .color-button {
    background : #5B9BD1;
}

.lyt5-theme-1 .th-sidebar {
    background : #2D3E4D;
}

.lyt5-theme-1 .th-body {
    background : #FFFFFF;
}

.lyt5-theme-1 .element {
    background : #283744;
}

.lyt5-theme-2 .th-header {
    background : #273A31;
}

.lyt5-theme-2 .th-collapse {
    background : #F3F3F4;
}

.lyt5-theme-2 .th-collapse .color-button {
    background : #5A8770;
}

.lyt5-theme-2 .th-sidebar {
    background : #273A31;
}

.lyt5-theme-2 .th-body {
    background : #FFFFFF;
}

.lyt5-theme-2 .element {
    background : #1D2B24;
}

.lyt5-theme-3 .th-header {
    background : #423656;
}

.lyt5-theme-3 .th-collapse {
    background : #F3F3F4;
}

.lyt5-theme-3 .th-collapse .color-button {
    background : #9A89B5;
}

.lyt5-theme-3 .th-sidebar {
    background : #423656;
}

.lyt5-theme-3 .th-body {
    background : #FFFFFF;
}

.lyt5-theme-3 .element {
    background : #362C46;
}

.lyt5-theme-4 .th-header {
    background : #27333D;
}

.lyt5-theme-4 .th-collapse {
    background : #F3F3F4;
}

.lyt5-theme-4 .th-collapse .color-button {
    background : #C82E29;
}

.lyt5-theme-4 .th-sidebar {
    background : #27333D;
}

.lyt5-theme-4 .th-body {
    background : #FFFFFF;
}

.lyt5-theme-4 .element {
    background : #1D262D;
}

.lyt5-theme-5 .th-header {
    background : #1A3865;
}

.lyt5-theme-5 .th-collapse {
    background : #F3F3F4;
}

.lyt5-theme-5 .th-collapse .color-button {
    background : #5A8770;
}

.lyt5-theme-5 .th-sidebar {
    background : #1A3865;
}

.lyt5-theme-5 .th-body {
    background : #FFFFFF;
}

.lyt5-theme-5 .element {
    background : #152D51;
}

.lyt5-theme-6 .th-header {
    background : #566170;
}

.lyt5-theme-6 .th-collapse {
    background : #F3F3F4;
}

.lyt5-theme-6 .th-collapse .color-button {
    background : #58748B;
}

.lyt5-theme-6 .th-sidebar {
    background : #566170;
}

.lyt5-theme-6 .th-body {
    background : #FFFFFF;
}

.lyt5-theme-6 .element {
    background : #4B5562;
}

.lyt6-theme-1 .th-header {
    background : #7266BA;
}

.lyt6-theme-1 .th-collapse {
    background : #F3F3F4;
}

.lyt6-theme-1 .th-collapse .color-button {
    background : #7266BA;
}

.lyt6-theme-1 .th-sidebar {
    background : #1C2B36;
}

.lyt6-theme-1 .th-body {
    background : #FFFFFF;
}

.lyt6-theme-1 .element {
    background : #1C2B36;
}

.lyt6-theme-2 .th-header {
    background : #2DBCC8;
}

.lyt6-theme-2 .th-collapse {
    background : #F3F3F4;
}

.lyt6-theme-2 .th-collapse .color-button {
    background : #2DBCC8;
}

.lyt6-theme-2 .th-sidebar {
    background : #1F2B3D;
}

.lyt6-theme-2 .th-body {
    background : #FFFFFF;
}

.lyt6-theme-2 .element {
    background : #1C2B36;
}

.lyt6-theme-3 .th-header {
    background : #E6434E;
}

.lyt6-theme-3 .th-collapse {
    background : #F3F3F4;
}

.lyt6-theme-3 .th-collapse .color-button {
    background : #E6434E;
}

.lyt6-theme-3 .th-sidebar {
    background : #2C2F3B;
}

.lyt6-theme-3 .th-body {
    background : #FFFFFF;
}

.lyt6-theme-3 .element {
    background : #1C2B36;
}

.lyt6-theme-4 .th-header {
    background : #01B070;
}

.lyt6-theme-4 .th-collapse {
    background : #F3F3F4;
}

.lyt6-theme-4 .th-collapse .color-button {
    background : #01B070;
}

.lyt6-theme-4 .th-sidebar {
    background : #2F3940;
}

.lyt6-theme-4 .th-body {
    background : #FFFFFF;
}

.lyt6-theme-4 .element {
    background : #1C2B36;
}

.lyt6-theme-5 .th-header {
    background : #131E26;
}

.lyt6-theme-5 .th-collapse {
    background : #F3F3F4;
}

.lyt6-theme-5 .th-collapse .color-button {
    background : #C82E29;
}

.lyt6-theme-5 .th-sidebar {
    background : #1C2B36;
}

.lyt6-theme-5 .th-body {
    background : #FFFFFF;
}

.lyt6-theme-5 .element {
    background : #1C2B36;
}

.lyt6-theme-6 .th-header {
    background : #2E3344;
}

.lyt6-theme-6 .th-collapse {
    background : #FFFFFF;
}

.lyt6-theme-6 .th-collapse .color-button {
    background : #9A89B5;
}

.lyt6-theme-6 .th-sidebar {
    background : #3A3F51;
}

.lyt6-theme-6 .th-body {
    background : #F0F3F4;
}

.lyt6-theme-6 .element {
    background : #1C2B36;
}

/* ---------------------------------------------------------------------- */
/*  OFF SIDEBAR
/* ---------------------------------------------------------------------- */
#off-sidebar {
    bottom                   : 0;
    position                 : fixed;
    right                    : 0;
    top                      : 60px;
    -webkit-transform        : translate3d(260px, 0, 0);
    transform                : translate3d(260px, 0, 0);
    -moz-transition          : all 0.3s !important;
    -moz-transition-delay    : 0s;
    -o-transition            : all 0.3s !important;
    -o-transition-delay      : 0s;
    -webkit-transition       : all 0.3s !important;
    -webkit-transition-delay : 0s;
    transition               : all 0.3s !important;
    transition-delay         : 0s;
    width                    : 260px;
    z-index                  : 1091;
    background               : #FFFFFF;
    border-left              : 1px solid #C8C7CC;
    border-top               : 1px solid #C8C7CC;
    overflow                 : hidden;
}

#off-sidebar .tab-content {
    position : absolute;
    bottom   : 0;
    left     : 0;
    right    : 0;
    top      : 45px;
}

@media (max-width : 991px) {
    #off-sidebar {
        position                 : fixed;
        top                      : 0;
        right                    : 0;
        z-index                  : 0;
        -webkit-transform        : translate3d(260px, 0, 0);
        transform                : translate3d(260px, 0, 0);
        -moz-transition          : -moz-transform 300ms ease 0s;
        -o-transition            : -o-transform 300ms ease 0s;
        -webkit-transition       : -webkit-transform 300ms ease;
        -webkit-transition-delay : 0s;
        transition               : transform 300ms ease 0s;
    }
}

#off-sidebar .tab-pane {
    height  : 100%;
    padding : 0;
}

.tab-pane {
    border-width : 0px 1px 1px 1px;
    border-style : solid;
    border-color : #DDDDDD;
    padding      : 10px !important;
}

.tabs-panel-heading {
    margin-left : 35px;
}

.bolum-baslik {
    margin-left : 25px;
}


.cerceve {
    border-width  : 1px 1px 1px 1px;
    border-style  : solid;
    border-color  : #EEEBEB;
    border-radius : 7px;
    padding       : 15px;

}

#off-sidebar div[perfect-scrollbar] {
    overflow : hidden !important;
}

.touch #off-sidebar div[perfect-scrollbar] {
    overflow-x : hidden !important;
    overflow-y : auto !important;
}

@media (min-width : 992px) {
    .app-offsidebar-open #off-sidebar {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

@media (max-width : 991px) {
    .app-offsidebar-open #off-sidebar {
        z-index           : 1;
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }
}

#off-sidebar .nav-tabs.nav-justified > li {
    display : table-cell;
    width   : 1%;
}

#off-sidebar .nav-tabs.nav-justified > li.active > a, #off-sidebar .nav-tabs.nav-justified > li.active > a:hover, #off-sidebar .nav-tabs.nav-justified > li.active > a:focus {
    border-bottom-color : #FFFFFF;
}

#off-sidebar .nav-tabs.nav-justified > li > a {
    border-bottom : 1px solid #C8C7CC;
    border-right  : 1px solid rgba(255, 255, 255, 0.7) !important;
    border-left   : none;
    border-radius : 0;
    border-top    : none;
    background    : #D7D6DB;
    color         : rgba(44, 47, 59, 0.6);
}

#off-sidebar .nav-tabs.nav-justified > li > a:hover {
    color : rgba(44, 47, 59, 0.8);
}

#off-sidebar .nav-tabs.nav-justified > li > a i {
    font-size : 17px;
}

#off-sidebar .nav-tabs.nav-justified > li.active > a, #off-sidebar .nav-tabs.nav-justified > li.active > a:hover, #off-sidebar .nav-tabs.nav-justified > li.active > a:focus {
    color      : #2C2F3B;
    background : #FFFFFF;
}

#off-sidebar .nav-tabs.nav-justified > li:first-child > a {
    border-left : none !important;
}

#off-sidebar .nav-tabs.nav-justified > li:last-child > a {
    border-right : none !important;
}

#off-sidebar .save-options {
    padding : 10px;
}

#off-sidebar .sidebar-wrapper {
    position   : relative;
    min-height : 100%;
}

#off-sidebar #users {
    position : relative;
    right    : 0;
    top      : 0;
    height   : 100%;
}

.app-offsidebar-open #off-sidebar #users {
    -moz-transition          : right 0.3s ease 0s;
    -o-transition            : right 0.3s ease 0s;
    -webkit-transition       : right 0.3s ease;
    -webkit-transition-delay : 0s;
    transition               : right 0.3s ease 0s;
}

.app-slide-off #off-sidebar #users {
    right : 0 !important;
}

#off-sidebar #users.chat-open {
    right : 260px;
}

#off-sidebar #users .user-chat {
    position : relative;
    left     : 260px;
    top      : 0;
    height   : 100%;
}

#off-sidebar #users .chat-content {
    position : absolute;
    left     : 0;
    right    : 0;
    top      : 40px;
    bottom   : 50px;
}

#off-sidebar .users-list {
    position : absolute;
    right    : 0;
    left     : 0;
    top      : 0;
    height   : 100%;
}

#off-sidebar .media-list .media {
    border-bottom : 1px solid #C8C7CC;
    margin        : 0;
}

#off-sidebar .media-list .media a {
    padding : 10px;
    display : block;
}

#off-sidebar .media-list .media a:hover {
    background      : #EFEFF0;
    text-decoration : none;
}

#off-sidebar .sidebar-title {
    color          : #AEACB4;
    font-size      : 11px;
    margin         : 15px 10px 10px 10px;
    text-transform : uppercase;
}

#off-sidebar .sidebar-back {
    position        : absolute;
    text-decoration : none;
    padding         : 10px;
    top             : -40px;
}

#off-sidebar .sidebar-back i {
    display        : inline-block;
    font-size      : 17px;
    margin-right   : -2px;
    margin-top     : 2px;
    font-weight    : 600;
    vertical-align : top;
}

#off-sidebar .sidebar-back span {
    font-size : 15px;
    position  : relative;
}

#off-sidebar .media-list .media .media-object {
    border-radius : 50% !important;
    float         : left;
    margin-right  : 10px;
    opacity       : 0.8;
    width         : 40px;
}

#off-sidebar .media-list .media .user-label {
    display    : inline-block;
    margin-top : 10px;
    position   : absolute;
    right      : 25px;
}

#off-sidebar .media-list .media .status-online {
    line-height : 40px;
    font-size   : 6px;
    position    : absolute;
    right       : 10px;
    display     : inline-block;
    color       : #5A8770;
}

#off-sidebar .media-list .media .media-heading {
    color         : #8E8E93 !important;
    display       : block;
    font-size     : 13px;
    margin-bottom : 4px;
}

#off-sidebar .media-list .media .media-body span {
    color     : #C8C7CC;
    display   : block;
    font-size : 12px;
}

#off-sidebar .sidebar-content {
    height   : 100%;
    position : relative;
}

#off-sidebar .discussion .avatar img {
    border-radius : 50% !important;
    width         : 40px;
}

#off-sidebar .discussion .messages {
    margin-top : 10px;
}

#off-sidebar .discussion .messages p {
    font-size : 12px;
}

#off-sidebar .message-bar {
    position : absolute;
    bottom   : 0;
}

/* ---------------------------------------------------------------------- */
/*  Horizontal Menu
/* ---------------------------------------------------------------------- */
.horizontal-menu {
    position      : absolute;
    top           : 60px;
    background    : #FFFFFF;
    box-shadow    : 0 0 4px rgba(0, 0, 0, 0.2);
    padding       : 0;
    border-radius : 0;
    z-index       : 1088;
    height        : auto;
}

@media (min-width : 992px) {
    .horizontal-menu {
        max-height : 50px;
        display    : none;
    }
}

@media (min-width : 992px) {
    .horizontal-menu .navbar-nav.navbar-right {
        margin-right : 0;
    }

    .horizontal-menu .navbar-nav.navbar-right li:last-child {
        padding-right : 0;
    }
}

.horizontal-menu .navbar-nav > li > a {
    padding-top    : 10px;
    padding-bottom : 10px;
    color          : #777777 !important;
    line-height    : normal;
}

.horizontal-menu .navbar-nav > li > a > * {
    vertical-align : middle;
}

.horizontal-menu .navbar-nav > li > a > span {
    position : relative;
    top      : 1px;
}

.horizontal-menu .navbar-nav > li > a:hover {
    color            : #2C2F3B !important;
    background-color : rgba(44, 47, 59, 0.05);
}

@media (min-width : 992px) {
    .horizontal-menu .navbar-nav > li > a.nav-user-wrapper {
        padding-left   : 0;
        padding-top    : 0;
        padding-bottom : 0;
    }
}

@media (max-width : 991px) {
    .horizontal-menu .navbar-nav > li > a.nav-user-wrapper img {
        width : 30px;
    }
}

.horizontal-menu .navbar-nav > li.active > a {
    background  : none;
    color       : #2C2F3B !important;
    font-weight : 600;
}

.horizontal-menu .navbar-nav > li .dropdown-menu {
    border-radius : 0 !important;
    min-width     : 250px;
    border        : 1px solid rgba(0, 0, 0, 0.1);
    color         : #777777 !important;
}

.horizontal-menu .navbar-nav > li .dropdown-menu > li:hover > a {
    background : rgba(44, 47, 59, 0.05);
}

.horizontal-menu .navbar-nav > li .dropdown-menu > .active > a {
    background    : rgba(44, 47, 59, 0.05);
    border-radius : 0;
    color         : #2C2F3B;
    font-weight   : 600;
}

@media (min-width : 992px) {
    .lyt-4 .horizontal-menu {
        display : block;
    }
}

@media (max-width : 991px) {
    .horizontal-menu {
        padding    : 0;
        position   : absolute;
        overflow   : hidden;
        min-height : 0;
    }

    .horizontal-menu.in-add {
        z-index : 2000;
    }

    .horizontal-menu .horizontal-menu-wrapper > .horizontal-nav-container {
        overflow                   : auto;
        -webkit-overflow-scrolling : touch;
    }

    .horizontal-menu .close-handle {
        background : #FFFFFF;
    }

    .horizontal-menu .close-handle .arrow-left, .horizontal-menu .close-handle .arrow-right {
        background-color : #2C2F3B;
    }

    .horizontal-menu .navbar-nav {
        float  : none !important;
        margin : 0;
    }

    .horizontal-menu .navbar-nav > li {
        float         : none !important;
        border-bottom : 1px solid rgba(0, 0, 0, 0.1) !important;
        padding       : 0 !important;
    }

    .horizontal-menu .navbar-nav > li > a {
        text-align     : left !important;
        border-bottom  : none !important;
        padding-top    : 15px;
        padding-bottom : 15px;
    }

    .horizontal-menu .navbar-nav > li > a .caret {
        display    : block;
        float      : right;
        margin-top : 11px;
    }

    .horizontal-menu .navbar-nav .dropdown-menu {
        position         : static;
        float            : none !important;
        width            : auto;
        margin-top       : 0;
        background-color : transparent;
        border           : 0;
        box-shadow       : none;
        border           : none !important;
    }

    .horizontal-menu .navbar-nav .dropdown-menu .divider {
        display : none;
    }

    .horizontal-menu .navbar-nav .dropdown-menu > li {
        border-bottom : 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .horizontal-menu .navbar-nav .dropdown-menu > li > a {
        border-bottom : none !important;
        background    : none !important;
    }

    .horizontal-menu .navbar-nav .dropdown-menu > li:last-child {
        border-bottom : none !important;
    }

    .horizontal-menu .navbar-nav .dropdown-menu .dropdown-menu {
        padding-left : 20px;
    }

    .horizontal-menu .navbar-nav .dropdown-menu .dropdown-menu > li:last-child {
        border-bottom : none !important;
    }

    .horizontal-menu .navbar-nav .dropdown-menu .mega-menu-content > div {
        padding : 0;
    }

    .horizontal-menu .navbar-nav .dropdown-menu .mega-menu-content .mega-sub-menu {
        margin  : 0;
        padding : 0;
    }

    .horizontal-menu .navbar-nav .dropdown-menu .mega-menu-content .mega-sub-menu > li .mega-menu-sub-title {
        border-bottom : 1px solid rgba(0, 0, 0, 0.1) !important;
        padding-right : 10px;
        padding-left  : 10px;
    }

    .horizontal-menu .navbar-nav .dropdown-menu .mega-menu-content .mega-sub-menu > li > ul {
        padding : 0;
    }

    .horizontal-menu .navbar-nav .dropdown-menu .mega-menu-content .mega-sub-menu > li > ul > li {
        border-bottom : 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .horizontal-menu .navbar-nav .dropdown-menu .mega-menu-content .mega-sub-menu > li > ul > li:last-child {
        border-bottom : none !important;
    }

    .horizontal-menu .navbar-nav .dropdown-menu .mega-menu-content .mega-sub-menu > li > ul > li > a {
        margin        : 4px;
        padding       : 5px 15px 5px 25px;
        border-bottom : none !important;
    }
}

.dropdown-submenu {
    position : relative;
}

.dropdown-submenu > .dropdown-menu {
    top                   : 0;
    left                  : 100%;
    margin-top            : -6px;
    margin-left           : -1px;
    -webkit-border-radius : 0 6px 6px 6px;
    -moz-border-radius    : 0 6px 6px;
    border-radius         : 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display : block;
}

.dropdown-submenu > a:after {
    display           : block;
    content           : " ";
    float             : right;
    width             : 0;
    height            : 0;
    border-color      : transparent;
    border-style      : solid;
    border-width      : 4px 0 4px 4px;
    border-left-color : #2C2F3B;
    margin-top        : 8px;
    margin-right      : -10px;
}

.dropdown-submenu.pull-left {
    float : none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left                  : -100%;
    margin-left           : 10px;
    -webkit-border-radius : 6px 0 6px 6px;
    -moz-border-radius    : 6px 0 6px 6px;
    border-radius         : 6px 0 6px 6px;
}

.mega-menu .dropdown-menu {
    left   : 0 !important;
    right  : 0 !important;
    margin : 1px 0 0 0 !important;
}

.mega-menu {
    position : static !important;
}

.mega-menu .mega-menu-content {
    padding     : 0;
    line-height : normal !important;
}

.mega-menu .mega-menu-content ul.mega-sub-menu {
    list-style : none;
    margin     : 0 -15px;
    padding    : 20px 0;
    display    : inline-block;
    width      : 100%;
}

.mega-menu .mega-menu-content ul.mega-sub-menu ul {
    list-style : none;
    margin     : 0;
    padding    : 0 0 0 30px;
}

.mega-menu .mega-menu-content ul.mega-sub-menu ul li a {
    border-bottom : 1px solid rgba(0, 0, 0, 0.1) !important;
}

.mega-menu .mega-menu-content ul.mega-sub-menu ul li:last-child a {
    border-bottom : none !important;
}

.mega-menu .mega-menu-content ul.mega-sub-menu ul li.active > a {
    color       : #2C2F3B;
    font-weight : 600;
}

.mega-menu .mega-menu-content ul.mega-sub-menu .mega-menu-sub-title {
    display        : block;
    font-size      : 1em;
    font-weight    : 600;
    padding        : 5px 30px;
    text-transform : uppercase;
}

.mega-menu .mega-menu-content ul.mega-sub-menu a {
    display         : block;
    font-weight     : normal;
    padding         : 8px;
    line-height     : 23px;
    font-size       : 12px;
    height          : auto;
    min-height      : 23px;
    text-decoration : none;
    color           : #808080;
}

.mega-menu .mega-menu-content ul.mega-sub-menu a:hover, .mega-menu .mega-menu-content ul.mega-sub-menu a:focus {
    background-color : #F5F5F5;
    color            : #262626;
    text-decoration  : none;
}

/* ---------------------------------------------------------------------- */
/*  Utilities
/* ---------------------------------------------------------------------- */
.no-padding {
    padding : 0 !important;
}

.no-margin {
    margin : 0 !important;
}

.inline {
    display : inline;
}

.no-visible {
    visibility : hidden;
}

.no-radius {
    -moz-border-radius    : 0 !important;
    -webkit-border-radius : 0;
    border-radius         : 0 !important;
}

.no-border {
    border : none !important;
}

.no-border-top {
    border-top : none !important;
}

.no-border-bottom {
    border-bottom : none !important;
}

.no-border-left {
    border-left : none !important;
}

.no-border-right {
    border-right : none !important;
}

.border-right {
    border-right-style : solid !important;
    border-right-width : 1px !important;
    border-color       : rgba(0, 0, 0, 0.07) !important;
}

.border-left {
    border-left-style : solid !important;
    border-left-width : 1px !important;
    border-color      : rgba(0, 0, 0, 0.07) !important;
}

.border-top {
    border-top-style : solid !important;
    border-top-width : 1px !important;
    border-color     : rgba(0, 0, 0, 0.07) !important;
}

.border-bottom {
    border-bottom-style : solid !important;
    border-bottom-width : 1px !important;
    border-color        : rgba(0, 0, 0, 0.07) !important;
}

.border-light {
    border-color : rgba(255, 255, 255, 0.2) !important;
}

.border-around {
    border : 1px solid #C8C7CC !important;
}

.panel-white .border-light, .partition-white .border-light {
    border-color : rgba(0, 0, 0, 0.07) !important;
}

.border-dark {
    border-color : rgba(0, 0, 0, 0.2);
}

.panel-white .border-dark, .partition-white .border-dark {
    border-color : rgba(0, 0, 0, 0.3) !important;
}

.border-dark-1 {
    border : solid 1px rgba(150, 150, 150, 0.5) !important;
}

.block {
    display : block !important;
}

.inline-block {
    display : inline-block !important;
}

.no-display {
    display : none !important;
}

.display-table {
    display : table !important;
}

.display-table-cell {
    display : table-cell !important;
}

.display-flex {
    display      : flex !important;
    flex-wrap    : wrap;
    margin-right : -15px;
    margin-left  : -15px;
}

.d-flex-nowrap {
    display      : flex !important;
    flex-wrap    : nowrap !important;
    margin-right : -15px !important;
    margin-left  : -15px !important;
}

.d-flex-nomargin {
    display   : flex !important;
    flex-wrap : nowrap;
}

.example {
    margin  : 15px 0;
    padding : 14px 19px;
}

.space5 {
    display       : block;
    margin-bottom : 5px !important;
    clear         : both;
}

.space7 {
    margin-bottom : 7px !important;
    clear         : both;
}

.space10 {
    margin-bottom : 10px !important;
    clear         : both;
}

.space12 {
    margin-bottom : 12px !important;
    clear         : both;
}

.space15 {
    margin-bottom : 15px !important;
    clear         : both;
}

.space20 {
    margin-bottom : 20px !important;
    clear         : both;
}

/*---------orders -------murat----*/
.order-0 {
    order : 0;
}

.order-1 {
    order : 1;
}

.order-2 {
    order : 2;
}

.order-3 {
    order : 3;
}

.order-4 {
    order : 4;
}

@media screen and (max-width : 767px) {
    .order-sm-0 {
        order : 0;
    }

    .order-sm-1 {
        order : 1;
    }

    .order-sm-2 {
        order : 2;
    }

    .order-sm-3 {
        order : 3;
    }

    .order-sm-4 {
        order : 4;
    }

    .d-flex-nowrap-sm {
        display      : flex !important;
        flex-wrap    : nowrap;
        margin-right : -15px;
        margin-left  : -15px;
    }

    .stars .rating-symbol {
        font-size : .7em !important;
    }
}

@media screen and (min-width : 768px) {
    .order-md-0 {
        order : 0;
    }

    .order-md-1 {
        order : 1;
    }

    .order-md-2 {
        order : 2;
    }

    .order-md-3 {
        order : 3;
    }

    .order-md-4 {
        order : 4;
    }
}

@media screen and (min-width : 1024px) {
    .order-lg-0 {
        order : 0;
    }

    .order-lg-1 {
        order : 1;
    }

    .order-lg-2 {
        order : 2;
    }

    .order-lg-3 {
        order : 3;
    }

    .order-lg-4 {
        order : 4;
    }
}

@media screen and (min-width : 1440px) {
    .order-xl-0 {
        order : 0;
    }

    .order-xl-1 {
        order : 1;
    }

    .order-xl-2 {
        order : 2;
    }

    .order-xl-3 {
        order : 3;
    }

    .order-xl-4 {
        order : 4;
    }

    .stars .rating-symbol {
        font-size : .9em !important;
    }
}

.stars .rating-symbol {
    color       : #E19D20;
    font-weight : normal;
}

.stars .glyphicon-star-empty {
    color       : #E1E1E1;
    font-weight : normal;
}

.shared {
    padding          : 7px;
    background-color : #1B3F72;
    color            : white;
    border-width     : 0;
    border-radius    : 5px;
    position         : relative;
    display          : block;
    margin-top       : 10px;
    margin-left      : auto;
    margin-right     : auto;
}

.padding-5 {
    padding : 5px !important;
}

.padding-10 {
    padding : 10px !important;
}

.padding-15 {
    padding : 15px !important;
}

.padding-20 {
    padding : 20px !important;
}

.padding-25 {
    padding : 25px !important;
}

.padding-30 {
    padding : 30px !important;
}

.padding-35 {
    padding : 35px !important;
}

.padding-40 {
    padding : 40px !important;
}

.padding-horizontal-5 {
    padding : 0 5px !important;
}

.padding-horizontal-10 {
    padding : 0 10px !important;
}

.padding-horizontal-15 {
    padding : 0 15px !important;
}

.padding-horizontal-20 {
    padding : 0 20px !important;
}

.padding-vertical-10 {
    padding : 10px 0 !important;
}

.padding-vertical-15 {
    padding : 15px 0 !important;
}

.padding-vertical-20 {
    padding : 20px 0 !important;
}

.padding-bottom-0 {
    padding-bottom : 0px !important;
}

.padding-bottom-5 {
    padding-bottom : 5px !important;
}

.padding-bottom-10 {
    padding-bottom : 10px !important;
}

.padding-bottom-15 {
    padding-bottom : 15px !important;
}

.padding-bottom-20 {
    padding-bottom : 20px !important;
}

.padding-bottom-25 {
    padding-bottom : 25px !important;
}

.padding-bottom-30 {
    padding-bottom : 30px !important;
}

.padding-bottom-35 {
    padding-bottom : 35px !important;
}

.padding-bottom-40 {
    padding-bottom : 40px !important;
}

.padding-bottom-45 {
    padding-bottom : 45px !important;
}

.padding-bottom-50 {
    padding-bottom : 50px !important;
}

.padding-top-0 {
    padding-top : 0px !important;
}

.padding-top-5 {
    padding-top : 5px !important;
}

.padding-top-10 {
    padding-top : 10px !important;
}

.padding-top-15 {
    padding-top : 15px !important;
}

.padding-top-20 {
    padding-top : 20px !important;
}

.padding-top-25 {
    padding-top : 25px !important;
}

.padding-top-30 {
    padding-top : 30px !important;
}

.padding-top-35 {
    padding-top : 35px !important;
}

.padding-top-40 {
    padding-top : 40px !important;
}

.padding-top-45 {
    padding-top : 45px !important;
}

.padding-top-50 {
    padding-top : 50px !important;
}

.padding-top-55 {
    padding-top : 55px !important;
}

.padding-top-60 {
    padding-top : 60px !important;
}

.padding-top-65 {
    padding-top : 65px !important;
}

.padding-top-70 {
    padding-top : 70px !important;
}

.padding-left-0 {
    padding-left : 0px !important;
}

.padding-left-5 {
    padding-left : 5px !important;
}

.padding-left-10 {
    padding-left : 10px !important;
}

.padding-left-15 {
    padding-left : 15px !important;
}

.padding-left-20 {
    padding-left : 20px !important;
}

.padding-left-25 {
    padding-left : 25px !important;
}

.padding-left-30 {
    padding-left : 30px !important;
}

.padding-left-35 {
    padding-left : 35px !important;
}

.padding-left-40 {
    padding-left : 40px !important;
}

.padding-left-45 {
    padding-left : 45px !important;
}

.padding-left-50 {
    padding-left : 50px !important;
}

.padding-left-55 {
    padding-left : 55px !important;
}

.padding-left-60 {
    padding-left : 60px !important;
}

.padding-left-65 {
    padding-left : 65px !important;
}

.padding-left-70 {
    padding-left : 70px !important;
}

.padding-left-75 {
    padding-left : 75px !important;
}

.padding-left-80 {
    padding-left : 80px !important;
}

.padding-left-85 {
    padding-left : 85px !important;
}

.padding-left-90 {
    padding-left : 90px !important;
}

.padding-right-0 {
    padding-right : 0px !important;
}

.padding-right-5 {
    padding-right : 5px !important;
}

.padding-right-10 {
    padding-right : 10px !important;
}

.padding-right-15 {
    padding-right : 15px !important;
}

.padding-right-20 {
    padding-right : 20px !important;
}

.padding-right-25 {
    padding-right : 25px !important;
}

.padding-right-30 {
    padding-right : 30px !important;
}

.padding-right-35 {
    padding-right : 35px !important;
}

.padding-right-40 {
    padding-right : 40px !important;
}

.padding-right-45 {
    padding-right : 45px !important;
}

.padding-right-50 {
    padding-right : 50px !important;
}

.padding-right-55 {
    padding-right : 55px !important;
}

.padding-right-60 {
    padding-right : 60px !important;
}

.padding-right-65 {
    padding-right : 65px !important;
}

.padding-right-70 {
    padding-right : 70px !important;
}

.padding-right-75 {
    padding-right : 75px !important;
}

.padding-right-80 {
    padding-right : 80px !important;
}

.padding-right-85 {
    padding-right : 85px !important;
}

.padding-right-90 {
    padding-right : 90px !important;
}

.margin-negative-5 {
    margin : -5px !important;
}

.margin-negative-10 {
    margin : -10px !important;
}

.margin-negative-15 {
    margin : -15px !important;
}

.margin-b-negative-5 {
    margin-bottom : -5px !important;
}

.margin-b-negative-7 {
    margin-bottom : -7px !important;
}

.margin-b-negative-10 {
    margin-bottom : -10px !important;
}

.margin-b-negative-15 {
    margin-bottom : -15px !important;
}

.margin-b-negative-20 {
    margin-bottom : -20px !important;
}

.margin-t-negative-5 {
    margin-top : -5px !important;
}

.margin-t-negative-7 {
    margin-top : -7px !important;
}

.margin-t-negative-10 {
    margin-top : -10px !important;
}

.margin-t-negative-15 {
    margin-top : -15px !important;
}

.margin-t-negative-20 {
    margin-top : -20px !important;
}

.margin-5 {
    margin : 5px !important;
}

.margin-7 {
    margin : 7px !important;
}

.margin-10 {
    margin : 10px !important;
}

.margin-15 {
    margin : 15px !important;
}

.margin-20 {
    margin : 20px !important;
}

.margin-25 {
    margin : 25px !important;
}

.margin-30 {
    margin : 30px !important;
}

.margin-35 {
    margin : 35px !important;
}

.margin-40 {
    margin : 40px !important;
}

.margin-bottom-0 {
    margin-bottom : 0px !important;
}

.margin-bottom-5 {
    margin-bottom : 5px !important;
}

.margin-bottom-10 {
    margin-bottom : 10px !important;
}

.margin-bottom-15 {
    margin-bottom : 15px !important;
}

.margin-bottom-20 {
    margin-bottom : 20px !important;
}

.margin-bottom-25 {
    margin-bottom : 25px !important;
}

.margin-bottom-30 {
    margin-bottom : 30px !important;
}

.margin-bottom-35 {
    margin-bottom : 35px !important;
}

.margin-bottom-40 {
    margin-bottom : 40px !important;
}

.margin-bottom-45 {
    margin-bottom : 45px !important;
}

.margin-bottom-50 {
    margin-bottom : 50px !important;
}

.margin-top-0 {
    margin-top : 0px !important;
}

.margin-top-5 {
    margin-top : 5px !important;
}

.margin-top-10 {
    margin-top : 10px !important;
}

.margin-top-15 {
    margin-top : 15px !important;
}

.margin-top-20 {
    margin-top : 20px !important;
}

.margin-top-25 {
    margin-top : 25px !important;
}

.margin-top-30 {
    margin-top : 30px !important;
}

.margin-top-35 {
    margin-top : 35px !important;
}

.margin-top-40 {
    margin-top : 40px !important;
}

.margin-top-45 {
    margin-top : 45px !important;
}

.margin-top-50 {
    margin-top : 50px !important;
}

.mr-auto {
    margin-right : auto !important;
}

.ml-auto {
    margin-left : auto !important;
}

.margin-right-0 {
    margin-right : 0px !important;
}

.margin-right-5 {
    margin-right : 5px !important;
}

.margin-right-10 {
    margin-right : 10px !important;
}

.margin-right-15 {
    margin-right : 15px !important;
}

.margin-right-20 {
    margin-right : 20px !important;
}

.margin-right-25 {
    margin-right : 25px !important;
}

.margin-right-30 {
    margin-right : 30px !important;
}

.margin-right-35 {
    margin-right : 35px !important;
}

.margin-right-40 {
    margin-right : 40px !important;
}

.margin-right-45 {
    margin-right : 45px !important;
}

.margin-right-50 {
    margin-right : 50px !important;
}

.margin-left-0 {
    margin-left : 0px !important;
}

.margin-left-5 {
    margin-left : 5px !important;
}

.margin-left-10 {
    margin-left : 10px !important;
}

.margin-left-15 {
    margin-left : 15px !important;
}

.margin-left-20 {
    margin-left : 20px !important;
}

.margin-left-25 {
    margin-left : 25px !important;
}

.margin-left-30 {
    margin-left : 30px !important;
}

.margin-left-35 {
    margin-left : 35px !important;
}

.margin-left-40 {
    margin-left : 40px !important;
}

.margin-left-45 {
    margin-left : 45px !important;
}

.margin-left-50 {
    margin-left : 50px !important;
}

.min-height-50 {
    min-height : 50px !important;
}

.min-height-55 {
    min-height : 55px !important;
}

.min-height-60 {
    min-height : 60px !important;
}

.min-height-65 {
    min-height : 65px !important;
}

.min-height-70 {
    min-height : 70px !important;
}

.min-height-75 {
    min-height : 75px !important;
}

.min-height-80 {
    min-height : 80px !important;
}

.min-height-85 {
    min-height : 85px !important;
}

.min-height-90 {
    min-height : 90px !important;
}

.min-height-95 {
    min-height : 95px !important;
}

.min-height-100 {
    min-height : 100px !important;
}

.min-height-105 {
    min-height : 105px !important;
}

.min-height-110 {
    min-height : 110px !important;
}

.min-height-115 {
    min-height : 115px !important;
}

.min-height-120 {
    min-height : 120px !important;
}

.min-height-125 {
    min-height : 125px !important;
}

.min-height-130 {
    min-height : 130px !important;
}

.min-height-135 {
    min-height : 135px !important;
}

.min-height-140 {
    min-height : 140px !important;
}

.min-height-145 {
    min-height : 145px !important;
}

.min-height-150 {
    min-height : 150px !important;
}

.min-height-155 {
    min-height : 155px !important;
}

.min-height-180 {
    min-height : 180px !important;
}

.min-height-200 {
    min-height : 200px !important;
}

.min-height-230 {
    min-height : 230px !important;
}

.min-height-250 {
    min-height : 250px !important;
}

.min-height-270 {
    min-height : 270px !important;
}

.min-height-280 {
    min-height : 280px !important;
}

.min-height-300 {
    min-height : 300px !important;
}

.min-height-350 {
    min-height : 350px !important;
}

.height-50 {
    height : 50px !important;
}

.height-55 {
    height : 55px !important;
}

.height-60 {
    height : 60px !important;
}

.height-65 {
    height : 65px !important;
}

.height-70 {
    height : 70px !important;
}

.height-75 {
    height : 75px !important;
}

.height-80 {
    height : 80px !important;
}

.height-85 {
    height : 85px !important;
}

.height-90 {
    height : 90px !important;
}

.height-95 {
    height : 95px !important;
}

.height-100 {
    height : 100px !important;
}

.height-105 {
    height : 105px !important;
}

.height-110 {
    height : 110px !important;
}

.height-115 {
    height : 115px !important;
}

.height-120 {
    height : 120px !important;
}

.height-125 {
    height : 125px !important;
}

.height-130 {
    height : 130px !important;
}

.height-135 {
    height : 135px !important;
}

.height-140 {
    height : 140px !important;
}

.height-145 {
    height : 145px !important;
}

.height-150 {
    height : 150px !important;
}

.height-155 {
    height : 155px !important;
}

.height-180 {
    height : 180px !important;
}

.height-185 {
    height : 185px !important;
}

.height-200 {
    height : 200px !important;
}

.height-210 {
    height : 210px !important;
}

.height-220 {
    height : 220px !important;
}

.height-230 {
    height : 230px !important;
}

.height-250 {
    height : 250px !important;
}

.height-270 {
    height : 270px !important;
}

.height-300 {
    height : 300px !important;
}

.height-330 {
    height : 330px !important;
}

.height-350 {
    height : 350px !important;
}

.height-400 {
    height : 400px !important;
}

.height-550 {
    height : 450px !important;
}

.width-50 {
    width : 50px !important;
}

.width-60 {
    width : 60px !important;
}

.width-70 {
    width : 70px !important;
}

.width-80 {
    width : 80px !important;
}

.width-90 {
    width : 90px !important;
}

.width-100 {
    width : 100px !important;
}

.width-150 {
    width : 150px !important;
}

.width-200 {
    width : 200px !important;
}

.max-width-50 {
    max-width : 50px !important;
}

.max-width-100 {
    max-width : 100px !important;
}

.max-width-150 {
    max-width : 150px !important;
}

.max-width-200 {
    max-width : 200px !important;
}

.min-width-50 {
    min-width : 50px !important;
}

.min-width-100 {
    min-width : 100px !important;
}

.min-width-120 {
    min-width : 120px !important;
}

.min-width-130 {
    min-width : 130px !important;
}

.min-width-150 {
    min-width : 150px !important;
}

.min-width-200 {
    min-width : 200px !important;
}

.min-width-250 {
    min-width : 200px !important;
}

.max-height-50 {
    max-height : 50px !important;
}

.max-height-70 {
    max-height : 70px !important;
}

.max-height-100 {
    max-height : 100px !important;
}

.max-height-120 {
    max-height : 120px !important;
}

.max-height-150 {
    max-height : 150px !important;
}

.max-height-170 {
    max-height : 170px !important;
}

.max-height-200 {
    max-height : 200px !important;
}

.vertical-align-bottom {
    vertical-align : bottom !important;
}

.vertical-align-middle {
    vertical-align : middle !important;
}

.vertical-align-top {
    vertical-align : top !important;
}

.large-letters {
    font-size : 60px;
}

.text-muted {
    color : #9B9B9F;
}

.text-bold {
    font-weight : 600 !important;
}

.text-extra-small {
    font-size : 11px !important;
}

.text-small {
    font-size : 12px !important;
}

.text-large {
    font-size : 16px !important;
}

.text-extra-large {
    font-size : 17px !important;
}

h1.text-extra-large {
    font-size : 50px !important;
}

.text-xxl {
    font-size : 4.5em !important;
}

.text-2xl {
    font-size : 2.4em !important;
}

.text-lg {
    font-size : 1.4em !important;
}

.text-primary {
    color : #58748B !important;
}

.text-grey {
    color : #C8C7CC !important;
}

.text-azure {
    color : #5B9BD1 !important;
}

.text-orange {
    color : #F18636 !important;
}

.text-green {
    color : #5A8770 !important;
}

.text-blue {
    color : #407887 !important;
}

.text-pink {
    color : #F5888D !important;
}

.text-purple {
    color : #9A89B5 !important;
}

.text-bricky {
    color : #894550 !important;
}

.text-yellow {
    color : #EEB424 !important;
}

.text-red {
    color : #C82E29 !important;
}

.text-info {
    color : #46B8DA !important;
}

.text-white {
    color : #FFFFFF !important;
}

a.text-white {
    color : rgba(255, 255, 255, 0.6) !important;
}

a.text-white:hover {
    color : #FFFFFF !important;
}

.text-dark {
    color : #5B5B60 !important;
}

a.text-dark:hover {
    color : #6F6F74 !important;
}

.text-light {
    color : #9B9B9F !important;
}

a.text-light:hover {
    color : #86868C !important;
}

.text-white-transparent {
    color : rgba(255, 255, 255, 0.7) !important;
}

.text-dark-transparent {
    color : rgba(44, 47, 59, 0.7) !important;
}

/* ---------------------------------------------------------------------- */
/*  Background Colors
/* ---------------------------------------------------------------------- */
.no-bg {
    background : none !important;
}

.bg-white {
    background : #FFFFFF !important;
}

.bg-black {
    background : #2C2F3B !important;
    color      : #FFFFFF;
}

.bg-primary {
    background : #58748B !important;
    color      : #FFFFFF;
}

.bg-light-primary {
    background : #718EA5 !important;
    color      : #FFFFFF;
}

.bg-dark-primary {
    background : #445A6C !important;
    color      : #FFFFFF;
}

.bg-success {
    background : #5CB85C !important;
    color      : #FFFFFF;
}

.bg-info {
    background : #46B8DA !important;
    color      : #FFFFFF;
}

.bg-warning {
    background : #EEA236 !important;
    color      : #FFFFFF;
}

.bg-danger {
    background : #D43F3A !important;
    color      : #FFFFFF;
}

.bg-azure {
    background : #5B9BD1 !important;
    color      : #FFFFFF;
}

.bg-light-azure {
    background : #6FA7D7 !important;
    color      : #FFFFFF;
}

.bg-dark-azure {
    background : #3782C2 !important;
    color      : #FFFFFF;
}

.bg-red {
    background : #C82E29 !important;
    color      : #FFFFFF;
}

.bg-light-red {
    background : #DA4F4A !important;
    color      : #FFFFFF;
}

.bg-dark-red {
    background : #9E2420 !important;
    color      : #FFFFFF;
}

.bg-green {
    background : #5A8770 !important;
    color      : #FFFFFF;
}

.bg-light-green {
    background : #73A189 !important;
    color      : #FFFFFF;
}

.bg-dark-green {
    background : #466857 !important;
    color      : #FFFFFF;
}

.bg-orange {
    background : #F18636 !important;
    color      : #FFFFFF;
}

.bg-light-orange {
    background : #F4A366 !important;
    color      : #FFFFFF;
}

.bg-dark-orange {
    background : #E46B10 !important;
    color      : #FFFFFF;
}

.bg-blue {
    background : #407887 !important;
    color      : #FFFFFF;
}

.bg-light-blue {
    background : #5097AA !important;
    color      : #FFFFFF;
}

.bg-dark-blue {
    background : #305964 !important;
    color      : #FFFFFF;
}

.bg-pink {
    background : #F5888D !important;
    color      : #FFFFFF;
}

.bg-light-pink {
    background : #F9B7BA !important;
    color      : #FFFFFF;
}

.bg-dark-pink {
    background : #F15960 !important;
    color      : #FFFFFF;
}

.bg-purple {
    background : #9A89B5 !important;
    color      : #FFFFFF;
}

.bg-light-purple {
    background : #B5A8C9 !important;
    color      : #FFFFFF;
}

.bg-dark-purple {
    background : #7F6AA1 !important;
    color      : #FFFFFF;
}

.bg-beige {
    background : #D2BD8E !important;
    color      : #FFFFFF;
}

.bg-light-beige {
    background : #D9C8A0 !important;
    color      : #FFFFFF;
}

.bg-dark-beige {
    background : #C3A86A !important;
    color      : #FFFFFF;
}

.bg-grey {
    background : #C8C7CC !important;
    color      : #FFFFFF;
}

.bg-light-grey {
    background : #F7F7F8 !important;
}

.bg-dark-grey {
    background : #AEACB4 !important;
    color      : #FFFFFF;
}

.bg-yellow {
    background : #EEB424 !important;
    color      : #FFFFFF;
}

.bg-light-yellow {
    background : #F2C453 !important;
    color      : #FFFFFF;
}

.bg-dark-yellow {
    background : #CF9810 !important;
    color      : #FFFFFF;
}

.bg-bricky {
    background : #894550 !important;
    color      : #FFFFFF;
}

.bg-light-bricky {
    background : #AA5764 !important;
    color      : #FFFFFF;
}

.bg-dark-bricky {
    background : #67343C !important;
    color      : #FFFFFF;
}

.bg-body {
    background : #F1F3FA;
}

.center {
    text-align : center;
}

.text-left {
    text-align : left;
}

.text-right {
    text-align : right;
}

.circle-100 {
    width              : 100px;
    height             : 100px;
    border-radius      : 50%;
    display            : inline-block;
    -moz-box-shadow    : 0 1px 2px #C3C3C3;
    -webkit-box-shadow : 0 1px 2px #C3C3C3;
    box-shadow         : 0 1px 2px #C3C3C3;
}

.circle-50 {
    width              : 50px;
    height             : 50px;
    border-radius      : 50%;
    line-height        : 55px;
    text-align         : center;
    display            : inline-block;
    -moz-box-shadow    : 0 1px 2px #C3C3C3;
    -webkit-box-shadow : 0 1px 2px #C3C3C3;
    box-shadow         : 0 1px 2px #C3C3C3;
}

.rate .value {
    font-size   : 22px;
    font-weight : 600;
}

.rate i {
    vertical-align : middle;
    padding-bottom : 15px;
}

.rate .percentage {
    vertical-align : middle;
    font-size      : 15px;
    padding-bottom : 15px;
}

.rate img {
    display  : block;
    position : relative;
    width    : 100%;
}

.overlayer {
    display          : block;
    position         : absolute;
    z-index          : 101;
    background-image : linear-gradient(rgba(0, 0, 0, 0) 0px, #000000 100%);
    opacity          : 1;
}

.overlayer.fullwidth {
    width : 100%;
}

.overlayer .overlayer-wrapper {
    display  : block;
    position : relative;
    z-index  : 100;
}

.bottom-left {
    bottom   : 0;
    left     : 0;
    position : absolute;
}

.tags {
    display                    : inline-block;
    background                 : #C2C6CD;
    color                      : #FFFFFF !important;
    text-decoration            : none;
    cursor                     : pointer;
    margin                     : 0 0 10px 18px;
    padding                    : 2px 10px 1px;
    border-top-right-radius    : 3px;
    border-bottom-right-radius : 3px;
    position                   : relative;
    transition                 : all .25s linear;
    white-space                : nowrap;
    line-height                : 21px;
}

.tags:before {
    content      : "";
    border-style : solid;
    border-color : transparent #C5C5C5 transparent transparent;
    border-width : 12px 13px 12px 0;
    position     : absolute;
    left         : -13px;
    top          : 0;
    transition   : all .25s linear;
}

.tags:hover {
    background-color : #8B91A0;
    color            : #FFFFFF;
}

.tags:hover:before {
    border-color : transparent #8B91A0 transparent transparent;
}

.tags:after {
    background    : none repeat scroll 0 0 #FFFFFF;
    border-radius : 50% 50% 50% 50%;
    content       : "";
    height        : 5px;
    left          : -1px;
    position      : absolute;
    top           : 10px;
    width         : 5px;
}

.tooltip-notification {
    cursor     : pointer;
    right      : 0;
    margin-top : 3px;
    padding    : 5px 0;
    position   : absolute;
    top        : 25px;
    z-index    : 10000;
}

.toolbar .tooltip-notification {
    top   : 60px;
    right : 20px;
}

.tooltip-notification .tooltip-notification-arrow {
    border-width        : 0 5px 5px;
    left                : 80%;
    margin-left         : -5px;
    top                 : 0;
    border-color        : transparent;
    border-bottom-color : #292B2E;
    border-style        : solid;
    height              : 0;
    position            : absolute;
    width               : 0;
}

.tooltip-notification .tooltip-notification-inner {
    background-color : #292B2E;
    border-radius    : 4px;
    color            : #FFFFFF;
    font-size        : 12px;
    padding          : 8px;
    text-align       : center;
    text-decoration  : none;
    line-height      : normal;
}

.tooltip-notification .tooltip-notification-inner .message {
    color      : #BFC0C1;
    font-size  : 11px;
    margin-top : -4px;
}

.tooltip-notification .tooltip-notification-inner > div {
    width : 100px;
}

.float-none {
    float : none;
}

.background-dark {
    background : rgba(0, 0, 0, 0.2);
}

.background-light {
    background : rgba(255, 255, 255, 0.6) !important;
}

.background-green {
    background : rgb(69, 147, 91) !important;
}

.background-orange {
    background : rgb(204, 117, 4) !important;
}

.background-red {
    background : rgb(204, 72, 31) !important;
}

.background-grey2 {
    background : rgb(150, 150, 149) !important;
}

.background-grey1 {
    background : rgb(192, 192, 191) !important;
}

.background-grey0 {
    background : rgb(227, 227, 225) !important;
}

.radius-3 {
    border-radius : 3px !important;
}

.radius-5 {
    border-radius : 5px !important;
}

.radius-10 {
    border-radius : 10px !important;
}

.radius-20 {
    /*murat*/
    border-radius : 20px !important;
}

.stack-right-bottom {
    left        : auto !important;
    right       : -0.5em !important;
    top         : auto !important;
    bottom      : -0.5em !important;
    text-shadow : 2px 0 0 #FFFFFF, -2px 0 0 #FFFFFF, 0 2px 0 #FFFFFF, 0 -2px 0 #FFFFFF, 1px 1px #FFFFFF, -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF;
}

.noTransform {
    -o-transform      : none !important;
    -moz-transform    : none !important;
    -ms-transform     : none !important;
    -webkit-transform : none !important;
    transform         : none !important;
}

.vertical-bottom {
    vertical-align : bottom;
}

.vertical-middle {
    vertical-align : middle;
}

.vertical-top {
    vertical-align : top;
}

.show-grid {
    margin-bottom : 15px;
}

.show-grid [class^="col-"] {
    background-color : rgba(86, 61, 124, 0.15);
    border           : 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom   : 10px;
    padding-top      : 10px;
}

.no-wrap {
    white-space : nowrap !important;
}

.wrap {
    white-space : normal !important;
}

.counter, .appear-counter {
    font-size : 50px;
}

.counter-symbol {
    font-size : 40px;
}

.overflow-hidden {
    overflow : hidden;
}

.triangle-top-right {
    width        : 0;
    height       : 0;
    border-style : solid;
    border-width : 0 20px 20px 0;
    border-color : transparent #FFFFFF transparent transparent;
    opacity      : 0.7;
}

.triangle-top-right.text-muted {
    border-right-color : #9B9B9F;
}

.triangle-top-right.text-dark {
    border-right-color : #5B5B60 !important;
}

.triangle-top-right.text-light {
    border-right-color : #B5B5B8 !important;
}

.triangle-top-right.text-red {
    border-right-color : #C82E29 !important;
}

.triangle-top-right.text-azure {
    border-right-color : #5B9BD1 !important;
}

.triangle-top-right.text-green {
    border-right-color : #5A8770 !important;
}

.triangle-top-right.text-primary {
    border-right-color : #58748B !important;
}

.triangle-top-right.text-purple {
    border-right-color : #9A89B5 !important;
}

.triangle-top-right.text-orange {
    border-right-color : #F18636 !important;
}

.triangle-top-left {
    width        : 0;
    height       : 0;
    border-style : solid;
    border-width : 20px 20px 0 0;
    border-color : #FFFFFF transparent transparent transparent;
    opacity      : 0.7;
}

.triangle-top-left.text-muted {
    border-top-color : #9B9B9F;
}

.triangle-top-left.text-dark {
    border-top-color : #5B5B60 !important;
}

.triangle-top-left.text-light {
    border-top-color : #B5B5B8 !important;
}

.triangle-top-left.text-red {
    border-top-color : #C82E29 !important;
}

.triangle-top-left.text-azure {
    border-top-color : #5B9BD1 !important;
}

.triangle-top-left.text-green {
    border-top-color : #5A8770 !important;
}

.triangle-top-left.text-primary {
    border-top-color : #58748B !important;
}

.triangle-top-left.text-purple {
    border-top-color : #9A89B5 !important;
}

.triangle-top-left.text-orange {
    border-right-color : #F18636 !important;
}

.triangle-bottom-right {
    width        : 0;
    height       : 0;
    border-style : solid;
    border-width : 0 0 20px 20px;
    border-color : transparent transparent #FFFFFF transparent;
    opacity      : 0.7;
}

.triangle-bottom-right.text-muted {
    border-bottom-color : #9B9B9F;
}

.triangle-bottom-right.text-dark {
    border-bottom-color : #5B5B60 !important;
}

.triangle-bottom-right.text-light {
    border-bottom-color : #B5B5B8 !important;
}

.triangle-bottom-right.text-red {
    border-bottom-color : #C82E29 !important;
}

.triangle-bottom-right.text-azure {
    border-bottom-color : #5B9BD1 !important;
}

.triangle-bottom-right.text-green {
    border-bottom-color : #5A8770 !important;
}

.triangle-bottom-right.text-primary {
    border-bottom-color : #58748B !important;
}

.triangle-bottom-right.text-purple {
    border-bottom-color : #9A89B5 !important;
}

.triangle-bottom-right.text-orange {
    border-bottom-color : #F18636 !important;
}

.triangle-bottom-left {
    width        : 0;
    height       : 0;
    border-style : solid;
    border-width : 20px 0 0 20px;
    border-color : transparent transparent transparent #FFFFFF;
    opacity      : 0.7;
}

.triangle-bottom-left.text-muted {
    border-left-color : #9B9B9F;
}

.triangle-bottom-left.text-dark {
    border-left-color : #5B5B60 !important;
}

.triangle-bottom-left.text-light {
    border-left-color : #B5B5B8 !important;
}

.triangle-bottom-left.text-red {
    border-left-color : #C82E29 !important;
}

.triangle-bottom-left.text-azure {
    border-left-color : #5B9BD1 !important;
}

.triangle-bottom-left.text-green {
    border-left-color : #5A8770 !important;
}

.triangle-bottom-left.text-primary {
    border-left-color : #58748B !important;
}

.triangle-bottom-left.text-purple {
    border-left-color : #9A89B5 !important;
}

.triangle-bottom-left.text-orange {
    border-left-color : #F18636 !important;
}

.line-separator {
    height        : 30px;
    margin-bottom : 30px;
    display       : block;
    position      : relative;
}

.line-separator:after {
    display     : block;
    content     : " ";
    height      : 2px;
    width       : 40%;
    position    : absolute;
    bottom      : 0;
    left        : 50%;
    margin-left : -20%;
    background  : #FFFFFF;
}

.line-separator.line-sm:after {
    width       : 10%;
    margin-left : -5%;
}

.line-separator.line-lg:after {
    width       : 80%;
    margin-left : -5%;
}

.line-separator.text-muted:after {
    background-color : #9B9B9F;
}

.line-separator.text-dark:after {
    background-color : #5B5B60;
}

.line-separator.text-light:after {
    background-color : #B5B5B8;
}

.line-separator.text-red:after {
    background-color : #C82E29;
}

.line-separator.text-azure:after {
    background-color : #5B9BD1;
}

.line-separator.text-green:after {
    background-color : #5A8770;
}

.line-separator.text-primary:after {
    background-color : #58748B;
}

.line-separator.text-purple:after {
    background-color : #9A89B5;
}

.line-separator.text-orange:after {
    background-color : #F18636;
}

hr {
    background-image : -o-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image : -webkit-gradient(linear, to left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image : -ms-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image : -moz-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image : -webkit-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image : linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    border           : 0 none;
    height           : 1px;
    margin           : 22px 0;
}

hr.white-line {
    background-image : -o-linear-gradient(to left, transparent, rgba(255, 255, 255, 0.3), transparent);
    background-image : -webkit-gradient(linear, to left, transparent, rgba(255, 255, 255, 0.3), transparent);
    background-image : -ms-linear-gradient(to left, transparent, rgba(255, 255, 255, 0.3), transparent);
    background-image : -moz-linear-gradient(to left, transparent, rgba(255, 255, 255, 0.3), transparent);
    background-image : -webkit-linear-gradient(to left, transparent, rgba(255, 255, 255, 0.3), transparent);
    background-image : linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

/* ---------------------------------------------------------------------- */
/* Dropdown Menu
/* ---------------------------------------------------------------------- */
.dropdown-menu {
    border                     : none;
    border-radius              : 3px;
    font-size                  : 12px;
    padding                    : 0;
    z-index                    : 1000;
    -moz-animation-duration    : 0.5s;
    -webkit-animation-duration : 0.5s;
    animation-duration         : 0.5s;
}

.dropdown-menu > li {
    -webkit-transform : translateZ(0);
}

.dropdown-menu > li > a {
    border-radius : 3px;
    color         : inherit;
    line-height   : 25px;
    margin        : 4px;
    font-weight   : normal;
}

.dropdown-menu.dropdown-dark {
    background-color : #2B3034;
    border           : 1px solid #1A1C1E;
    border-radius    : 0;
    box-shadow       : none;
    list-style       : none outside none;
    max-width        : 300px;
    min-width        : 166px;
    padding          : 0;
    position         : absolute;
    text-shadow      : none;
    z-index          : 1000;
}

.dropdown-menu.dropdown-dark:after {
    border-color        : transparent;
    border-style        : solid;
    display             : block;
    height              : 0;
    position            : absolute;
    width               : 0;
    border-width        : 10px;
    content             : "";
    border-bottom-color : #2B3034;
    border-top-width    : 0;
    content             : " ";
    top                 : -9px;
    left                : 10px;
}

.dropdown-menu.dropdown-dark.pull-right:after {
    left  : auto;
    right : 10px;
}

.dropdown-menu.dropdown-dark .dropdown-header {
    padding   : 8px 8px 6px;
    color     : #F7F7F8;
    font-size : 11px;
}

.dropdown-menu.dropdown-dark .divider {
    background : none;
}

.dropdown-menu.dropdown-dark li p, .dropdown-menu.dropdown-dark li a, .dropdown-menu.dropdown-dark .drop-down-wrapper li p, .dropdown-menu.dropdown-dark .drop-down-wrapper li a {
    color               : #EDEDED;
    border-bottom-color : #1A1C1E;
    color               : #FFFFFF;
    font-size           : 12px;
    font-weight         : 300;
    margin              : 0;
    padding             : 8px 8px 6px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    white-space         : normal !important;
    display             : block;
}

.dropdown-menu.dropdown-dark > li > a {
    margin : 0;
}

.dropdown-menu.dropdown-dark li:last-child a {
    border-bottom : none !important;
    border-radius : 0 0 6px 6px;
}

.dropdown-menu.dropdown-dark > li > a:hover, .dropdown-menu.dropdown-dark > li > a:focus, .dropdown-menu.dropdown-dark .dropdown-submenu:hover > a, .dropdown-menu.dropdown-dark .dropdown-submenu:focus > a, .dropdown-menu.dropdown-dark .drop-down-wrapper li a:hover, .dropdown-menu.dropdown-dark .drop-down-wrapper li a:focus {
    background-color : #212326;
}

.dropdown-menu.dropdown-light {
    background-color : #FFFFFF;
    border           : 1px solid rgba(17, 17, 17, 0.15);
    max-width        : 300px;
    min-width        : 166px;
    border-radius    : 7px;
    padding          : 0;
}

.dropdown-menu.dropdown-light:before, .dropdown-menu.dropdown-light:after {
    border-color : transparent;
    border-style : solid;
    display      : block;
    height       : 0;
    position     : absolute;
    width        : 0;
}

.dropdown-menu.dropdown-light:before {
    border-bottom-color : rgba(17, 17, 17, 0.15);
    border-style        : solid;
    display             : block;
    height              : 0;
    position            : absolute;
    width               : 0;
    border-width        : 11px;
    content             : "";
    border-top-width    : 0;
    content             : " ";
    top                 : -11px;
    left                : 10px;
}

.dropdown-menu.dropdown-light:after {
    border-color        : transparent;
    border-style        : solid;
    display             : block;
    height              : 0;
    position            : absolute;
    width               : 0;
    border-width        : 10px;
    content             : "";
    border-bottom-color : #FFFFFF;
    border-top-width    : 0;
    content             : " ";
    top                 : -9px;
    left                : 11px;
}

.dropdown-menu.dropdown-light.pull-right:after {
    left  : auto;
    right : 11px;
}

.dropdown-menu.dropdown-light.pull-right:before {
    left  : auto;
    right : 10px;
}

.dropdown-menu.dropdown-light li a {
    border-bottom : 1px solid #DDDDDD;
    font-size     : 14px;
    line-height   : 35px;
    color         : #58748B;
    text-align    : center;
}

.dropdown-menu.dropdown-light > li > a {
    margin : 0;
}

.dropdown-menu.dropdown-light li:first-child a {
    border-radius : 7px 7px 0 0;
}

.dropdown-menu.dropdown-light li:last-child a {
    border-radius : 0 0 7px 7px;
}

.dropdown-menu.dropdown-light li:last-child a {
    border-bottom : none;
}

.drop-down-wrapper .list-group-item {
    border-left  : none;
    border-right : none;
    margin-top   : 0;
}

.drop-down-wrapper .list-group-item:first-child {
    border-top-left-radius  : 0;
    border-top-right-radius : 0;
}

.drop-down-wrapper .list-group-item:last-child {
    border-bottom-left-radius  : 0;
    border-bottom-right-radius : 0;
}

.dropdown-header {
    padding   : 10px 10px 5px 10px;
    font-size : 11px;
}

/* ---------------------------------------------------------------------- */
/* Tabs
/* ---------------------------------------------------------------------- */
.nav-tabs {
    margin-bottom : 0;
    padding       : 0;
}

.nav-tabs.nav-justified > li > a {
    border-left   : none !important;
    border-radius : 0;
    border-top    : none !important;
    border-right  : none !important;
}

.nav-tabs > li {
    margin-bottom : -3px;
    text-align    : center;
}

.nav-tabs > li.dropdown.active a {
    cursor : pointer;
}

.nav-tabs > li.dropdown .dropdown-menu > .active a, .nav-tabs > li.dropdown .dropdown-menu > .active a:hover, .nav-tabs > li.dropdown .dropdown-menu > .active a:focus {
    background-color : #F7F7F8;
    color            : #FFFFFF;
}

.nav-tabs > li > a {
    border        : 0 none;
    border-radius : 0;
    color         : #8E9AA2;
    min-width     : 70px;
    padding       : 15px 20px;
}

.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border-width : 0;
}

.nav-tabs > .active a, .nav-tabs > .active a:hover, .nav-tabs > .active a:focus {
    border             : 0 none;
    -moz-box-shadow    : 1px 1px 2px rgba(44, 47, 59, 0.1);
    -webkit-box-shadow : 1px 1px 2px rgba(44, 47, 59, 0.1);
    box-shadow         : 1px 1px 2px rgba(44, 47, 59, 0.1);
    color              : #505458;
}

.panel-tabs, .tabbable {
    background-color : #E6E8E8;
    padding          : 1px;
    margin-bottom    : 15px;
}

.tema ul {
    background-color : #3BA0C5;
}

.tema ul li a {

    color : #FFFFFF;
}

.tema ul li:hover a {
    color            : #423B3B;
    background-color : #47C7F5;
}

.tema ul .active .nav-link {
    margin-bottom : -10px;
    margin-top    : -3px;
    color         : #E72525;
    font-weight   : bold;
    border-width  : 1px 1px 0 1px;
    border-style  : solid;
    border-color  : #C0C0C0;
    box-shadow    : rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius : 7px 7px 0 0;
}

.tab-heading ul {
    background-color : #80898C;
    border-radius    : 5px;
}

.tab-heading ul li a {
    color : #EFEFEF;
}

.tab-heading ul li:hover a {
    color : #175E7C;
}

.tab-heading ul .active {
    margin-bottom : -10px;
    margin-top    : -3px;
    color         : #E72525;
    font-weight   : bold;
    border-width  : 1px 1px 0 1px;
    border-style  : solid;
    border-color  : #C0C0C0;
    box-shadow    : rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius : 7px 7px 0 0;
}

.tabbable.pills {
    background : none;
}

.tabbable.pills > .nav {
    margin-bottom : 10px;
}

.panel-tabs {
    padding : 0;
}

.panel-tabs .panel-heading {
    background : #EFEFF4;
}

.panel-tabs .panel-body {
    padding : 0;
}

.panel-tabs .tabbable {
    margin  : 0;
    padding : 0;
}

.panel-tabs .nav-tabs {
    border     : medium none;
    float      : right;
    margin-top : -48px;
}

.panel-tabs .nav-tabs > li > a {
    border-top-left-radius  : 3px;
    border-top-right-radius : 3px;
}

.tab-content {
    background-color : #FFFFFF;
    position         : relative;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display : none;
    padding : 15px;
}

.tab-content > .active, .pill-content > .active {
    display : block;
}

.tabs-left.tabbable {
    padding : 0;
}

.tabs-left.tabbable {
    background-color : unset;
}

.tabs-left .tab-content {
    border-top    : 1px solid #EFEFF4;
    border-right  : 1px solid #EFEFF4;
    border-bottom : 1px solid #EFEFF4;
    overflow      : hidden;
}

.tabs-left > .nav-tabs {
    border        : none;
    float         : left;
    margin-bottom : 0;
    top           : auto;
}

.tabs-left > .nav-tabs > li {
    float      : none;
    text-align : left;
}

.tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li a:focus, .tabs-left > .nav-tabs > li a:hover {
    border-color : #EFEFF4;
    margin       : 0 -1px 0 0;
}

.tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active a:focus, .tabs-left > .nav-tabs > li.active a:hover {
    border-color     : #EFEFF4;
    border-right     : none;
    border-left      : 1px solid #EFEFF4;
    border-top-width : 1px;
    margin           : 0 -1px;
}

.tabs-right.tabbable {
    background-color : transparent;
    padding          : 0;
}

.tabs-right .tab-content {
    border-top    : 1px solid #EFEFF4;
    border-left   : 1px solid #EFEFF4;
    border-bottom : 1px solid #EFEFF4;
    overflow      : hidden;
}

.tabs-right > .nav-tabs {
    border        : none;
    float         : right;
    margin-bottom : 0;
    top           : auto;
}

.tabs-right > .nav-tabs > li {
    text-align : left;
    float      : none;
}

.tabs-right > .nav-tabs > li > a, .tabs-right > .nav-tabs > li a:focus, .tabs-right > .nav-tabs > li a:hover {
    border-color : #EFEFF4;
    margin       : 0 0 0 -1px;
}

.tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active a:focus, .tabs-right > .nav-tabs > li.active a:hover {
    border-color     : #EFEFF4;
    border-right     : 1px solid #EFEFF4 !important;
    border-left      : none;
    border-top-width : 1px;
    margin           : 0 -1px;
}

.tabs-below > .nav-tabs {
    border-bottom-width : 0;
    border-color        : #EFEFF4;
    margin-bottom       : 0;
    margin-top          : 0;
    top                 : auto;
}

.tabs-below > .nav-tabs > li {
    margin-bottom : 0;
}

.tabs-below > .nav-tabs > li > a, .tabs-below > .nav-tabs > li a:focus, .tabs-below > .nav-tabs > li a:hover {
    border-color : #EFEFF4;
}

.tabs-below > .nav-tabs > li.active > a, .tabs-below > .nav-tabs > li.active a:focus, .tabs-below > .nav-tabs > li.active a:hover {
    border-bottom : none;
    border-color  : transparent #EFEFF4 #EFEFF4;
    margin-top    : 0;
}

.partition-dark .nav-tabs {
    border : none;
}

.partition-dark .nav-tabs > li {
    margin-bottom : 0;
}

.partition-dark .nav-tabs > li.active > a, .partition-dark .nav-tabs > li.active > a:hover, .partition-dark .nav-tabs > li.active a:focus {
    background-color : #2C2F3B;
    border           : none;
    color            : #FFFFFF;
}

.partition-dark .nav-tabs > li.active > a:before, .partition-dark .nav-tabs > li.active a:after {
    border-color : transparent;
    border-style : solid;
    display      : block;
    height       : 0;
    position     : absolute;
    width        : 0;
}

.partition-dark .nav-tabs > li.active > a:after {
    content          : " ";
    height           : 0;
    position         : absolute;
    width            : 0;
    border           : 5px solid transparent;
    border-top-color : #2C2F3B;
    top              : 100%;
    left             : 50%;
    margin-left      : -5px;
    z-index          : 1;
}

.partition-dark .nav-tabs > li > a {
    border                : none;
    color                 : #F7F7F8;
    padding               : 10px 15px;
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
}

.partition-dark .nav-tabs > li > a:hover, .partition-dark .nav-tabs > li a:focus {
    background-color : #2C2F3B;
}

.partition-dark .tab-content {
    z-index : 0;
    color   : #2C2F3B;
}

/* ---------------------------------------------------------------------- */
/*  Panels
/* ---------------------------------------------------------------------- */
.panel {
    background            : none;
    -moz-box-shadow       : none;
    -webkit-box-shadow    : none;
    box-shadow            : none;
    -moz-border-radius    : 3px;
    -webkit-border-radius : 3px;
    border-radius         : 3px;
    color                 : #8E8E93;
    border                : none;
    position              : relative;
}

.panel .collapse-on {
    display : none;
}

.panel .collapse-off {
    display : block;
}

.panel.collapses .panel-body {
    display : none;
}

.panel.collapses .collapse-on {
    display : block;
}

.panel.collapses .collapse-off {
    display : none;
}

.panel-footer {
    position         : relative;
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : inherit;
    padding          : 15px;
    background       : none;
}

.panel-heading {
    position            : relative;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    padding             : 15px;
    min-height          : 50px;
}

.panel-heading .panel-heading-tabs {
    list-style : none;
    top        : 0;
    right      : 0;
    position   : absolute;
    margin     : 0;
    padding    : 0;
}

.panel-heading .panel-heading-tabs > li {
    float             : left;
    padding           : 0 15px;
    border-left-width : 1px;
    border-left-style : solid;
    border-left-color : inherit;
    height            : 50px;
    line-height       : 50px;
}

.panel-heading .panel-heading-tabs > li.panel-tools {
    position : relative;
    filter   : progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity  : 1;
    right    : auto;
    top      : auto;
}

.panel-heading .panel-heading-tabs > li.panel-tools .tmp-tool {
    right : 20px;
    top   : auto;
}

.panel-heading .panel-heading-tabs > li.panel-tools .dropdown {
    line-height : normal;
}

.core-box .heading {
    margin-bottom : 15px;
}

.core-box .core-icon {
    width    : 33.3333%;
    left     : 0;
    top      : 0;
    bottom   : 0;
    position : absolute;
}

.core-box .core-icon .icon-big {
    line-height : 80px;
}

.core-box .core-content {
    margin-left : 33.3333%;
    min-height  : 120px;
}

.core-box .heading {
    font-size : 12px;
}

.core-box .title {
    font-size     : 20px;
    line-height   : 21px;
    margin-bottom : 0;
    font-weight   : 400;
}

.core-box .subtitle {
    font-size : 14px;
    filter    : progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity   : 0.8;
}

.core-box .content {
    line-height   : 20px;
    margin-bottom : 15px;
    position      : relative;
    padding-left  : 60px;
}

.core-box .content .fa {
    font-size : 50px;
    left      : 0;
    top       : 0;
    position  : absolute;
    width     : 40px;
}

.core-box .view-more {
    float : right;
}

.core-box .view-more i {
    display : inline-block;
}

.panel-tools {
    position  : absolute;
    right     : 10px;
    top       : 14px;
    font-size : 12px;
    z-index   : 1;
}

.panel-tools .expand-on {
    display : none;
}

.panel-portfolio .portfolio-grid {
    padding    : 0;
    text-align : center;
    overflow   : hidden;
    max-height : 200px;
    position   : relative;
}

.panel-portfolio .portfolio-grid .item {
    overflow : hidden !important;
}

.panel-portfolio .navigator {
    position      : relative;
    text-align    : center;
    margin-top    : -40px;
    margin-bottom : 10px;
    z-index       : 101;
}

.panel-transparent, .partition-transparent {
    background : none;
    position   : relative;
    box-shadow : none;
    color      : #5B5B60;
}

.panel-transparent .panel-tools .btn, .panel-transparent .panel-tools > a, .partition-transparent .panel-tools .btn, .partition-transparent .panel-tools > a {
    color : rgba(72, 71, 77, 0.7) !important;
}

.panel-transparent .panel-tools .btn:hover, .panel-transparent .panel-tools > a:hover, .partition-transparent .panel-tools .btn:hover, .partition-transparent .panel-tools > a:hover {
    color : #48474D !important;
}

.panel-primary, .partition-primary {
    background-color : #58748B;
    position         : relative;
    color            : #FFFFFF;
}

.panel-primary .panel-heading, .partition-primary .panel-heading {
    background-color : #58748B;
    border           : none;
}

.panel-primary .panel-tools .btn, .panel-primary .panel-tools > a, .partition-primary .panel-tools .btn, .partition-primary .panel-tools > a {
    color : rgba(255, 255, 255, 0.8) !important;
}

.panel-primary .panel-tools .btn:hover, .panel-primary .panel-tools > a:hover, .partition-primary .panel-tools .btn:hover, .partition-primary .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-light-primary, .partition-light-primary {
    background-color : #718EA5;
    position         : relative;
    color            : #FFFFFF;
}

.panel-light-primary .panel-heading, .partition-light-primary .panel-heading {
    background-color : #718EA5;
    border           : none;
}

.panel-light-primary .panel-tools .btn, .panel-light-primary .panel-tools > a, .partition-light-primary .panel-tools .btn, .partition-light-primary .panel-tools > a {
    color : rgba(255, 255, 255, 0.8) !important;
}

.panel-light-primary .panel-tools .btn:hover, .panel-light-primary .panel-tools > a:hover, .partition-light-primary .panel-tools .btn:hover, .partition-light-primary .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-dark-primary, .partition-dark-primary {
    background-color : #445A6C;
    position         : relative;
    color            : #FFFFFF;
}

.panel-dark-primary .panel-heading, .partition-dark-primary .panel-heading {
    background-color : #445A6C;
    border           : none;
}

.panel-dark-primary .panel-tools .btn, .panel-dark-primary .panel-tools > a, .partition-dark-primary .panel-tools .btn, .partition-dark-primary .panel-tools > a {
    color : rgba(255, 255, 255, 0.8) !important;
}

.panel-dark-primary .panel-tools .btn:hover, .panel-dark-primary .panel-tools > a:hover, .partition-dark-primary .panel-tools .btn:hover, .partition-dark-primary .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-grey, .partition-grey {
    background-color : #C8C7CC;
    position         : relative;
    color            : #48474D;
}

.panel-grey .panel-tools .btn, .panel-grey .panel-tools > a, .partition-grey .panel-tools .btn, .partition-grey .panel-tools > a {
    color : rgba(72, 71, 77, 0.7) !important;
}

.panel-grey .panel-tools .btn:hover, .panel-grey .panel-tools > a:hover, .partition-grey .panel-tools .btn:hover, .partition-grey .panel-tools > a:hover {
    color : #48474D !important;
}

.panel-light-grey, .partition-light-grey {
    background-color : #F7F7F8;
    position         : relative;
    color            : #8E8E93;
}

.panel-light-grey .panel-tools .btn, .panel-light-grey .panel-tools > a, .partition-light-grey .panel-tools .btn, .partition-light-grey .panel-tools > a {
    color : rgba(142, 142, 147, 0.7) !important;
}

.panel-light-grey .panel-tools .btn:hover, .panel-light-grey .panel-tools > a:hover, .partition-light-grey .panel-tools .btn:hover, .partition-light-grey .panel-tools > a:hover {
    color : #8E8E93 !important;
}

.panel-dark-grey, .partition-dark-grey {
    background-color : #AEACB4;
    position         : relative;
    color            : #FFFFFF;
}

.panel-dark-grey .panel-tools .btn, .panel-dark-grey .panel-tools > a, .partition-dark-grey .panel-tools .btn, .partition-dark-grey .panel-tools > a {
    color : rgba(255, 255, 255, 0.7) !important;
}

.panel-dark-grey .panel-tools .btn:hover, .panel-dark-grey .panel-tools > a:hover, .partition-dark-grey .panel-tools .btn:hover, .partition-dark-grey .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-orange, .partition-orange {
    background-color : #F18636;
    position         : relative;
    color            : #FFFFFF;
}

.panel-orange .panel-tools .btn, .panel-orange .panel-tools > a, .partition-orange .panel-tools .btn, .partition-orange .panel-tools > a {
    color : rgba(255, 255, 255, 0.7) !important;
}

.panel-orange .panel-tools .btn:hover, .panel-orange .panel-tools > a:hover, .partition-orange .panel-tools .btn:hover, .partition-orange .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-purple, .partition-purple {
    background-color : #9A89B5;
    position         : relative;
    color            : #FFFFFF;
}

.panel-purple .panel-tools .btn, .panel-purple .panel-tools > a, .partition-purple .panel-tools .btn, .partition-purple .panel-tools > a {
    color : rgba(255, 255, 255, 0.7) !important;
}

.panel-purple .panel-tools .btn:hover, .panel-purple .panel-tools > a:hover, .partition-purple .panel-tools .btn:hover, .partition-purple .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-pink, .partition-pink {
    background-color : #F5888D;
    position         : relative;
    color            : #FFFFFF;
}

.panel-pink .panel-tools .btn, .panel-pink .panel-tools > a, .partition-pink .panel-tools .btn, .partition-pink .panel-tools > a {
    color : rgba(255, 255, 255, 0.7) !important;
}

.panel-pink .panel-tools .btn:hover, .panel-pink .panel-tools > a:hover, .partition-pink .panel-tools .btn:hover, .partition-pink .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-azure, .partition-azure {
    background-color : #5B9BD1;
    position         : relative;
    color            : #FFFFFF;
}

.panel-azure .panel-tools .btn, .panel-azure .panel-tools > a, .partition-azure .panel-tools .btn, .partition-azure .panel-tools > a {
    color : rgba(255, 255, 255, 0.7) !important;
}

.panel-azure .panel-tools .btn:hover, .panel-azure .panel-tools > a:hover, .partition-azure .panel-tools .btn:hover, .partition-azure .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-bricky, .partition-bricky {
    background-color : #894550;
    position         : relative;
    color            : #FFFFFF;
}

.panel-bricky .panel-tools .btn, .panel-bricky .panel-tools > a, .partition-bricky .panel-tools .btn, .partition-bricky .panel-tools > a {
    color : rgba(255, 255, 255, 0.7) !important;
}

.panel-bricky .panel-tools .btn:hover, .panel-bricky .panel-tools > a:hover, .partition-bricky .panel-tools .btn:hover, .partition-bricky .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-green, .partition-green {
    background-color : #5A8770;
    position         : relative;
    color            : #FFFFFF;
}

.panel-green .panel-tools .btn, .panel-green .panel-tools > a, .partition-green .panel-tools .btn, .partition-green .panel-tools > a {
    color : rgba(255, 255, 255, 0.7) !important;
}

.panel-green .panel-tools .btn:hover, .panel-green .panel-tools > a:hover, .partition-green .panel-tools .btn:hover, .partition-green .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-red, .partition-red {
    background-color : #C82E29;
    position         : relative;
    color            : #FFFFFF;
}

.panel-red .panel-tools .btn, .panel-red .panel-tools > a, .partition-red .panel-tools .btn, .partition-red .panel-tools > a {
    color : rgba(255, 255, 255, 0.7) !important;
}

.panel-red .panel-tools .btn:hover, .panel-red .panel-tools > a:hover, .partition-red .panel-tools .btn:hover, .partition-red .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-blue, .partition-blue {
    background-color : #407887;
    position         : relative;
    color            : #FFFFFF;
}

.panel-blue .panel-tools .btn, .panel-blue .panel-tools > a, .partition-blue .panel-tools .btn, .partition-blue .panel-tools > a {
    color : rgba(255, 255, 255, 0.7) !important;
}

.panel-blue .panel-tools .btn:hover, .panel-blue .panel-tools > a:hover, .partition-blue .panel-tools .btn:hover, .partition-blue .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-light-blue, .partition-light-blue {
    background-color : #5097AA;
    position         : relative;
    color            : #FFFFFF;
}

.panel-light-blue .panel-tools .btn, .panel-light-blue .panel-tools > a, .partition-light-blue .panel-tools .btn, .partition-light-blue .panel-tools > a {
    color : rgba(255, 255, 255, 0.7) !important;
}

.panel-light-blue .panel-tools .btn:hover, .panel-light-blue .panel-tools > a:hover, .partition-light-blue .panel-tools .btn:hover, .partition-light-blue .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-yellow, .partition-yellow {
    background-color : #EEB424;
    position         : relative;
    color            : #2C2F3B;
}

.panel-yellow .panel-tools .btn, .panel-yellow .panel-tools > a, .partition-yellow .panel-tools .btn, .partition-yellow .panel-tools > a {
    color : rgba(44, 47, 59, 0.7) !important;
}

.panel-yellow .panel-tools .btn:hover, .panel-yellow .panel-tools > a:hover, .partition-yellow .panel-tools .btn:hover, .partition-yellow .panel-tools > a:hover {
    color : #2C2F3B !important;
}

.panel-white, .partition-white {
    background-color : #FFFFFF;
    position         : relative;
    color            : #5B5B60;
    border           : 1px solid rgba(0, 0, 0, 0.07);
}

.panel-dark, .partition-dark {
    background-color : #2C2F3B;
    position         : relative;
    color            : #FFFFFF;
}

.panel-dark .panel-tools .btn, .panel-dark .panel-tools > a, .partition-dark .panel-tools .btn, .partition-dark .panel-tools > a {
    color : rgba(255, 255, 255, 0.7) !important;
}

.panel-dark .panel-tools .btn:hover, .panel-dark .panel-tools > a:hover, .partition-dark .panel-tools .btn:hover, .partition-dark .panel-tools > a:hover {
    color : #FFFFFF !important;
}

.panel-scroll {
    overflow      : hidden;
    position      : relative;
    width         : auto;
    padding-right : 10px !important;
}

.panel-note {
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
    border                : none;
}

.panel-note .panel-heading {
    background     : url("../images/note_dot.png") repeat-x;
    border-bottom  : 0 none;
    padding-top    : 30px;
    padding-bottom : 10px;
    top            : 0;
    z-index        : 3;
    position       : relative;
}

.panel-note .panel-heading h3 {
    margin : 0;
}

.panel-note .panel-body {
    background  : url("../images/line.png") repeat;
    padding     : 0;
    margin      : 0 15px;
    line-height : 18px;
}

.panel-note .panel-footer {
    background                 : none;
    border-bottom-left-radius  : 0;
    border-bottom-right-radius : 0;
    border-top                 : none;
    padding                    : 10px 15px;
    margin-bottom              : 0;
}

.panel-note .panel-footer .avatar-note {
    width        : 30px;
    height       : 30px;
    float        : left;
    margin-right : 10px;
}

.panel-note .panel-footer .avatar-note img {
    -moz-border-radius    : 2px;
    -webkit-border-radius : 2px;
    border-radius         : 2px;
}

.panel-note .panel-footer .author-note {
    display     : block;
    line-height : 14px;
}

.panel-note .panel-footer .timestamp {
    color     : #999999;
    display   : inline-block;
    font-size : 11px;
}

.panel-note .note-options a {
    margin-left : 10px;
    font-size   : 12px;
}

.panel-note .note-options a:hover {
    text-decoration : none;
}

[class^="partition-"]:after {
    content    : " ";
    visibility : hidden;
    display    : block;
    height     : 0;
    clear      : both;
}

/* ---------------------------------------------------------------------- */
/*  Backdrop
/* ---------------------------------------------------------------------- */
.full-white-backdrop {
    background-color : #FFFFFF;
    display          : none;
    bottom           : 0;
    left             : 0;
    position         : fixed;
    top              : 0;
    right            : 0;
    z-index          : 1049;
}

.panel.panel-full-screen {
    bottom           : 0;
    left             : 10px;
    position         : fixed;
    top              : 10px;
    right            : 10px;
    z-index          : 1048;
    background-color : #FFFFFF;
}

.tmp-tool {
    position : fixed;
    right    : 40px;
    top      : 20px;
}

/* ---------------------------------------------------------------------- */
/*  Spinner
/* ---------------------------------------------------------------------- */
.csspinner {
    position : relative;
}

.csspinner:before {
    content          : "";
    z-index          : 1;
    position         : absolute;
    top              : 0;
    right            : 0;
    bottom           : 0;
    left             : 0;
    background-color : rgba(255, 255, 255, 0.8);
}

.csspinner:after {
    z-index                  : 2;
    content                  : "";
    position                 : absolute;
    -webkit-transform-origin : center;
    -ms-transform-origin     : center;
    transform-origin         : center;
}

.load1:after {
    width             : 30px;
    height            : 30px;
    top               : 50%;
    left              : 50%;
    margin            : -15px 0 0 -15px;
    border-radius     : 50%;
    border-top        : 2px solid rgba(0, 0, 0, 0.2);
    border-right      : 2px solid rgba(0, 0, 0, 0.2);
    border-bottom     : 2px solid rgba(0, 0, 0, 0.2);
    border-left       : 2px solid #58748B;
    -webkit-animation : load1 1.1s infinite linear;
    animation         : load1 1.1s infinite linear;
}

@-webkit-keyframes load1 {
    0% {
        -webkit-transform : rotate(0deg);
        transform         : rotate(0deg);
    }
    100% {
        -webkit-transform : rotate(360deg);
        transform         : rotate(360deg);
    }
}

@keyframes load1 {
    0% {
        -webkit-transform : rotate(0deg);
        transform         : rotate(0deg);
    }
    100% {
        -webkit-transform : rotate(360deg);
        transform         : rotate(360deg);
    }
}

.load2:after {
    width             : 30px;
    height            : 30px;
    background-color  : #58748B;
    top               : 50%;
    left              : 50%;
    margin            : -15px 0 0 -15px;
    -webkit-animation : load2 1.2s infinite ease-in-out;
    animation         : load2 1.2s infinite ease-in-out;
}

@-webkit-keyframes load2 {
    0% {
        -webkit-transform : perspective(120px);
    }
    50% {
        -webkit-transform : perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform : perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes load2 {
    0% {
        transform         : perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform : perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform         : perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform : perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform         : perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform : perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.panel-fullscreen {
    width  : 100%;
    height : 100%;
}

.panel-fullscreen .panel-heading {
    padding-top    : 30px;
    padding-bottom : 30px;
}

.panel-fullscreen .panel-tools {
    top : 30px;
}

.panel-fullscreen .panel-tools .expand-on {
    display : block;
}

.panel-fullscreen .panel-tools .expand-off {
    display : none;
}

.panel-carousel .slide {
    background-size : cover !important;
}

.panel-carousel .slick-dots {
    bottom : 0;
}

/* ---------------------------------------------------------------------- */
/*  Pagination
/* ---------------------------------------------------------------------- */
.pagination > li > a, .pagination > li > span {
    margin-left   : 5px;
    padding       : 5px 10px;
    border-radius : 5px;
    cursor        : pointer;
    color         : #58748B;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color : #58748B;
    border-color     : #58748B;
}

.pagination.squared {
    border-radius : 0 !important;
}

.pagination.squared li:first-child a, .pagination.squared li:first-child > span {
    border-bottom-left-radius : 0px !important;
    border-left-width         : 1px;
    border-top-left-radius    : 0px !important;
}

.pagination.squared li:last-child > a, .pagination.squared li:last-child > span {
    border-bottom-right-radius : 0px !important;
    border-top-right-radius    : 0px !important;
}

.pagination-blue li a {
    background   : #F7F7F8;
    border       : none !important;
    color        : #8E8E93;
    display      : inline-block;
    margin-right : 1px;
}

.pagination-blue li a:hover {
    background : #E7E7E9;
    color      : #424246;
    cursor     : pointer;
}

.pagination-blue li:first-child a {
    border : none !important;
}

.pagination-blue li.disabled a {
    background : #F7F7F8;
    filter     : progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity    : 0.2;
}

.pagination-blue li.disabled a:hover, .pagination-blue li.disabled a:focus {
    background : #F7F7F8;
    filter     : progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity    : 0.2;
    cursor     : default !important;
}

.pagination-blue li.active a {
    background : #407887 !important;
    border     : none !important;
    color      : #FFFFFF !important;
    cursor     : default !important;
    filter     : progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity    : 1;
}

.pagination-blue li [class^="fa-"], .pagination-blue li [class*=" fa-"], .pagination-blue li [class*="ti-"] {
    color : #407887;
}

.pagination-green li a {
    background   : #F7F7F8;
    border       : none !important;
    color        : #8E8E93;
    display      : inline-block;
    margin-right : 1px;
}

.pagination-green li a:hover {
    background : #E7E7E9;
    color      : #424246;
    cursor     : pointer;
}

.pagination-green li:first-child a {
    border : none !important;
}

.pagination-green li.disabled a {
    background : #F7F7F8;
    filter     : progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity    : 0.2;
}

.pagination-green li.disabled a:hover, .pagination-green li.disabled a:focus {
    background : #F7F7F8;
    filter     : progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity    : 0.2;
    cursor     : default !important;
}

.pagination-green li.active a {
    background : #5A8770 !important;
    border     : none !important;
    color      : #FFFFFF !important;
    cursor     : default !important;
    filter     : progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity    : 1;
}

.pagination-green li [class^="fa-"], .pagination-green li [class*=" fa-"], .pagination-green li [class*="ti-"] {
    color : #5A8770;
}

.pagination-red li a {
    background   : #F7F7F8;
    border       : none !important;
    color        : #8E8E93;
    display      : inline-block;
    margin-right : 1px;
}

.pagination-red li a:hover {
    background : #E7E7E9;
    color      : #424246;
    cursor     : pointer;
}

.pagination-red li:first-child a {
    border : none !important;
}

.pagination-red li.disabled a {
    background : #F7F7F8;
    filter     : progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity    : 0.2;
}

.pagination-red li.disabled a:hover, .pagination-red li.disabled a:focus {
    background : #F7F7F8;
    filter     : progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity    : 0.2;
    cursor     : default !important;
}

.pagination-red li.active a {
    background : #C82E29 !important;
    border     : none !important;
    color      : #FFFFFF !important;
    cursor     : default !important;
    filter     : progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity    : 1;
}

.pagination-red li [class^="fa-"], .pagination-red li [class*=" fa-"], .pagination-red li [class*="ti-"] {
    color : #C82E29;
}

/* ---------------------------------------------------------------------- */
/*  Accordion
/* ---------------------------------------------------------------------- */
.accordion .panel {
    border                : none;
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
    -moz-box-shadow       : 0 0 0 transparent;
    -webkit-box-shadow    : 0 0 0 transparent;
    box-shadow            : 0 0 0 transparent;
}

.accordion .panel-heading {
    padding               : 0;
    background-image      : none;
    height                : auto;
    min-height            : 0;
    -moz-box-shadow       : 0 0 0 transparent;
    -webkit-box-shadow    : 0 0 0 transparent;
    box-shadow            : 0 0 0 transparent;
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
}

.accordion .panel-heading .accordion-toggle {
    background-color : #E6E8E8;
    color            : #5B5B60;
    display          : block;
    font-size        : 13px;
    line-height      : 20px;
    padding          : 10px;
    position         : relative;
}

.accordion .panel-heading .accordion-toggle:hover, .accordion .panel-heading .accordion-toggle:focus {
    text-decoration : none;
}

.accordion .panel-heading .accordion-toggle.collapsed {
    background-color : #F3F3F3;
    border-color     : #D9D9D9;
    border-width     : 0 0 0 1px;
    font-weight      : 300;
}

.accordion .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
    content : "\e61a" !important;
}

.accordion .panel-heading .accordion-toggle > .icon-arrow {
    font-size               : 12px;
    padding                 : 0 5px;
    display                 : inline-block;
    font-family             : 'themify';
    font-style              : normal;
    font-weight             : normal;
    line-height             : 1;
    -webkit-font-smoothing  : antialiased;
    -moz-osx-font-smoothing : grayscale;
    color                   : #2196F3;
}

.accordion .panel-heading .accordion-toggle > .icon-arrow:before {
    content : "\e622";
}

.accordion .panel-body {
    border : none !important;
}

.accordion.panel-group .panel + .panel {
    margin-top : 1px;
}

.accordion.accordion-white .panel-heading {
    margin-bottom : 20px;
}

.accordion.accordion-white .panel-heading .accordion-toggle {
    background-color : #FFFFFF;
    padding          : 5px 0 !important;
    border-bottom    : 2px solid #2196F3;
}

.accordion.accordion-white .panel-heading .accordion-toggle.collapsed {
    border-bottom : 2px solid #D8D8D8;
}

.accordion.accordion-white.panel-group .panel + .panel {
    margin-top : 0;
}

.accordion.accordion-white .panel-collapse .panel-body {
    overflow : hidden;
}

.accordion.heading-white .accordion-toggle {
    background-color : #FFFFFF;
    color            : #8E8E93;
}

.accordion.heading-white .panel-group .panel + .panel {
    margin-top : 0;
    border-top : 1px solid rgba(0, 0, 0, 0.07);
}

.accordion.no-padding .panel-body {
    padding : 0;
}

.accordion.body-light-grey .panel-body {
    background : #F7F7F8 !important;
}

.accordion .panel-group {
    margin-bottom : 0;
}

.accordion .panel-group .panel + .panel {
    margin-top : 0;
    border-top : 1px solid transparent;
}

/* ---------------------------------------------------------------------- */
/*  Animations
/* ---------------------------------------------------------------------- */
@-webkit-keyframes fadeOutUpShort {
    0% {
        opacity : 1;
    }
    100% {
        opacity           : 0;
        -webkit-transform : translate3d(0, -20px, 0);
        transform         : translate3d(0, -20px, 0);
    }
}

@keyframes fadeOutUpShort {
    0% {
        opacity : 1;
    }
    100% {
        opacity           : 0;
        -webkit-transform : translate3d(0, -20px, 0);
        -ms-transform     : translate3d(0, -20px, 0);
        transform         : translate3d(0, -20px, 0);
    }
}

.fadeOutUpShort {
    -webkit-animation-name : fadeOutUpShort;
    animation-name         : fadeOutUpShort;
}

@-webkit-keyframes fadeInUpShort {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, 20px, 0);
        transform         : translate3d(0, 20px, 0);
    }
    100% {
        opacity           : 1;
        -webkit-transform : none;
        transform         : none;
    }
}

@keyframes fadeInUpShort {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, 20px, 0);
        -ms-transform     : translate3d(0, 20px, 0);
        transform         : translate3d(0, 20px, 0);
    }
    100% {
        opacity           : 1;
        -webkit-transform : none;
        -ms-transform     : none;
        transform         : none;
    }
}

.fadeInUpShort {
    -webkit-animation-name : fadeInUpShort;
    animation-name         : fadeInUpShort;
}

.smooth.ng-animate {
    position : absolute;
    width    : 100%;
    height   : 100%;
    overflow : hidden;
}

.fade-in-right-big.ng-enter {
    -webkit-animation : fadeInRightBig 0.5s;
    animation         : fadeInRightBig 0.5s;
}

.fade-in-right-big.ng-leave {
    -webkit-animation : fadeOutLeftBig 0.5s;
    animation         : fadeOutLeftBig 0.5s;
}

.fade-in-left-big.ng-enter {
    -webkit-animation : fadeInLeftBig 0.5s;
    animation         : fadeInLeftBig 0.5s;
}

.fade-in-left-big.ng-leave {
    -webkit-animation : fadeOutRightBig 0.5s;
    animation         : fadeOutRightBig 0.5s;
}

.fade-in-up-big.ng-enter {
    -webkit-animation : fadeInUpBig 0.5s;
    animation         : fadeInUpBig 0.5s;
}

.fade-in-up-big.ng-leave {
    -webkit-animation : fadeOutUpBig 0.5s;
    animation         : fadeOutUpBig 0.5s;
}

.fade-in-down-big.ng-enter {
    -webkit-animation : fadeInDownBig 0.5s;
    animation         : fadeInDownBig 0.5s;
}

.fade-in-down-big.ng-leave {
    -webkit-animation : fadeOutDownBig 0.5s;
    animation         : fadeOutDownBig 0.5s;
}

.fade-in.ng-enter {
    -webkit-animation : fadeIn 0.5s;
    animation         : fadeIn 0.5s;
}

.fade-in.ng-leave {
    -webkit-animation : fadeOut 0.5s;
    animation         : fadeOut 0.5s;
}

.fade-in-right.ng-enter {
    -webkit-animation : fadeInRight 0.5s;
    animation         : fadeInRight 0.5s;
}

.fade-in-right.ng-leave {
    -webkit-animation : fadeOutLeft 0.5s;
    animation         : fadeOutLeft 0.5s;
}

.fade-in-left.ng-enter {
    -webkit-animation : fadeInLeft 0.5s;
    animation         : fadeInLeft 0.5s;
}

.fade-in-left.ng-leave {
    -webkit-animation : fadeOutRight 0.5s;
    animation         : fadeOutRight 0.5s;
}

.fade-in-up.ng-enter {
    -webkit-animation : fadeInUpShort 0.5s;
    animation         : fadeInUpShort 0.5s;
}

.fade-in-up.ng-leave {
    -webkit-animation : fadeOutUpShort 0.5s;
    animation         : fadeOutUpShort 0.5s;
}

.fade-in-down.ng-enter {
    -webkit-animation : fadeInDown 0.5s;
    animation         : fadeInDown 0.5s;
}

.fade-in-down.ng-leave {
    -webkit-animation : fadeOutDown 0.5s;
    animation         : fadeOutDown 0.5s;
}

.heart-pulse {
    -webkit-animation : heart-pulse 1s linear infinite;
    -moz-animation    : heart-pulse 1s linear infinite;
    -ms-animation     : heart-pulse 1s linear infinite;
    animation         : heart-pulse 1s linear infinite;
}

@keyframes heart-pulse {
    0% {
        color : #A51919;
    }
    90% {
        color : rgba(255, 0, 0, 0);
    }
    100% {
        color : red;
    }
}

@-moz-keyframes heart-pulse {
    0% {
        color : #A51919;
    }
    90% {
        color : rgba(255, 0, 0, 0);
    }
    100% {
        color : red;
    }
}

@-webkit-keyframes heart-pulse {
    0% {
        color : #A51919;
    }
    90% {
        color : rgba(255, 0, 0, 0);
    }
    100% {
        color : red;
    }
}

@-ms-keyframes heart-pulse {
    0% {
        color : #A51919;
    }
    90% {
        color : rgba(255, 0, 0, 0);
    }
    100% {
        color : red;
    }
}

/* ---------------------------------------------------------------------- */
/* Progress Bar
/* ---------------------------------------------------------------------- */
.progress {
    box-shadow : none;
}

.progress.progress-xs {
    height : 7px;
}

.progress.progress-xs .progress-bar {
    line-height : 7px !important;
    font-size   : 9px !important;
}

.progress.progress-sm {
    height : 12px;
}

.progress.progress-sm .progress-bar {
    line-height : 12px !important;
    font-size   : 11px !important;
}

.progress.progress-lg {
    height : 20px;
}

.progress.progress-lg .progress-bar {
    line-height : 20px !important;
}

.progress.transparent-black {
    background-color : rgba(0, 0, 0, 0.2);
}

.progress-bar {
    background-color : #58748B;
}

.progress-bar-success {
    background-color : #5CB85C;
}

.progress-bar-info {
    background-color : #46B8DA;
}

.progress-bar-warning {
    background-color : #EEA236;
}

.progress-bar-danger {
    background-color : #D43F3A;
}

.progress-bar-white {
    background-color : #FFFFFF;
}

.progress-bar-black {
    background-color : #2C2F3B;
}

.progress-bar-purple {
    background-color : #9A89B5;
}

.progress-bar-green {
    background-color : #5A8770;
}

.progress-bar-azure {
    background-color : #5B9BD1;
}

.progress-bar-red {
    background-color : #C82E29;
}

.progress-bar-orange {
    background-color : #F18636;
}

/* ---------------------------------------------------------------------- */
/*  Labels and Badges
/* ---------------------------------------------------------------------- */
.badge {
    background-color : #58748B;
}

.badge-success {
    background-color : #5CB85C;
}

.badge-success[href]:hover, .badge-success[href]:focus {
    background-color : #449D44;
}

.badge-warning {
    background-color : #F0AD4E;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
    background-color : #EC971F;
}

.badge-info {
    background-color : #5BC0DE;
}

.badge-info[href]:hover, .badge-info[href]:focus {
    background-color : #31B0D5;
}

.badge-danger {
    background-color : #D9534F;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
    background-color : #C9302C;
}

.badge-new {
    background-color : #007AFF;
    border-radius    : 12px 12px 12px 12px !important;
    font-size        : 11px !important;
    font-weight      : 300;
    height           : 18px;
    padding          : 3px 6px;
    text-align       : center;
    text-shadow      : none !important;
    vertical-align   : middle;
}

.label-default {
    background-color : #58748B;
}

.label {
    font-size : 85% !important;
    padding   : 0.4em 0.6em !important;
}

.label-inverse, .badge-inverse {
    background-color : #2C2F3B;
}

/* ---------------------------------------------------------------------- */
/*  Forms
/* ---------------------------------------------------------------------- */
fieldset {
    background    : #FFFFFF;
    border        : 1px solid #E6E8E8;
    border-radius : 5px;
    margin        : 20px 0 20px 0;
    padding       : 25px;
    position      : relative;
}

fieldset .form-group {
    margin-left  : 0;
    margin-right : 0;
}

fieldset legend {
    background  : inherit;
    font-family : "Lato", sans-serif;
    color       : #58748B;
    font-size   : 15px;
    left        : 10px;
    padding     : 0 10px;
    position    : absolute;
    top         : -12px;
    font-weight : 400;
    width       : auto !important;
    border      : none !important;
}

.form-control::-moz-placeholder {
    color   : #9B9B9F;
    opacity : 1;
}

.form-control:-ms-input-placeholder {
    color   : #9B9B9F;
    opacity : 1;
}

.form-control::-webkit-input-placeholder {
    color   : #9B9B9F;
    opacity : 1;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="daterange"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    -webkit-appearance : none;
    -moz-appearance    : none;
    appearance         : none;
    background-color   : #FFFFFF !important;
    background-image   : none !important;
    border             : 1px solid #C8C7CC;
    border-radius      : 0;
    color              : #5B5B60 !important;
    font-family        : inherit !important;
    font-size          : 14px !important;
    line-height        : 1.2 !important;
    padding            : 5px 4px !important;
    box-shadow         : none !important;
}

textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="daterange"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
    border-color : #AEACB4 !important;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="daterange"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    box-shadow       : none !important;
    border-color     : #BBBAC0 !important;
    background-color : #F8F8F8 !important;
}

select {
    background-color : #FFFFFF !important;
    background-image : none !important;
    border           : 1px solid #C8C7CC;
    border-radius    : 0;
    color            : #5B5B60 !important;
    font-family      : inherit !important;
    font-size        : 14px !important;
    line-height      : 1.2 !important;
    padding          : 5px 4px !important;
    box-shadow       : none !important;
}

select:hover {
    border-color : #AEACB4 !important;
}

select:focus {
    box-shadow       : none !important;
    border-color     : #BBBAC0 !important;
    background-color : #F8F8F8 !important;
}

.clip-select {
    margin   : 0;
    display  : block;
    position : relative;
}

.clip-select select {
    padding-right      : 20px !important;
    -webkit-appearance : none;
    -moz-appearance    : none;
    appearance         : none;
}

.clip-select:after {
    content        : '\f107';
    font-family    : "FontAwesome";
    color          : rgba(44, 47, 59, 0.7);
    right          : 8px;
    top            : 8px;
    padding        : 0 0 2px;
    position       : absolute;
    pointer-events : none;
}

textarea.underline, select.underline, input[type="text"].underline, input[type="password"].underline, input[type="datetime"].underline, input[type="datetime-local"].underline, input[type="date"].underline, input[type="month"].underline, input[type="time"].underline, input[type="week"].underline, input[type="number"].underline, input[type="email"].underline, input[type="url"].underline, input[type="search"].underline, input[type="tel"].underline, input[type="color"].underline {
    background          : none !important;
    background-image    : none !important;
    border              : 1px solid #C8C7CC;
    border-top          : none !important;
    border-left         : none !important;
    border-right        : none !important;
    border-radius       : 0 0 0 0 !important;
    color               : #5B5B60 !important;
    font-family         : inherit !important;
    transition-duration : 0.1s !important;
    box-shadow          : none !important;
    -moz-transition     : border 300ms ease-out;
    -o-transition       : border 300ms ease-out;
    -webkit-transition  : border 300ms ease-out;
    transition          : border 300ms ease-out;
}

textarea.underline:hover, select.underline:hover, input[type="text"].underline:hover, input[type="password"].underline:hover, input[type="datetime"].underline:hover, input[type="datetime-local"].underline:hover, input[type="date"].underline:hover, input[type="month"].underline:hover, input[type="time"].underline:hover, input[type="week"].underline:hover, input[type="number"].underline:hover, input[type="email"].underline:hover, input[type="url"].underline:hover, input[type="search"].underline:hover, input[type="tel"].underline:hover, input[type="color"].underline:hover {
    border-color : #AEACB4 !important;
}

textarea.underline:focus, select.underline:focus, input[type="text"].underline:focus, input[type="password"].underline:focus, input[type="datetime"].underline:focus, input[type="datetime-local"].underline:focus, input[type="date"].underline:focus, input[type="month"].underline:focus, input[type="time"].underline:focus, input[type="week"].underline:focus, input[type="number"].underline:focus, input[type="email"].underline:focus, input[type="url"].underline:focus, input[type="search"].underline:focus, input[type="tel"].underline:focus, input[type="color"].underline:focus {
    box-shadow       : none !important;
    border-color     : #58748B !important;
    background-color : transparent !important;
}

textarea[disabled], input[disabled], select[disabled] {
    background   : #F7F7F8 !important;
    border-color : #F8F8F8 !important;
}

textarea[disabled]:hover, textarea[disabled]:focus, input[disabled]:hover, input[disabled]:focus, select[disabled]:hover, select[disabled]:focus {
    background   : #F7F7F8 !important;
    border-color : #F8F8F8;
}

legend {
    color       : inherit;
    font-size   : 16px;
    font-weight : 300;
}

.input-group-addon {
    background-color : #58748B;
    border           : 1px solid #58748B;
    color            : #FFFFFF;
}

select[multiple="multiple"]:focus option {
    background : #F8F8F8 !important;
}

.has-error .form-control:focus, .has-error .form-control:hover, .has-warning .form-control:focus, .has-warning .form-control:hover, .has-success .form-control:focus, .has-success .form-control:hover {
    box-shadow : none;
}

.validation-invalid, .validation-valid {
    font-size : 12px;
    padding   : 0 5px;
}

.has-error .control-label {
    color : #8E8E93 !important;
}

.has-error .error {
    color : #A94442;
}

.has-error .form-control {
    color               : #5B5B60;
    border-color        : #F8F8F8;
    border-bottom-color : #A94442 !important;
    border-bottom-width : 1px !important;
    border-bottom-style : dotted;
    border-color        : #A94442 !important;
    border-width        : 1px !important;
    border-style        : dotted;
}

.has-error .form-control:focus, .has-error .form-control:hover {
    border-color        : #F8F8F8;
    border-bottom-color : #A94442 !important;
}

.has-error label {
    color : #A94442 !important;
}

.has-warning {
    color : #EEA236;
}

.has-warning .control-label {
    color : #8E8E93 !important;
}

.has-warning .form-control {
    color               : #5B5B60;
    border-color        : #F8F8F8;
    border-bottom-color : #8A6D3B !important;
    border-bottom-width : 1px !important;
    border-bottom-style : dotted;
    border-color        : #8A6D3B !important;
    border-width        : 1px !important;
    border-style        : dotted;
}

.has-warning .form-control:focus, .has-warning .form-control:hover {
    border-color        : #F8F8F8;
    border-bottom-color : #8A6D3B !important;
}

.has-warning label {
    color : #8A6D3B;
}

.has-success {
    color : #5CB85C;
}

.has-success .control-label {
    color : #8E8E93 !important;
}

.has-success .form-control {
    color               : #5B5B60;
    border-color        : #F8F8F8;
    border-bottom-color : #3C763D !important;
    border-bottom-width : 1px !important;
    border-bottom-style : dotted;
    border-color        : #3C763D !important;
    border-width        : 1px !important;
    border-style        : dotted;
}

.has-success .form-control:focus, .has-success .form-control:hover {
    border-color        : #F8F8F8;
    border-bottom-color : #3C763D !important;
}

.has-success label {
    color : #3C763D;
}

label {
    font-weight : normal;
    color       : #858585;
}

span.input-icon, span.input-help {
    display  : block;
    position : relative;
}

.input-icon > input {
    padding-left  : 30px !important;
    padding-right : 6px;
}

.input-icon.input-icon-right > input {
    padding-left  : 6px !important;
    padding-right : 30px !important;
}

span.input-help > input {
    padding-left  : 30px;
    padding-right : 6px;
}

.input-icon > [class*="fa-"], .input-icon > [class*="ti-"] {
    bottom      : 0;
    display     : inline-block;
    left        : 5px;
    color       : #C8C7CC;
    line-height : 36px;
    padding     : 0 3px;
    position    : absolute;
    top         : -1px;
    z-index     : 2;
}

.input-icon > .input-lg + [class*="fa-"], .input-icon > .input-lg + [class*="ti-"] {
    line-height : 48px;
}

.input-icon > .input-sm + [class*="fa-"], .input-icon > .input-sm + [class*="ti-"] {
    line-height : 32px;
}

.input-icon.input-icon-right > [class*="fa-"], .input-icon.input-icon-right > [class*="ti-"] {
    left  : auto;
    right : 4px;
}

.help-button {
    background-color : #65BCDA;
    border-radius    : 100% 100% 100% 100%;
    color            : #FFFFFF;
    cursor           : default;
    position         : absolute;
    font-size        : 14px;
    font-weight      : bold;
    height           : 20px;
    padding          : 0;
    text-align       : center;
    width            : 20px;
    line-height      : 20px;
    top              : 7px;
    left             : 7px;
}

.help-button:before {
    content     : "\f128";
    display     : inline;
    font-family : FontAwesome;
    font-weight : 300;
    height      : auto;
    text-shadow : none;
    font-style  : normal;
}

.form-control {
    color : inherit;
}

select.form-control {
    background-color : #FFFFFF;
    border           : 1px solid #C8C7CC;
    border-radius    : 0 0 0 0;
    color            : #5B5B60;
}

select.form-control option {
    padding : 3px 4px;
}

.form-control.search-select {
    padding    : 0 !important;
    box-shadow : none;
    border     : none;
}

textarea.autosize {
    min-height : 71px;
}

textarea.autosize.area-animated:focus {
    vertical-align     : top;
    transition         : height 0.2s;
    -webkit-transition : height 0.2s;
    -moz-transition    : height 0.2s;
    transition         : height 0.2s;
    overflow           : hidden;
    word-wrap          : break-word;
    resize             : horizontal;
}

.note-editor {
    position    : relative;
    padding-top : 12px;
    background  : #FFFFFF;
}

.note-editor textarea {
    background  : url("../images/line_detail.png") repeat !important;
    line-height : 20px !important;
    margin-top  : 10px !important;
    min-height  : 140px !important;
    border      : none !important;
    padding     : 0 !important;
    position    : relative !important;
}

.note-editor textarea:focus {
    background-color : #FFFFFF !important;
}

.note-editor:before {
    background  : url("../images/note_dot.png") repeat-x;
    position    : absolute;
    height      : 12px;
    top         : 0;
    left        : 0;
    right       : 0;
    content     : "";
    padding-top : 1px;
}

.radio label.radio-inline, .checkbox label.checkbox-inline {
    display : inline-block;
}

.radio-inline, .radio-inline + .radio-inline, .checkbox-inline, .checkbox-inline + .checkbox-inline {
    margin-right  : 10px !important;
    margin-top    : 5px !important;
    margin-left   : 0 !important;
    margin-bottom : 10px !important;
}

.checkbox-table {
    display     : inline-block;
    margin      : 2px 0 0 0;
    line-height : 10px;
}

.checkbox-table label {
    margin-bottom : 0;
}

.help-inline {
    margin-top : 6px;
    color      : #737373;
}

.help-block.error {
    color : #B94A48;
}

.symbol.required:before {
    content : "*";
    display : inline;
    color   : #E6674A;
}

.has-success .symbol:before {
    content     : "\f00c";
    display     : inline;
    font-family : FontAwesome;
    color       : #468847;
}

.has-error .symbol:before {
    content     : "\f00d";
    display     : inline;
    font-family : FontAwesome;
    color       : #C82E29;
}

.has-warning .symbol:before {
    content     : "\f071";
    display     : inline;
    font-family : FontAwesome;
    color       : #EEA236;
}

.has-error .note-editor, .has-error .cke_chrome {
    border-color : #B94A48 !important;
}

.form-group {
    position : relative;
}

.form-group .text {
    display     : block;
    font-size   : 14px;
    font-weight : 400;
    margin-top  : 7px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor : default;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    max-width : 50px;
}

/* Default custom select inspired by tympanus.net */
div.cs-select {
    display               : inline-block;
    vertical-align        : middle;
    position              : relative;
    text-align            : left;
    background            : #FFFFFF;
    z-index               : 100;
    font-size             : 100%;
    width                 : 100%;
    max-width             : 1500px;
    -webkit-touch-callout : none;
    -webkit-user-select   : none;
    -khtml-user-select    : none;
    -moz-user-select      : none;
    -ms-user-select       : none;
    user-select           : none;
}

div.cs-select.disabled {
    opacity : 0.5;
}

div.cs-select.disabled span {
    cursor : default !important;
}

div.cs-select:focus {
    outline : none;
    /* For better accessibility add a style for this in your skin */
}

.cs-select select {
    display : none;
}

.cs-select span {
    display       : block;
    position      : relative;
    cursor        : pointer;
    padding       : 5px 4px;
    white-space   : nowrap;
    overflow      : hidden;
    text-overflow : ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
    padding-right : 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
    speak                   : none;
    position                : absolute;
    top                     : 50%;
    -webkit-transform       : translateY(-50%);
    transform               : translateY(-50%);
    -webkit-font-smoothing  : antialiased;
    -moz-osx-font-smoothing : grayscale;
}

.cs-select > span::after {
    content : '\25BE';
    right   : 1em;
}

.cs-select .cs-selected span::after {
    content     : '\e64c';
    margin-left : 1em;
    font-family : "themify";
    font-size   : 60%;
}

.cs-select.cs-active > span::after {
    -webkit-transform : translateY(-50%) rotate(180deg);
    transform         : translateY(-50%) rotate(180deg);
}

.cs-select.cs-active {
    z-index : 101;
}

/* Options */
.cs-select .cs-options {
    position   : absolute;
    overflow   : hidden;
    width      : 100%;
    background : #FFFFFF;
    visibility : hidden;
}

.cs-select.cs-active .cs-options {
    visibility : visible;
}

.cs-select ul {
    list-style : none;
    margin     : 0;
    padding    : 0;
    width      : 100%;
}

.cs-select ul span {
    padding : 1em;
}

.cs-select ul li.cs-focus span {
    background-color : #DDDDDD;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
    padding-left : 1em;
}

.cs-select li.cs-optgroup > span {
    cursor : default;
}

div.cs-skin-slide {
    color     : #5B5B60;
    font-size : 14px;
    width     : 100%;
}

div.cs-skin-slide::before {
    content                     : '';
    background                  : #FFFFFF;
    position                    : absolute;
    width                       : 100%;
    height                      : 100%;
    top                         : 0;
    left                        : 0;
    -webkit-backface-visibility : hidden;
    backface-visibility         : hidden;
    -webkit-transition          : -webkit-transform 0.3s;
    transition                  : transform 0.3s;
}

.cs-skin-slide.cs-active::before {
    -webkit-transform : scale3d(1, 4, 1);
    transform         : scale3d(1, 4, 1);
    background        : #F7F7F8;
    box-shadow        : 0 0 4px rgba(0, 0, 0, 0.2);
}

.cs-skin-slide > span {
    height             : 34px;
    line-height        : 20px;
    border             : 1px solid #C8C7CC;
    -webkit-transition : text-indent 0.3s, opacity 0.3s;
    transition         : text-indent 0.3s, opacity 0.3s;
}

.cs-skin-slide.cs-active > span {
    text-indent : -290px;
    opacity     : 0;
}

.cs-skin-slide > span::after,
.cs-skin-slide.cs-active > span::after {
    font-family                 : 'themify';
    content                     : '\e68e';
    color                       : #58748B;
    -webkit-backface-visibility : hidden;
    backface-visibility         : hidden;
    font-size                   : 17px;
}

.cs-skin-slide.cs-active > span::after {
    -webkit-transform : translate3d(0, -50%, 0);
    transform         : translate3d(0, -50%, 0);
}

.cs-skin-slide .cs-options {
    background        : transparent;
    width             : 100%;
    height            : 400%;
    padding           : 5px;
    top               : 50%;
    left              : 50%;
    -webkit-transform : translate3d(-50%, -50%, 0);
    transform         : translate3d(-50%, -50%, 0);
}

.cs-skin-slide.cs-active .cs-options {
    overflow-y : auto;
}

.cs-skin-slide .cs-options li {
    opacity            : 0;
    -webkit-transform  : translate3d(30%, 0, 0);
    transform          : translate3d(30%, 0, 0);
    -webkit-transition : -webkit-transform 0.3s, opacity 0.3s;
    transition         : transform 0.3s, opacity 0.3s;
    margin-bottom      : 5px;
}

.cs-skin-slide.cs-active .cs-options li {
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
    opacity           : 1;
}

.cs-skin-slide.cs-active .cs-options li:first-child {
    -webkit-transition-delay : 0.05s;
    transition-delay         : 0.05s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(2) {
    -webkit-transition-delay : 0.1s;
    transition-delay         : 0.1s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(3) {
    -webkit-transition-delay : 0.15s;
    transition-delay         : 0.15s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(4) {
    -webkit-transition-delay : 0.2s;
    transition-delay         : 0.2s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(5) {
    -webkit-transition-delay : 0.25s;
    transition-delay         : 0.25s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(6) {
    -webkit-transition-delay : 0.3s;
    transition-delay         : 0.3s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(7) {
    -webkit-transition-delay : 0.35s;
    transition-delay         : 0.35s;
}

/* more options need more delay declaration */
.cs-skin-slide .cs-options li span {
    padding : 0.8em 1em;
}

.cs-skin-slide .cs-options li span:empty {
    display : none;
}

.cs-skin-slide .cs-options li:hover,
.cs-skin-slide .cs-options li.cs-focus {
    background : #EAEAEC;
}

.cs-skin-slide .cs-options li.cs-selected {
    color      : #FFFFFF;
    background : #58748B;
}

.cs-select [class^="ti-"],
.cs-select [class*=" ti-"],
.cs-select [class^="fa-"],
.cs-select [class*=" fa-"] {
    line-height : inherit !important;
    display     : block !important;
}

.cs-select [class^="ti-"] span,
.cs-select [class*=" ti-"] span,
.cs-select [class^="fa-"] span,
.cs-select [class*=" fa-"] span {
    font-family  : Helvetica, Arial, sans-serif;
    padding-left : 30px !important;
}

.cs-select [class^="ti-"]:before,
.cs-select [class*=" ti-"]:before,
.cs-select [class^="fa-"]:before,
.cs-select [class*=" fa-"]:before {
    font-family       : 'themify';
    position          : absolute;
    left              : 5px;
    top               : 50%;
    -webkit-transform : translate3d(0, -50%, 0);
    transform         : translate3d(0, -50%, 0);
    font-size         : 17px;
}

.cs-select [class^="ti-"]:before,
.cs-select [class*=" ti-"]:before {
    font-family : 'themify';
}

.cs-select [class^="fa-"]:before,
.cs-select [class*=" fa-"]:before {
    font-family : 'fontawesome';
}

/* Skin Elastic */
div.cs-skin-elastic {
    background : transparent;
    font-size  : 14px;
    color      : #5B5B60;
}

.cs-skin-elastic > span {
    background-color : #FFFFFF;
    z-index          : 100;
    border           : 1px solid #C8C7CC;
    height           : 34px;
    line-height      : 20px;
}

.cs-skin-elastic > span::after {
    font-family                 : 'themify';
    content                     : '\e64b';
    -webkit-backface-visibility : hidden;
    backface-visibility         : hidden;
    color                       : #58748B;
}

.cs-skin-elastic .cs-options {
    overflow       : visible;
    background     : transparent;
    opacity        : 1;
    visibility     : visible;
    pointer-events : none;
}

.cs-skin-elastic.cs-active .cs-options {
    pointer-events : auto;
}

.cs-skin-elastic .cs-options > ul::before {
    content                  : '';
    position                 : absolute;
    width                    : 100%;
    height                   : 100%;
    left                     : 0;
    top                      : 0;
    -webkit-transform        : scale3d(1, 0, 1);
    transform                : scale3d(1, 0, 1);
    background               : #F7F7F8;
    box-shadow               : 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin : 50% 0%;
    transform-origin         : 50% 0%;
    -webkit-transition       : -webkit-transform 0.3s;
    transition               : transform 0.3s;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
    -webkit-transform  : scale3d(1, 1, 1);
    transform          : scale3d(1, 1, 1);
    -webkit-transition : none;
    transition         : none;
    -webkit-animation  : expand 0.6s ease-out;
    animation          : expand 0.6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
    opacity            : 0;
    -webkit-transform  : translate3d(0, -25px, 0);
    transform          : translate3d(0, -25px, 0);
    -webkit-transition : opacity 0.15s, -webkit-transform 0.15s;
    transition         : opacity 0.15s, transform 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li {
    -webkit-transform  : translate3d(0, 0, 0);
    transform          : translate3d(0, 0, 0);
    opacity            : 1;
    -webkit-transition : none;
    transition         : none;
    -webkit-animation  : bounce 0.6s ease-out;
    animation          : bounce 0.6s ease-out;
}

.cs-skin-elastic .cs-options span {
    background-repeat   : no-repeat;
    background-position : 1.5em 50%;
    background-size     : 2em auto;
    padding             : 0.8em 1em 0.8em 1em;
}

.cs-skin-elastic .cs-options li:hover,
.cs-skin-elastic .cs-options li.cs-focus {
    background : #EAEAEC;
}

.cs-skin-elastic .cs-options .cs-selected,
.cs-skin-elastic .cs-options .cs-selected:hover {
    color      : #FFFFFF !important;
    background : #58748B !important;
}

@-webkit-keyframes expand {
    0% {
        -webkit-transform : scale3d(1, 0, 1);
    }
    25% {
        -webkit-transform : scale3d(1, 1.2, 1);
    }
    50% {
        -webkit-transform : scale3d(1, 0.85, 1);
    }
    75% {
        -webkit-transform : scale3d(1, 1.05, 1);
    }
    100% {
        -webkit-transform : scale3d(1, 1, 1);
    }
}

@keyframes expand {
    0% {
        -webkit-transform : scale3d(1, 0, 1);
        transform         : scale3d(1, 0, 1);
    }
    25% {
        -webkit-transform : scale3d(1, 1.2, 1);
        transform         : scale3d(1, 1.2, 1);
    }
    50% {
        -webkit-transform : scale3d(1, 0.85, 1);
        transform         : scale3d(1, 0.85, 1);
    }
    75% {
        -webkit-transform : scale3d(1, 1.05, 1);
        transform         : scale3d(1, 1.05, 1);
    }
    100% {
        -webkit-transform : scale3d(1, 1, 1);
        transform         : scale3d(1, 1, 1);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform : translate3d(0, -25px, 0);
        opacity           : 0;
    }
    25% {
        -webkit-transform : translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform : translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform : translate3d(0, 2px, 0);
    }
    100% {
        -webkit-transform : translate3d(0, 0, 0);
        opacity           : 1;
    }
}

@keyframes bounce {
    0% {
        -webkit-transform : translate3d(0, -25px, 0);
        transform         : translate3d(0, -25px, 0);
        opacity           : 0;
    }
    25% {
        -webkit-transform : translate3d(0, 10px, 0);
        transform         : translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform : translate3d(0, -6px, 0);
        transform         : translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform : translate3d(0, 2px, 0);
        transform         : translate3d(0, 2px, 0);
    }
    100% {
        -webkit-transform : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
        opacity           : 1;
    }
}

input[type="radio"], input[type="checkbox"] {
    box-sizing  : border-box;
    cursor      : pointer;
    line-height : normal;
}

.clip-check {
    margin-bottom : 10px;
    margin-top    : 10px;
    padding-left  : 0;
}

.clip-check label {
    cursor       : pointer;
    display      : inline-block;
    font-size    : 13px;
    margin-right : 15px;
    padding-left : 30px !important;
    position     : relative;
    line-height  : 23px;
    transition   : border 0.2s linear 0s, color 0.2s linear 0s;
    white-space  : nowrap;
}

.clip-check label:before {
    background-color : #FFFFFF;
    border           : 1px solid #C8C7CC;
    content          : "";
    display          : inline-block;
    height           : 20px;
    left             : 0;
    margin-right     : 10px;
    position         : absolute;
    width            : 20px;
    border-radius    : 0;
    top              : 1px;
    transition       : border 0.2s linear 0s, color 0.2s linear 0s;
}

.clip-check label:after {
    display    : inline-block;
    font-size  : 11px;
    height     : 19px;
    left       : 4px;
    position   : absolute;
    top        : -1px;
    transition : border 0.2s linear 0s, color 0.2s linear 0s;
}

.clip-check input[type="checkbox"] {
    opacity : 0;
}

.clip-check input[type="checkbox"]:checked + label:before {
    border-width : 10px;
}

.clip-check input[type="checkbox"]:checked + label:after {
    color       : #FFFFFF;
    content     : "\f00c";
    font-family : "FontAwesome";
}

.clip-check input[type="checkbox"]:focus + label::before {
    background-color : #E6E6E6;
}

.clip-check input[type="checkbox"][disabled] + label {
    opacity : 0.65;
}

.clip-check input[type="checkbox"][disabled] + label:before {
    background-color : #F8F8F8;
}

.clip-check.check-sm label {
    margin-right : 15px;
    padding-left : 24px !important;
    line-height  : 22px;
}

.clip-check.check-sm label:before {
    height : 14px;
    width  : 14px;
    top    : 4px;
}

.clip-check.check-sm label:after {
    font-size : 8px;
    height    : 13px;
    left      : 3px;
    width     : 13px;
}

.clip-check.check-sm input[type="checkbox"]:checked + label:before {
    border-width : 7px;
}

.clip-check.check-md label {
    margin-right : 15px;
    padding-left : 35px !important;
    line-height  : 28px;
}

.clip-check.check-md label:before {
    height : 25px;
    width  : 25px;
}

.clip-check.check-md label:after {
    font-size : 14px;
    height    : 24px;
    left      : 5px;
    width     : 24px;
}

.clip-check.check-md input[type="checkbox"]:checked + label:before {
    border-width : 12px;
}

.clip-check.check-lg label {
    margin-right : 15px;
    padding-left : 40px !important;
    line-height  : 33px;
}

.clip-check.check-lg label:before {
    height : 30px;
    width  : 30px;
}

.clip-check.check-lg label:after {
    font-size : 17px;
    height    : 29px;
    left      : 6px;
    width     : 29px;
}

.clip-check.check-lg input[type="checkbox"]:checked + label:before {
    border-width : 15px;
}

.clip-check.check-success input[type="checkbox"]:checked + label:before {
    border-color : #5CB85C;
}

.clip-check.check-primary input[type="checkbox"]:checked + label:before {
    border-color : #58748B;
}

.clip-check.check-warning input[type="checkbox"]:checked + label:before {
    border-color : #EEA236;
}

.clip-check.check-danger input[type="checkbox"]:checked + label:before {
    border-color : #D43F3A;
}

.clip-check.check-info input[type="checkbox"]:checked + label:before {
    border-color : #46B8DA;
}

.clip-check.check-purple input[type="checkbox"]:checked + label:before {
    border-color : #9A89B5;
}

.clip-radio {
    margin-bottom : 10px;
    margin-top    : 10px;
    padding-left  : 0;
}

.clip-radio label {
    cursor        : pointer;
    display       : inline-block;
    font-size     : 13px;
    margin-right  : 15px;
    padding-left  : 25px !important;
    position      : relative;
    margin-bottom : 6px;
    line-height   : 23px;
}

.clip-radio label:before {
    background-color : #FFFFFF;
    border           : 1px solid #D0D0D0;
    content          : "";
    display          : inline-block;
    height           : 20px;
    left             : 0;
    margin-right     : 10px;
    position         : absolute;
    width            : 20px;
    border-radius    : 99px;
    bottom           : 2px;
    transition       : all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s;
}

.clip-radio label:after {
    border        : 1px solid #C8C7CC;
    content       : "";
    display       : inline-block;
    height        : 20px;
    left          : 0;
    margin-right  : 10px;
    position      : absolute;
    width         : 20px;
    border-radius : 99px;
    bottom        : 2px;
    transition    : all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s;
}

.clip-radio input[type="radio"] {
    opacity : 0;
}

.clip-radio input[type="radio"]:focus + label::before {
    background : #E6E6E6;
}

.clip-radio input[type="radio"]:checked + label:before {
    border-width : 6px;
    background   : #F8F8F8;
    border-color : #FFFFFF;
}

.clip-radio input[type="radio"]:checked:focus + label::before {
    border-color : #E6E6E6 !important;
}

.clip-radio input[type="radio"][disabled] + label {
    opacity : 0.65;
}

.clip-radio.radio-sm label {
    padding-left : 20px !important;
    line-height  : 21px;
}

.clip-radio.radio-sm label:before {
    top    : 3px;
    height : 15px;
    width  : 15px;
}

.clip-radio.radio-sm label:after {
    top    : 3px;
    height : 15px;
    width  : 15px;
}

.clip-radio.radio-sm input[type="radio"]:checked + label:before {
    border-width : 5px;
}

.clip-radio.radio-md label {
    padding-left : 30px !important;
    line-height  : 29px;
}

.clip-radio.radio-md label:before {
    height : 25px;
    width  : 25px;
}

.clip-radio.radio-md label:after {
    height : 25px;
    width  : 25px;
}

.clip-radio.radio-md input[type="radio"]:checked + label:before {
    border-width : 7px;
}

.clip-radio.radio-lg label {
    padding-left : 35px !important;
    line-height  : 33px;
}

.clip-radio.radio-lg label:before {
    height : 30px;
    width  : 30px;
}

.clip-radio.radio-lg label:after {
    height : 30px;
    width  : 30px;
}

.clip-radio.radio-lg input[type="radio"]:checked + label:before {
    border-width : 8px;
}

.clip-radio.radio-success input[type="radio"]:checked + label:before {
    background : #5CB85C;
}

.clip-radio.radio-primary input[type="radio"]:checked + label:before {
    background : #58748B;
}

.clip-radio.radio-info input[type="radio"]:checked + label:before {
    background : #46B8DA;
}

.clip-radio.radio-warning input[type="radio"]:checked + label:before {
    background : #EEA236;
}

.clip-radio.radio-danger input[type="radio"]:checked + label:before {
    background : #D43F3A;
}

.clip-radio.radio-purple input[type="radio"]:checked + label:before {
    background : #9A89B5;
}

.clip-datepicker {
    padding : 10px;
}

.clip-datepicker.well {
    background : #FFFFFF;
    box-shadow : none;
}

.clip-datepicker table {
    outline : none !important;
}

.clip-datepicker table thead .btn {
    font-size : 17px;
}

.clip-datepicker button {
    border      : none;
    line-height : 1.8;
}

.clip-datepicker button span.text-info, .clip-datepicker button span.text-current {
    color       : #58748B !important;
    font-weight : bold;
}

.clip-datepicker button span.text-info::before, .clip-datepicker button span.text-current::before {
    border-left : 6px solid transparent;
    border-top  : 6px solid #58748B;
    content     : "";
    height      : 0;
    position    : absolute;
    right       : 2px;
    top         : 2px;
    width       : 0;
}

.clip-datepicker button.active {
    background-color : #58748B !important;
}

.clip-datepicker button.active:active, .clip-datepicker button.active:focus {
    background-color : #58748B !important;
}

.clip-datepicker button.active span {
    color : #FFFFFF !important;
}

.clip-datepicker button.active span.text-info::before {
    border-top-color : #FFFFFF;
}

.clip-datepicker button.btn-current {
    background-color : #F5F5F5;
}

.range-picker .end-date .dropdown-menu {
    left  : auto !important;
    right : 0 !important;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
    position : relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left  : auto;
    right : 0;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
    left  : auto;
    right : 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
    left  : auto;
    right : 13px;
}

.bootstrap-timepicker .input-group-addon {
    cursor : pointer;
}

.bootstrap-timepicker .input-group-addon i {
    display : inline-block;
    width   : 16px;
    height  : 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
    padding : 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    display : inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom : 7px solid rgba(0, 0, 0, 0.2);
    border-left   : 7px solid transparent;
    border-right  : 7px solid transparent;
    content       : "";
    display       : inline-block;
    position      : absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom : 6px solid #FFFFFF;
    border-left   : 6px solid transparent;
    border-right  : 6px solid transparent;
    content       : "";
    display       : inline-block;
    position      : absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left : 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left : 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right : 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right : 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top : -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top : -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom        : -7px;
    border-bottom : 0;
    border-top    : 7px solid #999999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom        : -6px;
    border-bottom : 0;
    border-top    : 6px solid #FFFFFF;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-radius : 4px;
}

.bootstrap-timepicker-widget table {
    width  : 100%;
    margin : 0;
}

.bootstrap-timepicker-widget table td {
    text-align : center;
    height     : 30px;
    margin     : 0;
    padding    : 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) {
    min-width : 30px;
}

.bootstrap-timepicker-widget table td span {
    width : 100%;
}

.bootstrap-timepicker-widget table td a {
    border  : 1px transparent solid;
    width   : 100%;
    display : inline-block;
    margin  : 0;
    padding : 8px 0;
    outline : 0;
    color   : #58748B;
}

.bootstrap-timepicker-widget table td a:hover {
    text-decoration       : none;
    background-color      : #EEEEEE;
    -webkit-border-radius : 4px;
    -moz-border-radius    : 4px;
    border-radius         : 4px;
    border-color          : #DDDDDD;
}

.bootstrap-timepicker-widget table td a i {
    margin-top : 2px;
    font-size  : 18px;
}

.bootstrap-timepicker-widget table td input {
    width      : 35px;
    margin     : 0;
    text-align : center;
}

.bootstrap-timepicker-widget .modal-content {
    padding : 4px;
}

@media (min-width : 767px) {
    .bootstrap-timepicker-widget.modal {
        width       : 200px;
        margin-left : -100px;
    }

    #select-firm .firm-symbol {
        font-size : 12px;
    }
}

@media (max-width : 766.98px) {
    #select-firm .sm-btn {
        width     : 49%;
        font-size : 12px;
        height    : 38px;
        padding   : 10px 0 0 0;

    }

    .sm-align-center {
        text-align : center !important;
    }

    .sm-center {
        margin-left  : auto !important;
        margin-right : auto !important;
    }

    .bootstrap-timepicker {
        width : 100%;
    }

    .bootstrap-timepicker .dropdown-menu {
        width : 100%;
    }

    #select-firm .panel-body {
        padding : 0;
    }

    #select-firm .row {
        margin-right : -22px;
        margin-left  : -22px;
    }

    #select-firm .padding-30 {
        padding : 20px !important;
    }

    #select-firm .firm-info .firm-name strong {

        min-height : 35px;
        margin     : 0px auto 0px auto;
        display    : block !important;
        font-size  : 1.1em;
        text-align : center;
    }

    #select-firm table tr td {
        border-bottom : none !important;
        border-top    : none !important;
    }

    #select-firm tr {

        /* min-height    : 160px;

         border : 1px #E0DDDD solid !important;*/
        /* border-top    : 1px #CECCCC solid !important;*/
        margin        : 15px 5px 15px 5px;
        display       : block;
        border-radius : 4px;
        min-height    : 140px;
    }


    #select-firm h2 {
        color       : #8F8888 !important;
        font-size   : 1.6em;
        font-weight : 600 !important;
    }


    #select-firm td:nth-child(1) {
        width        : 13%;
        display      : inline;
        float        : left;
        min-height   : 140px;
        position     : relative;
        margin-right : -10px;
    }

    #select-firm td:nth-child(2) {
        width      : 75%;
        display    : inline-block;
        min-height : 60px;
        float      : right;

    }

    #select-firm td:nth-child(3) {
        width      : 75%;
        display    : inline-block;
        min-height : 60px;

        float      : right;
    }

    #select-firm .firm-info btn {

    }

    .box-shadow-5 {
        box-shadow : 2px 3px 5px rgba(93, 90, 90, 0.28);
    }

    .sm-btn {
        width     : 48%;
        font-size : 12px;
        height    : 35px;
        padding   : 10px;
    }

    #select-firm td {
        display  : block;
        position : relative;
    }

    #select-firm .kontrol-buton {
        position : absolute;
        right    : 15px;
        top      : 93px;
    }

    #select-firm .firm-symbol {
        /*    position : absolute;
            top      : 10px;
            left     : 10px;*/
        display    : block;
        position   : relative;
        text-align : center;
        margin-top : 40%;
    }
}

@media (max-width : 374.98px) {

    #select-firm .sm-btn {
        width     : 49%;
        font-size : 12px;
        height    : 38px;
        padding   : 10px 0 0 0;

    }

    #select-firm td:nth-child(1) {
        width        : 12%;
        display      : inline;
        float        : left;
        min-height   : 140px;
        position     : relative;
        margin-right : -10px;
    }

    #select-firm td:nth-child(2) {
        width      : 71%;
        display    : inline-block;
        min-height : 60px;
        float      : right;

    }

    #select-firm td:nth-child(3) {
        width      : 71%;
        display    : inline-block;
        min-height : 60px;

        float      : right;
    }
}

/*------------------------Murat -----------------------------------*/
@media screen and (min-width : 1200px) {
    .pnl-panel {
        /* max-height     : 220px;
         height         : 220px;*/
        display        : flex;
        flex-direction : column;
    }
}

@media screen and (max-width : 767px) {
    .overflow-h {
        overflow              : scroll;
        scrollbar-track-color : #761C19;
    }

}

.main-panel-title {
    margin-top    : 0;
    margin-bottom : 0;
    font-size     : 16px;
    color         : inherit;
}

.main-panel-heading, .pages-panel-heading {
    position            : relative;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    padding             : 10px;
    min-height          : 40px;
    /*background-color    : #3B6F90;
    color               : white;*/
    background-color    : #9EA1A4;
    color               : #FFFFFF;
    border-radius       : 7px 7px 0 0;
    margin-bottom       : 0;
}

.main-panel-heading .fa, .pages-panel-heading .fa {
    margin-right : 10px;
    float        : right;
    font-size    : 22px;
}

.radius-top {
    border-radius : 7px 7px 0 0;
}

.alt-menu-baslik {
    position            : relative;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    padding             : 10px;
    min-height          : 40px;
    background-color    : #404140;
    color               : white;
    border-radius       : 7px 7px 0 0;
    margin-bottom       : 0;

}

.ana-menu-baslik {
    position      : relative;
    /*border-bottom-width : 1px;
    border-color: #ccc;
    border-bottom-style : solid;*/
    padding       : 10px;
    min-height    : 40px;
    color         : #282828;
    margin-top    : 30px;
    margin-bottom : 2px;
    font-size     : 20px;
    text-align    : center;
}

.ana-menu-baslik:before {
    font-family  : "fontawesome";
    content      : "\f022";
    margin-right : 5px;

}

.konu-baslik {
    position            : relative;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    padding             : 10px;
    min-height          : 40px;
    background-color    : #ADACAC;
    color               : white;
    border-radius       : 7px 7px 0 0;
    margin-bottom       : 0;
    font-weight         : bold;

}

.sayfalar {
    width  : 75%;
    margin : 5px auto 20px auto;
}

.bordered-description {
    border-width : 0 1px 1px 1px;
    border-style : solid;
    border-color : #D7D6D6;
    margin-top   : 0;
    box-shadow   : 1px 0 5px rgba(131, 126, 126, 0.55);
    padding      : 10px;

}

.main-yorum {
    position   : inherit;
    display    : block;
    min-height : 30px;
    min-width  : 180px;
}

.w-100 {
    min-width : 100% !important;
}

.style-none {
    list-style : none;
}

.pnl-otel-puan .puan-ust {
    z-index  : 99;
    position : relative;
    height   : 30px;
    padding  : 5px;
    color    : #0A0A0A;
}

.pnl-otel-puan .otel-puan {
    font-size        : 46px;
    font-weight      : bold;
    background-color : #119311;
    color            : white;
    border-radius    : 10px;
    display          : block;
    position         : relative;
    padding          : 0 8px 0 8px;
    z-index          : 0;
    width            : 60%;
    margin-right     : auto;
    margin-left      : auto;
}

.pnl-otel-puan .hotel-point-list {
    margin     : 18px 0 0 0;
    padding    : 0;
    list-style : none;
    height     : 75px;
}

.pnl-otel-puan .hotel-point-list li span {
    position : absolute;
    right    : 10px;
}

.pnl-otel-puan .hotel-point-list li:nth-child(2n+1) {
    clear         : both;
    padding-right : 10px;
    padding-left  : 0;
}

.pnl-otel-puan .hotel-point-list li {
    font-weight   : 500;
    margin-bottom : 8px;
    color         : #313F64;
    position      : relative;
    font-size     : 12px;
    float         : left;
    width         : 50%;
    padding-left  : 15px;
}

.pnl-otel-puan .hotel-point-list li .point-divider {
    height        : 5px;
    width         : 100%;
    background    : #DDDDDD;
    border-radius : 10px;
    position      : relative;
    padding       : 0 0;
    margin-top    : 2px;
}

.pnl-otel-puan .all-comments {
    width            : 80px;
    display          : block;
    position         : relative;
    text-align       : center;
    font-size        : 14px;
    padding          : 2px;
    margin-top       : 8px;
    border-radius    : 5px;
    background-color : #E8881A;
    color            : white;
    z-index          : 999;
}

.pnl-otel-puan .durum-sonuc {
    margin-top  : -4px;
    text-align  : center;
    line-height : 12px;
}

.firm-symbol .down-circle::after {
    content       : "";

    /* background-color: #45597e; */
    height        : 14px;
    width         : 33px;
    border-left   : 2px solid #6B6A6A;
    border-right  : 2px solid #6B6A6A;
    border-bottom : 3px solid #6B6A6A;
    border-radius : 50%;
    display       : block;
    position      : relative;
    margin-left   : 10px;
    margin-top    : -9px;
}

#yorumlar .media img {
    max-width : 60px !important;
}

#yorumlar .media .fa {
    font-size : 50px !important;
}

#yorumlar .yorum-durum {
    text-align : center;
}

@media screen and (min-width : 768px) {

    #select-firm .sm-btn {
        width     : 49%;
        font-size : 12px;
        height    : 38px;
        padding   : 10px 0 0 0;

    }

    .margin-t-negative-md-10 {
        margin-top : -10px !important;
    }

    #select-firm .firm-info .firm-name {

        min-height : 30px;
        margin     : 0 auto 0px 0px;
        display    : block !important;
        font-size  : 1.3em;
    }

    #select-firm td:nth-child(1) {
        width : 5%;
    }

    #select-firm td:nth-child(2) {
        width : 50%;
    }

    #select-firm td:nth-child(3) {
        width : 45%;
    }

}

#select-firm tr {

    /* min-height    : 160px;

     border : 1px #E0DDDD solid !important;*/
    /* border-top    : 1px #CECCCC solid !important;*/
    margin        : 15px auto 15px auto;
    display       : block;
    border-radius : 4px;
}

#select-firm .aktif-otel {

    background-color : #DBF5FF;
}

#select-firm .pasif-otel {

    background-color : #F6F1E3;
}

.box-shadow-5 {
    box-shadow : 2px 3px 5px rgba(93, 90, 90, 0.28);
}

/*------------------------Murat -----------------------------------*/
.datepicker {
    padding : 10px;
}

.datepicker.datepicker-dropdown {
    z-index : 1089 !important;
}

.datepicker.datepicker-inline {
    border  : 1px solid #E3E3E3;
    display : inline-block !important;
    width   : auto;
}

.datepicker.input-group {
    padding : 0;
}

.datepicker.input-daterange input {
    text-align : left;
}

.datepicker .datepicker-switch {
    color       : #8E8E93;
    font-size   : 17px;
    font-weight : 700;
}

.datepicker > div .prev, .datepicker > div .next {
    position                : relative;
    top                     : 1px;
    display                 : inline-block;
    font-family             : 'Glyphicons Halflings';
    font-weight             : 400;
    line-height             : 1;
    -webkit-font-smoothing  : antialiased;
    -moz-osx-font-smoothing : grayscale;
    text-indent             : -9999px;
}

.datepicker > div .prev:before, .datepicker > div .prev:after, .datepicker > div .next:before, .datepicker > div .next:after {
    color       : #8E8E93;
    position    : absolute;
    top         : 50%;
    left        : 50%;
    text-indent : 0;
    font-size   : 17px;
    margin-top  : -9px;
    margin-left : -9px;
}

.datepicker > div .prev:before {
    content : "\e079";
}

.datepicker > div .next:before {
    content : "\e080";
}

.datepicker > div .dow {
    font-size : 85%;
    color     : #5B5B60;
}

.datepicker > div .day {
    font-size : 12px;
    color     : #8E8E93;
    padding   : 5px 10px;
}

.datepicker > div .day.today {
    color       : #58748B !important;
    font-weight : bold;
    background  : none;
    position    : relative;
}

.datepicker > div .day.today:hover, .datepicker > div .day.today:focus {
    background : #EEEEEE;
}

.datepicker > div .day.today:before {
    border-left : 6px solid transparent;
    border-top  : 6px solid #58748B;
    content     : "";
    height      : 0;
    position    : absolute;
    right       : 2px;
    top         : 2px;
    width       : 0;
}

.datepicker > div .day.active {
    background : #58748B !important;
}

.datepicker > div .day.active.today {
    color : #FFFFFF !important;
}

.datepicker > div .day.active.today:before {
    border-top : 6px solid #FFFFFF;
}

.datepicker > div span.active {
    background : #58748B !important;
}

/* ---------------------------------------------------------------------- */
/*  Icons
/* ---------------------------------------------------------------------- */
.fa-round {
    border        : 0.1em solid #EEEEEE;
    border-radius : 100%;
    padding       : 0.2em 0.25em 0.15em;
}

.the-icons {
    list-style : none;
    margin     : 20px 0;
    padding    : 0;
}

.the-icons .fa-hover {
    display      : block;
    height       : 32px;
    line-height  : 32px;
    padding-left : 10px;
    color        : #8B91A0;
    cursor       : pointer;
}

.no-touch .the-icons .fa-hover {
    -moz-transition    : font-size, 0.2s, ease 0s;
    -o-transition      : font-size, 0.2s, ease 0s;
    -webkit-transition : font-size, 0.2s, ease 0s;
    transition         : font-size, 0.2s, ease 0s;
}

.no-touch .the-icons .fa-hover:hover {
    font-size : 20px;
}

.no-touch .the-icons .fa-hover:hover .fa, .no-touch .the-icons .fa-hover:hover [class*="ti-"] {
    font-size : 20px;
}

.the-icons .fa-hover .fa, .the-icons .fa-hover [class*="ti-"] {
    display      : inline-block;
    font-size    : 14px;
    margin-right : 10px;
    text-align   : right;
    width        : 32px;
    color        : #58748B;
}

.big-icon {
    font-size : 100px;
}

.icon-thumbnail {
    background     : #21252D;
    color          : #FFFFFF;
    display        : inline-block;
    font-family    : "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size      : 16px;
    font-weight    : bold;
    height         : 30px;
    line-height    : 30px;
    position       : relative;
    text-align     : center;
    vertical-align : middle;
    width          : 30px;
    border-radius  : 5px;
}

.icon-thumbnail > i {
    font-size : 14px;
}

.active .icon-thumbnail {
    background : red;
}

#theme .thumbnail img {
    max-height : 220px;
    height     : 220px;
}

.lettericon {
    display    : inline-block;
    min-height : 30px;
    min-width  : 30px;
}

.letter-icon-wrapper {
    height             : 40px;
    width              : 40px;
    background-color   : #B2B7BB;
    color              : #FFFFFF;
    white-space        : nowrap;
    text-align         : center;
    margin             : 0;
    font-size          : 21px;
    display            : inline-block;
    -moz-transition    : all 0.5s;
    -o-transition      : all 0.5s;
    -webkit-transition : all 0.5s;
    transition         : all 0.5s;
}

.letter-icon-wrapper > span, .letter-icon-wrapper > i {
    line-height : 40px;
}

.letter-icon-wrapper > i {
    font-size : 19px;
}

.letter-icon-wrapper.size-lg {
    height    : 50px;
    width     : 50px;
    font-size : 27px;
}

.letter-icon-wrapper.size-lg > span, .letter-icon-wrapper.size-lg > i {
    line-height : 50px;
}

.letter-icon-wrapper.size-lg > i {
    font-size : 25px;
}

.letter-icon-wrapper.size-sm {
    height    : 30px;
    width     : 30px;
    font-size : 14px;
}

.letter-icon-wrapper.size-sm > span, .letter-icon-wrapper.size-sm > i {
    line-height : 30px;
}

.letter-icon-wrapper.size-sm > i {
    font-size : 12px;
}

.letter-icon-wrapper.box-circle {
    border-radius : 50%;
}

.letter-icon-wrapper.box-round {
    border-radius : 10%;
}

.letter-icon-wrapper.border {
    border      : 5px solid #FFFFFF;
    line-height : 30px;
}

.letter-icon-wrapper.border.size-lg {
    line-height : 40px;
}

.letter-icon-wrapper.border.size-sm {
    line-height : 20px;
}

.letter-icon-wrapper .letter-icon, .letter-icon-wrapper i {
    display        : inline-block;
    vertical-align : middle;
}

.letter-icon-wrapper.letter-color-a {
    background-color : #5A8770 !important;
}

.letter-icon-wrapper.letter-color-a.hover {
    background-color : #466857 !important;
}

.letter-icon-wrapper.letter-color-b {
    background-color : #C0392B !important;
}

.letter-icon-wrapper.letter-color-b.hover {
    background-color : #962D22 !important;
}

.letter-icon-wrapper.letter-color-c {
    background-color : #6FA9AB !important;
}

.letter-icon-wrapper.letter-color-c.hover {
    background-color : #559092 !important;
}

.letter-icon-wrapper.letter-color-d {
    background-color : #F5AF29 !important;
}

.letter-icon-wrapper.letter-color-d.hover {
    background-color : #E1970A !important;
}

.letter-icon-wrapper.letter-color-e {
    background-color : #0088B9 !important;
}

.letter-icon-wrapper.letter-color-e.hover {
    background-color : #006386 !important;
}

.letter-icon-wrapper.letter-color-f {
    background-color : #F18636 !important;
}

.letter-icon-wrapper.letter-color-f.hover {
    background-color : #E46B10 !important;
}

.letter-icon-wrapper.letter-color-g {
    background-color : #D35400 !important;
}

.letter-icon-wrapper.letter-color-g.hover {
    background-color : #A04000 !important;
}

.letter-icon-wrapper.letter-color-h {
    background-color : #A6B12E !important;
}

.letter-icon-wrapper.letter-color-h.hover {
    background-color : #808923 !important;
}

.letter-icon-wrapper.letter-color-i {
    background-color : #9B59B6 !important;
}

.letter-icon-wrapper.letter-color-i.hover {
    background-color : #804399 !important;
}

.letter-icon-wrapper.letter-color-j {
    background-color : #F5888D !important;
}

.letter-icon-wrapper.letter-color-j.hover {
    background-color : #F15960 !important;
}

.letter-icon-wrapper.letter-color-k {
    background-color : #B49255 !important;
}

.letter-icon-wrapper.letter-color-k.hover {
    background-color : #947742 !important;
}

.letter-icon-wrapper.letter-color-l {
    background-color : #407887 !important;
}

.letter-icon-wrapper.letter-color-l.hover {
    background-color : #305964 !important;
}

.letter-icon-wrapper.letter-color-m {
    background-color : #7F8C8D !important;
}

.letter-icon-wrapper.letter-color-m.hover {
    background-color : #667273 !important;
}

.letter-icon-wrapper.letter-color-n {
    background-color : #1ABC9C !important;
}

.letter-icon-wrapper.letter-color-n.hover {
    background-color : #148F77 !important;
}

.letter-icon-wrapper.letter-color-o {
    background-color : #BE5464 !important;
}

.letter-icon-wrapper.letter-color-o.hover {
    background-color : #A23D4D !important;
}

.letter-icon-wrapper.letter-color-p {
    background-color : #3DC34B !important;
}

.letter-icon-wrapper.letter-color-p.hover {
    background-color : #309D3C !important;
}

.letter-icon-wrapper.letter-color-q {
    background-color : #64471E !important;
}

.letter-icon-wrapper.letter-color-q.hover {
    background-color : #3D2B12 !important;
}

.letter-icon-wrapper.letter-color-r {
    background-color : #2D59D7 !important;
}

.letter-icon-wrapper.letter-color-r.hover {
    background-color : #2146B0 !important;
}

.letter-icon-wrapper.letter-color-s {
    background-color : #616F51 !important;
}

.letter-icon-wrapper.letter-color-s.hover {
    background-color : #47523B !important;
}

.letter-icon-wrapper.letter-color-t {
    background-color : #4DA7CE !important;
}

.letter-icon-wrapper.letter-color-t.hover {
    background-color : #328EB6 !important;
}

.letter-icon-wrapper.letter-color-u {
    background-color : #AFAF50 !important;
}

.letter-icon-wrapper.letter-color-u.hover {
    background-color : #8C8C40 !important;
}

.letter-icon-wrapper.letter-color-v {
    background-color : #008C69 !important;
}

.letter-icon-wrapper.letter-color-v.hover {
    background-color : #005943 !important;
}

.letter-icon-wrapper.letter-color-w {
    background-color : #947499 !important;
}

.letter-icon-wrapper.letter-color-w.hover {
    background-color : #795C7E !important;
}

.letter-icon-wrapper.letter-color-x {
    background-color : #328E93 !important;
}

.letter-icon-wrapper.letter-color-x.hover {
    background-color : #25696D !important;
}

.letter-icon-wrapper.letter-color-y {
    background-color : #EAB71C !important;
}

.letter-icon-wrapper.letter-color-y.hover {
    background-color : #C19612 !important;
}

.letter-icon-wrapper.letter-color-z {
    background-color : #407887 !important;
}

.letter-icon-wrapper.letter-color-z.hover {
    background-color : #305964 !important;
}

.letter-icon-wrapper.letter-color-0 {
    background-color : #92B74A !important;
}

.letter-icon-wrapper.letter-color-0.hover {
    background-color : #75933B !important;
}

.letter-icon-wrapper.letter-color-1 {
    background-color : #51A8B9 !important;
}

.letter-icon-wrapper.letter-color-1.hover {
    background-color : #3E8A99 !important;
}

.letter-icon-wrapper.letter-color-2 {
    background-color : #E4BD02 !important;
}

.letter-icon-wrapper.letter-color-2.hover {
    background-color : #B19302 !important;
}

.letter-icon-wrapper.letter-color-3 {
    background-color : #ED726D !important;
}

.letter-icon-wrapper.letter-color-3.hover {
    background-color : #E74640 !important;
}

.letter-icon-wrapper.letter-color-4 {
    background-color : #3E7B02 !important;
}

.letter-icon-wrapper.letter-color-4.hover {
    background-color : #254901 !important;
}

.letter-icon-wrapper.letter-color-5 {
    background-color : #EE3E02 !important;
}

.letter-icon-wrapper.letter-color-5.hover {
    background-color : #BB3102 !important;
}

.letter-icon-wrapper.letter-color-6 {
    background-color : #976ECA !important;
}

.letter-icon-wrapper.letter-color-6.hover {
    background-color : #25696D !important;
}

.letter-icon-wrapper.letter-color-7 {
    background-color : #E27C4B !important;
}

.letter-icon-wrapper.letter-color-7.hover {
    background-color : #D75D23 !important;
}

.letter-icon-wrapper.letter-color-8 {
    background-color : #754634 !important;
}

.letter-icon-wrapper.letter-color-8.hover {
    background-color : #523124 !important;
}

.letter-icon-wrapper.letter-color-9 {
    background-color : #667268 !important;
}

.letter-icon-wrapper.letter-color-9.hover {
    background-color : #4E574F !important;
}

.letter-icon-wrapper.letter-custom {
    background-color : #EC971F;
}

.letter-icon-wrapper.letter-custom-hover {
    background-color : #B5A8C9;
}

.letter-icon-wrapper.letter-custom-hover:hover {
    background-color : #B29248;
}

/* ---------------------------------------------------------------------- */
/*  Buttons
/* ---------------------------------------------------------------------- */
.btn {
    transition        : all 0.3s ease 0s !important;
    background-image  : none !important;
    box-shadow        : none !important;
    outline           : none !important;
    position          : relative;
    border-radius     : 2px;
    -webkit-transform : translateZ(0);
}

.btn:after {
    content    : "";
    position   : absolute;
    transition : all 0.3s ease 0s;
    z-index    : -1;
}

.btn-wide {
    min-width : 120px;
}

.btn-rzdurum {
    width : 100px;
}

.ladda-button {
    z-index : 1051;
}

.ladda-button[data-style="contract"][data-loading] {
    border-radius : 50%;
    min-width     : 38px !important;
    overflow      : hidden;
    width         : 38px !important;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    box-shadow : none;
}

.btn-default {
    background-color : #FFFFFF;
    border-color     : #C8C7CC;
    color            : #8E8E93;
}

.btn-default:hover {
    background-color : #FFFFFF;
    border-color     : #BBBAC0;
    color            : #8E8E93;
}

.btn-default:active, .btn-default.active, .btn-default.active:focus, .btn-default:active:focus, .btn-default:active:hover {
    background-color : #F8F8F8;
    border-color     : #D5D4D8;
    color            : #5B5B60;
}

.btn-default:focus {
    background-color : #FFFFFF;
    border-color     : #BBBAC0;
    color            : #5B5B60;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color : #FFFFFF;
    border-color     : #E2E2E4;
    color            : #CFCFD1;
}

.btn-default.btn-o {
    border : 1px solid #C8C7CC;
    color  : #8E8E93;
}

.btn-default.btn-o .caret {
    border-top-color : #8E8E93;
}

.btn-default.btn-o:hover {
    color        : #FFFFFF;
    border-color : #8E8E93;
    background   : #8E8E93 !important;
}

.btn-default.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-default.btn-o:active, .btn-default.btn-o.active, .btn-default.btn-o.active:focus, .btn-default.btn-o:active:focus, .btn-default.btn-o:active:hover {
    background-color : #818187 !important;
    border-color     : #818187 !important;
    color            : #FFFFFF !important;
}

.btn-default.btn-o:active .caret, .btn-default.btn-o.active .caret, .btn-default.btn-o.active:focus .caret, .btn-default.btn-o:active:focus .caret, .btn-default.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-default.btn-o:focus {
    background-color : #B5B5B8;
    border-color     : #B5B5B8;
    color            : #FFFFFF;
}

.btn-default.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-default.btn-o.disabled:hover, .btn-default.btn-o.disabled:focus, .btn-default.btn-o.disabled:active, .btn-default.btn-o.disabled.active, .btn-default.btn-o[disabled], .btn-default.btn-o[disabled]:hover, .btn-default.btn-o[disabled]:focus, .btn-default.btn-o[disabled]:active, .btn-default.btn-o[disabled].active, fieldset[disabled] .btn-default.btn-o:hover, fieldset[disabled] .btn-default.btn-o:focus, fieldset[disabled] .btn-default.btn-o:active, fieldset[disabled] .btn-default.btn-o.active {
    border-color : #C2C2C5;
    color        : #C2C2C5;
}

.btn-default .caret {
    border-top-color : #8E8E93;
}

.dropup .btn-default .caret {
    border-bottom : 4px solid #8E8E93;
}

.btn-primary {
    background-color : #58748B;
    border-color     : #58748B;
    color            : #FFFFFF;
}

.open .btn-primary.dropdown-toggle {
    background-color : #819AAF;
    border-color     : #819AAF;
}

.btn-primary:hover {
    background-color : #718EA5 !important;
    border-color     : #718EA5;
    color            : #FFFFFF;
}

.btn-primary:active, .btn-primary.active, .btn-primary.active:focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.dropdown-toggle:active:hover {
    background-color : #4E677B !important;
    border-color     : #4E677B;
}

.btn-primary:focus {
    background-color : #819AAF;
    border-color     : #819AAF;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color : #90A6B9;
    border-color     : #90A6B9;
    color            : #FFFFFF;
}

.btn-primary.btn-o {
    border : 1px solid #58748B;
    color  : #58748B;
}

.btn-primary.btn-o .caret {
    border-top-color : #58748B;
}

.btn-primary.btn-o:hover {
    color        : #FFFFFF;
    border-color : #58748B;
    background   : #58748B !important;
}

.btn-primary.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-primary.btn-o:active, .btn-primary.btn-o.active, .btn-primary.btn-o.active:focus, .btn-primary.btn-o:active:focus, .btn-primary.btn-o:active:hover {
    background-color : #4E677B !important;
    border-color     : #4E677B !important;
    color            : #FFFFFF !important;
}

.btn-primary.btn-o:active .caret, .btn-primary.btn-o.active .caret, .btn-primary.btn-o.active:focus .caret, .btn-primary.btn-o:active:focus .caret, .btn-primary.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-primary.btn-o:focus {
    background-color : #819AAF;
    border-color     : #819AAF;
    color            : #FFFFFF;
}

.btn-primary.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-primary.btn-o.disabled:hover, .btn-primary.btn-o.disabled:focus, .btn-primary.btn-o.disabled:active, .btn-primary.btn-o.disabled.active, .btn-primary.btn-o[disabled], .btn-primary.btn-o[disabled]:hover, .btn-primary.btn-o[disabled]:focus, .btn-primary.btn-o[disabled]:active, .btn-primary.btn-o[disabled].active, fieldset[disabled] .btn-primary.btn-o:hover, fieldset[disabled] .btn-primary.btn-o:focus, fieldset[disabled] .btn-primary.btn-o:active, fieldset[disabled] .btn-primary.btn-o.active {
    border-color : #90A6B9;
    color        : #90A6B9;
}

.btn-primary .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-primary .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-success {
    background-color : #5CB85C;
    border-color     : #5CB85C;
    color            : #FFFFFF;
}

.open .btn-success.dropdown-toggle {
    background-color : #91CF91;
    border-color     : #91CF91;
}

.btn-success:hover {
    background-color : #80C780 !important;
    border-color     : #80C780;
    color            : #FFFFFF;
}

.btn-success:active, .btn-success.active, .btn-success.active:focus, .btn-success:active:focus, .btn-success:active:hover, .btn-success.dropdown-toggle:active:hover {
    background-color : #4CAE4C !important;
    border-color     : #4CAE4C;
}

.btn-success:focus {
    background-color : #91CF91;
    border-color     : #91CF91;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color : #A3D7A3;
    border-color     : #A3D7A3;
    color            : #FFFFFF;
}

.btn-success.btn-o {
    border : 1px solid #5CB85C;
    color  : #5CB85C;
}

.btn-success.btn-o .caret {
    border-top-color : #5CB85C;
}

.btn-success.btn-o:hover {
    color        : #FFFFFF;
    border-color : #5CB85C;
    background   : #5CB85C !important;
}

.btn-success.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-success.btn-o:active, .btn-success.btn-o.active, .btn-success.btn-o.active:focus, .btn-success.btn-o:active:focus, .btn-success.btn-o:active:hover {
    background-color : #4CAE4C !important;
    border-color     : #4CAE4C !important;
    color            : #FFFFFF !important;
}

.btn-success.btn-o:active .caret, .btn-success.btn-o.active .caret, .btn-success.btn-o.active:focus .caret, .btn-success.btn-o:active:focus .caret, .btn-success.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-success.btn-o:focus {
    background-color : #91CF91;
    border-color     : #91CF91;
    color            : #FFFFFF;
}

.btn-success.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-success.btn-o.disabled:hover, .btn-success.btn-o.disabled:focus, .btn-success.btn-o.disabled:active, .btn-success.btn-o.disabled.active, .btn-success.btn-o[disabled], .btn-success.btn-o[disabled]:hover, .btn-success.btn-o[disabled]:focus, .btn-success.btn-o[disabled]:active, .btn-success.btn-o[disabled].active, fieldset[disabled] .btn-success.btn-o:hover, fieldset[disabled] .btn-success.btn-o:focus, fieldset[disabled] .btn-success.btn-o:active, fieldset[disabled] .btn-success.btn-o.active {
    border-color : #A3D7A3;
    color        : #A3D7A3;
}

.btn-success .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-success .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-info {
    background-color : #46B8DA;
    border-color     : #46B8DA;
    color            : #FFFFFF;
}

.open .btn-info.dropdown-toggle {
    background-color : #86D0E7;
    border-color     : #86D0E7;
}

.btn-info:hover {
    background-color : #71C8E2 !important;
    border-color     : #71C8E2;
    color            : #FFFFFF;
}

.btn-info:active, .btn-info.active, .btn-info.active:focus, .btn-info:active:focus, .btn-info:active:hover, .btn-info.dropdown-toggle:active:hover {
    background-color : #31B0D6 !important;
    border-color     : #31B0D6;
}

.btn-info:focus {
    background-color : #86D0E7;
    border-color     : #86D0E7;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color : #9BD9EB;
    border-color     : #9BD9EB;
    color            : #FFFFFF;
}

.btn-info.btn-o {
    border : 1px solid #46B8DA;
    color  : #46B8DA;
}

.btn-info.btn-o .caret {
    border-top-color : #46B8DA;
}

.btn-info.btn-o:hover {
    color        : #FFFFFF;
    border-color : #46B8DA;
    background   : #46B8DA !important;
}

.btn-info.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-info.btn-o:active, .btn-info.btn-o.active, .btn-info.btn-o.active:focus, .btn-info.btn-o:active:focus, .btn-info.btn-o:active:hover {
    background-color : #31B0D6 !important;
    border-color     : #31B0D6 !important;
    color            : #FFFFFF !important;
}

.btn-info.btn-o:active .caret, .btn-info.btn-o.active .caret, .btn-info.btn-o.active:focus .caret, .btn-info.btn-o:active:focus .caret, .btn-info.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-info.btn-o:focus {
    background-color : #86D0E7;
    border-color     : #86D0E7;
    color            : #FFFFFF;
}

.btn-info.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-info.btn-o.disabled:hover, .btn-info.btn-o.disabled:focus, .btn-info.btn-o.disabled:active, .btn-info.btn-o.disabled.active, .btn-info.btn-o[disabled], .btn-info.btn-o[disabled]:hover, .btn-info.btn-o[disabled]:focus, .btn-info.btn-o[disabled]:active, .btn-info.btn-o[disabled].active, fieldset[disabled] .btn-info.btn-o:hover, fieldset[disabled] .btn-info.btn-o:focus, fieldset[disabled] .btn-info.btn-o:active, fieldset[disabled] .btn-info.btn-o.active {
    border-color : #9BD9EB;
    color        : #9BD9EB;
}

.btn-info .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-info .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-warning {
    background-color : #EEA236;
    border-color     : #EEA236;
    color            : #FFFFFF;
}

.open .btn-warning.dropdown-toggle {
    background-color : #F4C37D;
    border-color     : #F4C37D;
}

.btn-warning:hover {
    background-color : #F2B865 !important;
    border-color     : #F2B865;
    color            : #FFFFFF;
}

.btn-warning:active, .btn-warning.active, .btn-warning.active:focus, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.dropdown-toggle:active:hover {
    background-color : #EC971E !important;
    border-color     : #EC971E;
}

.btn-warning:focus {
    background-color : #F4C37D;
    border-color     : #F4C37D;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color : #F6CE94;
    border-color     : #F6CE94;
    color            : #FFFFFF;
}

.btn-warning.btn-o {
    border : 1px solid #EEA236;
    color  : #EEA236;
}

.btn-warning.btn-o .caret {
    border-top-color : #EEA236;
}

.btn-warning.btn-o:hover {
    color        : #FFFFFF;
    border-color : #EEA236;
    background   : #EEA236 !important;
}

.btn-warning.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-warning.btn-o:active, .btn-warning.btn-o.active, .btn-warning.btn-o.active:focus, .btn-warning.btn-o:active:focus, .btn-warning.btn-o:active:hover {
    background-color : #EC971E !important;
    border-color     : #EC971E !important;
    color            : #FFFFFF !important;
}

.btn-warning.btn-o:active .caret, .btn-warning.btn-o.active .caret, .btn-warning.btn-o.active:focus .caret, .btn-warning.btn-o:active:focus .caret, .btn-warning.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-warning.btn-o:focus {
    background-color : #F4C37D;
    border-color     : #F4C37D;
    color            : #FFFFFF;
}

.btn-warning.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-warning.btn-o.disabled:hover, .btn-warning.btn-o.disabled:focus, .btn-warning.btn-o.disabled:active, .btn-warning.btn-o.disabled.active, .btn-warning.btn-o[disabled], .btn-warning.btn-o[disabled]:hover, .btn-warning.btn-o[disabled]:focus, .btn-warning.btn-o[disabled]:active, .btn-warning.btn-o[disabled].active, fieldset[disabled] .btn-warning.btn-o:hover, fieldset[disabled] .btn-warning.btn-o:focus, fieldset[disabled] .btn-warning.btn-o:active, fieldset[disabled] .btn-warning.btn-o.active {
    border-color : #F6CE94;
    color        : #F6CE94;
}

.btn-warning .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-warning .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-danger {
    background-color : #D43F3A;
    border-color     : #D43F3A;
    color            : #FFFFFF;
}

.open .btn-danger.dropdown-toggle {
    background-color : #E27C79;
    border-color     : #E27C79;
}

.btn-danger:hover {
    background-color : #DD6864 !important;
    border-color     : #DD6864;
    color            : #FFFFFF;
}

.btn-danger:active, .btn-danger.active, .btn-danger.active:focus, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.dropdown-toggle:active:hover {
    background-color : #C9312C !important;
    border-color     : #C9312C;
}

.btn-danger:focus {
    background-color : #E27C79;
    border-color     : #E27C79;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color : #E6918E;
    border-color     : #E6918E;
    color            : #FFFFFF;
}

.btn-danger.btn-o {
    border : 1px solid #D43F3A;
    color  : #D43F3A;
}

.btn-danger.btn-o .caret {
    border-top-color : #D43F3A;
}

.btn-danger.btn-o:hover {
    color        : #FFFFFF;
    border-color : #D43F3A;
    background   : #D43F3A !important;
}

.btn-danger.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-danger.btn-o:active, .btn-danger.btn-o.active, .btn-danger.btn-o.active:focus, .btn-danger.btn-o:active:focus, .btn-danger.btn-o:active:hover {
    background-color : #C9312C !important;
    border-color     : #C9312C !important;
    color            : #FFFFFF !important;
}

.btn-danger.btn-o:active .caret, .btn-danger.btn-o.active .caret, .btn-danger.btn-o.active:focus .caret, .btn-danger.btn-o:active:focus .caret, .btn-danger.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-danger.btn-o:focus {
    background-color : #E27C79;
    border-color     : #E27C79;
    color            : #FFFFFF;
}

.btn-danger.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-danger.btn-o.disabled:hover, .btn-danger.btn-o.disabled:focus, .btn-danger.btn-o.disabled:active, .btn-danger.btn-o.disabled.active, .btn-danger.btn-o[disabled], .btn-danger.btn-o[disabled]:hover, .btn-danger.btn-o[disabled]:focus, .btn-danger.btn-o[disabled]:active, .btn-danger.btn-o[disabled].active, fieldset[disabled] .btn-danger.btn-o:hover, fieldset[disabled] .btn-danger.btn-o:focus, fieldset[disabled] .btn-danger.btn-o:active, fieldset[disabled] .btn-danger.btn-o.active {
    border-color : #E6918E;
    color        : #E6918E;
}

.btn-danger .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-danger .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-azure {
    background-color : #5B9BD1;
    border-color     : #5B9BD1;
    color            : #FFFFFF;
}

.open .btn-azure.dropdown-toggle {
    background-color : #97BFE2;
    border-color     : #97BFE2;
}

.btn-azure:hover {
    background-color : #83B3DC !important;
    border-color     : #83B3DC;
    color            : #FFFFFF;
}

.btn-azure:active, .btn-azure.active, .btn-azure.active:focus, .btn-azure:active:focus, .btn-azure:active:hover, .btn-azure.dropdown-toggle:active:hover {
    background-color : #478FCB !important;
    border-color     : #478FCB;
}

.btn-azure:focus {
    background-color : #97BFE2;
    border-color     : #97BFE2;
    color            : #FFFFFF;
}

.btn-azure.disabled:hover, .btn-azure.disabled:focus, .btn-azure.disabled:active, .btn-azure.disabled.active, .btn-azure[disabled], .btn-azure[disabled]:hover, .btn-azure[disabled]:focus, .btn-azure[disabled]:active, .btn-azure[disabled].active, fieldset[disabled] .btn-azure:hover, fieldset[disabled] .btn-azure:focus, fieldset[disabled] .btn-azure:active, fieldset[disabled] .btn-azure.active {
    background-color : #ABCCE7;
    border-color     : #ABCCE7;
    color            : #FFFFFF;
}

.btn-azure.btn-o {
    border : 1px solid #5B9BD1;
    color  : #5B9BD1;
}

.btn-azure.btn-o .caret {
    border-top-color : #5B9BD1;
}

.btn-azure.btn-o:hover {
    color        : #FFFFFF;
    border-color : #5B9BD1;
    background   : #5B9BD1 !important;
}

.btn-azure.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-azure.btn-o:active, .btn-azure.btn-o.active, .btn-azure.btn-o.active:focus, .btn-azure.btn-o:active:focus, .btn-azure.btn-o:active:hover {
    background-color : #478FCB !important;
    border-color     : #478FCB !important;
    color            : #FFFFFF !important;
}

.btn-azure.btn-o:active .caret, .btn-azure.btn-o.active .caret, .btn-azure.btn-o.active:focus .caret, .btn-azure.btn-o:active:focus .caret, .btn-azure.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-azure.btn-o:focus {
    background-color : #97BFE2;
    border-color     : #97BFE2;
    color            : #FFFFFF;
}

.btn-azure.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-azure.btn-o.disabled:hover, .btn-azure.btn-o.disabled:focus, .btn-azure.btn-o.disabled:active, .btn-azure.btn-o.disabled.active, .btn-azure.btn-o[disabled], .btn-azure.btn-o[disabled]:hover, .btn-azure.btn-o[disabled]:focus, .btn-azure.btn-o[disabled]:active, .btn-azure.btn-o[disabled].active, fieldset[disabled] .btn-azure.btn-o:hover, fieldset[disabled] .btn-azure.btn-o:focus, fieldset[disabled] .btn-azure.btn-o:active, fieldset[disabled] .btn-azure.btn-o.active {
    border-color : #ABCCE7;
    color        : #ABCCE7;
}

.btn-azure .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-azure .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-light-azure {
    background-color : #6FA7D7;
    border-color     : #6FA7D7;
    color            : #FFFFFF;
}

.open .btn-light-azure.dropdown-toggle {
    background-color : #ABCCE7;
    border-color     : #ABCCE7;
}

.btn-light-azure:hover {
    background-color : #97BFE2 !important;
    border-color     : #97BFE2;
    color            : #FFFFFF;
}

.btn-light-azure:active, .btn-light-azure.active, .btn-light-azure.active:focus, .btn-light-azure:active:focus, .btn-light-azure:active:hover, .btn-light-azure.dropdown-toggle:active:hover {
    background-color : #5B9BD1 !important;
    border-color     : #5B9BD1;
}

.btn-light-azure:focus {
    background-color : #ABCCE7;
    border-color     : #ABCCE7;
    color            : #FFFFFF;
}

.btn-light-azure.disabled:hover, .btn-light-azure.disabled:focus, .btn-light-azure.disabled:active, .btn-light-azure.disabled.active, .btn-light-azure[disabled], .btn-light-azure[disabled]:hover, .btn-light-azure[disabled]:focus, .btn-light-azure[disabled]:active, .btn-light-azure[disabled].active, fieldset[disabled] .btn-light-azure:hover, fieldset[disabled] .btn-light-azure:focus, fieldset[disabled] .btn-light-azure:active, fieldset[disabled] .btn-light-azure.active {
    background-color : #BFD8ED;
    border-color     : #BFD8ED;
    color            : #FFFFFF;
}

.btn-light-azure.btn-o {
    border : 1px solid #6FA7D7;
    color  : #6FA7D7;
}

.btn-light-azure.btn-o .caret {
    border-top-color : #6FA7D7;
}

.btn-light-azure.btn-o:hover {
    color        : #FFFFFF;
    border-color : #6FA7D7;
    background   : #6FA7D7 !important;
}

.btn-light-azure.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-azure.btn-o:active, .btn-light-azure.btn-o.active, .btn-light-azure.btn-o.active:focus, .btn-light-azure.btn-o:active:focus, .btn-light-azure.btn-o:active:hover {
    background-color : #5B9BD1 !important;
    border-color     : #5B9BD1 !important;
    color            : #FFFFFF !important;
}

.btn-light-azure.btn-o:active .caret, .btn-light-azure.btn-o.active .caret, .btn-light-azure.btn-o.active:focus .caret, .btn-light-azure.btn-o:active:focus .caret, .btn-light-azure.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-azure.btn-o:focus {
    background-color : #ABCCE7;
    border-color     : #ABCCE7;
    color            : #FFFFFF;
}

.btn-light-azure.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-light-azure.btn-o.disabled:hover, .btn-light-azure.btn-o.disabled:focus, .btn-light-azure.btn-o.disabled:active, .btn-light-azure.btn-o.disabled.active, .btn-light-azure.btn-o[disabled], .btn-light-azure.btn-o[disabled]:hover, .btn-light-azure.btn-o[disabled]:focus, .btn-light-azure.btn-o[disabled]:active, .btn-light-azure.btn-o[disabled].active, fieldset[disabled] .btn-light-azure.btn-o:hover, fieldset[disabled] .btn-light-azure.btn-o:focus, fieldset[disabled] .btn-light-azure.btn-o:active, fieldset[disabled] .btn-light-azure.btn-o.active {
    border-color : #BFD8ED;
    color        : #BFD8ED;
}

.btn-light-azure .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-light-azure .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-dark-azure {
    background-color : #3782C2;
    border-color     : #3782C2;
    color            : #FFFFFF;
}

.open .btn-dark-azure.dropdown-toggle {
    background-color : #6FA7D7;
    border-color     : #6FA7D7;
}

.btn-dark-azure:hover {
    background-color : #5B9BD1 !important;
    border-color     : #5B9BD1;
    color            : #FFFFFF;
}

.btn-dark-azure:active, .btn-dark-azure.active, .btn-dark-azure.active:focus, .btn-dark-azure:active:focus, .btn-dark-azure:active:hover, .btn-dark-azure.dropdown-toggle:active:hover {
    background-color : #3175AF !important;
    border-color     : #3175AF;
}

.btn-dark-azure:focus {
    background-color : #6FA7D7;
    border-color     : #6FA7D7;
    color            : #FFFFFF;
}

.btn-dark-azure.disabled:hover, .btn-dark-azure.disabled:focus, .btn-dark-azure.disabled:active, .btn-dark-azure.disabled.active, .btn-dark-azure[disabled], .btn-dark-azure[disabled]:hover, .btn-dark-azure[disabled]:focus, .btn-dark-azure[disabled]:active, .btn-dark-azure[disabled].active, fieldset[disabled] .btn-dark-azure:hover, fieldset[disabled] .btn-dark-azure:focus, fieldset[disabled] .btn-dark-azure:active, fieldset[disabled] .btn-dark-azure.active {
    background-color : #83B3DC;
    border-color     : #83B3DC;
    color            : #FFFFFF;
}

.btn-dark-azure.btn-o {
    border : 1px solid #3782C2;
    color  : #3782C2;
}

.btn-dark-azure.btn-o .caret {
    border-top-color : #3782C2;
}

.btn-dark-azure.btn-o:hover {
    color        : #FFFFFF;
    border-color : #3782C2;
    background   : #3782C2 !important;
}

.btn-dark-azure.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-azure.btn-o:active, .btn-dark-azure.btn-o.active, .btn-dark-azure.btn-o.active:focus, .btn-dark-azure.btn-o:active:focus, .btn-dark-azure.btn-o:active:hover {
    background-color : #3175AF !important;
    border-color     : #3175AF !important;
    color            : #FFFFFF !important;
}

.btn-dark-azure.btn-o:active .caret, .btn-dark-azure.btn-o.active .caret, .btn-dark-azure.btn-o.active:focus .caret, .btn-dark-azure.btn-o:active:focus .caret, .btn-dark-azure.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-azure.btn-o:focus {
    background-color : #6FA7D7;
    border-color     : #6FA7D7;
    color            : #FFFFFF;
}

.btn-dark-azure.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-azure.btn-o.disabled:hover, .btn-dark-azure.btn-o.disabled:focus, .btn-dark-azure.btn-o.disabled:active, .btn-dark-azure.btn-o.disabled.active, .btn-dark-azure.btn-o[disabled], .btn-dark-azure.btn-o[disabled]:hover, .btn-dark-azure.btn-o[disabled]:focus, .btn-dark-azure.btn-o[disabled]:active, .btn-dark-azure.btn-o[disabled].active, fieldset[disabled] .btn-dark-azure.btn-o:hover, fieldset[disabled] .btn-dark-azure.btn-o:focus, fieldset[disabled] .btn-dark-azure.btn-o:active, fieldset[disabled] .btn-dark-azure.btn-o.active {
    border-color : #83B3DC;
    color        : #83B3DC;
}

.btn-dark-azure .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-dark-azure .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-blue {
    background-color : #407887;
    border-color     : #407887;
    color            : #FFFFFF;
}

.open .btn-blue.dropdown-toggle {
    background-color : #60A2B4;
    border-color     : #60A2B4;
}

.btn-blue:hover {
    background-color : #5097AA !important;
    border-color     : #5097AA;
    color            : #FFFFFF;
}

.btn-blue:active, .btn-blue.active, .btn-blue.active:focus, .btn-blue:active:focus, .btn-blue:active:hover, .btn-blue.dropdown-toggle:active:hover {
    background-color : #386976 !important;
    border-color     : #386976;
}

.btn-blue:focus {
    background-color : #60A2B4;
    border-color     : #60A2B4;
    color            : #FFFFFF;
}

.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled], .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
    background-color : #71ACBC;
    border-color     : #71ACBC;
    color            : #FFFFFF;
}

.btn-blue.btn-o {
    border : 1px solid #407887;
    color  : #407887;
}

.btn-blue.btn-o .caret {
    border-top-color : #407887;
}

.btn-blue.btn-o:hover {
    color        : #FFFFFF;
    border-color : #407887;
    background   : #407887 !important;
}

.btn-blue.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-blue.btn-o:active, .btn-blue.btn-o.active, .btn-blue.btn-o.active:focus, .btn-blue.btn-o:active:focus, .btn-blue.btn-o:active:hover {
    background-color : #386976 !important;
    border-color     : #386976 !important;
    color            : #FFFFFF !important;
}

.btn-blue.btn-o:active .caret, .btn-blue.btn-o.active .caret, .btn-blue.btn-o.active:focus .caret, .btn-blue.btn-o:active:focus .caret, .btn-blue.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-blue.btn-o:focus {
    background-color : #60A2B4;
    border-color     : #60A2B4;
    color            : #FFFFFF;
}

.btn-blue.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-blue.btn-o.disabled:hover, .btn-blue.btn-o.disabled:focus, .btn-blue.btn-o.disabled:active, .btn-blue.btn-o.disabled.active, .btn-blue.btn-o[disabled], .btn-blue.btn-o[disabled]:hover, .btn-blue.btn-o[disabled]:focus, .btn-blue.btn-o[disabled]:active, .btn-blue.btn-o[disabled].active, fieldset[disabled] .btn-blue.btn-o:hover, fieldset[disabled] .btn-blue.btn-o:focus, fieldset[disabled] .btn-blue.btn-o:active, fieldset[disabled] .btn-blue.btn-o.active {
    border-color : #71ACBC;
    color        : #71ACBC;
}

.btn-blue .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-blue .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-light-blue {
    background-color : #5097AA;
    border-color     : #5097AA;
    color            : #FFFFFF;
}

.open .btn-light-blue.dropdown-toggle {
    background-color : #83B6C4;
    border-color     : #83B6C4;
}

.btn-light-blue:hover {
    background-color : #71ACBC !important;
    border-color     : #71ACBC;
    color            : #FFFFFF;
}

.btn-light-blue:active, .btn-light-blue.active, .btn-light-blue.active:focus, .btn-light-blue:active:focus, .btn-light-blue:active:hover, .btn-light-blue.dropdown-toggle:active:hover {
    background-color : #488798 !important;
    border-color     : #488798;
}

.btn-light-blue:focus {
    background-color : #83B6C4;
    border-color     : #83B6C4;
    color            : #FFFFFF;
}

.btn-light-blue.disabled:hover, .btn-light-blue.disabled:focus, .btn-light-blue.disabled:active, .btn-light-blue.disabled.active, .btn-light-blue[disabled], .btn-light-blue[disabled]:hover, .btn-light-blue[disabled]:focus, .btn-light-blue[disabled]:active, .btn-light-blue[disabled].active, fieldset[disabled] .btn-light-blue:hover, fieldset[disabled] .btn-light-blue:focus, fieldset[disabled] .btn-light-blue:active, fieldset[disabled] .btn-light-blue.active {
    background-color : #94C0CC;
    border-color     : #94C0CC;
    color            : #FFFFFF;
}

.btn-light-blue.btn-o {
    border : 1px solid #5097AA;
    color  : #5097AA;
}

.btn-light-blue.btn-o .caret {
    border-top-color : #5097AA;
}

.btn-light-blue.btn-o:hover {
    color        : #FFFFFF;
    border-color : #5097AA;
    background   : #5097AA !important;
}

.btn-light-blue.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-blue.btn-o:active, .btn-light-blue.btn-o.active, .btn-light-blue.btn-o.active:focus, .btn-light-blue.btn-o:active:focus, .btn-light-blue.btn-o:active:hover {
    background-color : #488798 !important;
    border-color     : #488798 !important;
    color            : #FFFFFF !important;
}

.btn-light-blue.btn-o:active .caret, .btn-light-blue.btn-o.active .caret, .btn-light-blue.btn-o.active:focus .caret, .btn-light-blue.btn-o:active:focus .caret, .btn-light-blue.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-blue.btn-o:focus {
    background-color : #83B6C4;
    border-color     : #83B6C4;
    color            : #FFFFFF;
}

.btn-light-blue.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-light-blue.btn-o.disabled:hover, .btn-light-blue.btn-o.disabled:focus, .btn-light-blue.btn-o.disabled:active, .btn-light-blue.btn-o.disabled.active, .btn-light-blue.btn-o[disabled], .btn-light-blue.btn-o[disabled]:hover, .btn-light-blue.btn-o[disabled]:focus, .btn-light-blue.btn-o[disabled]:active, .btn-light-blue.btn-o[disabled].active, fieldset[disabled] .btn-light-blue.btn-o:hover, fieldset[disabled] .btn-light-blue.btn-o:focus, fieldset[disabled] .btn-light-blue.btn-o:active, fieldset[disabled] .btn-light-blue.btn-o.active {
    border-color : #94C0CC;
    color        : #94C0CC;
}

.btn-light-blue .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-light-blue .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-dark-blue {
    background-color : #305964;
    border-color     : #305964;
    color            : #FFFFFF;
}

.open .btn-dark-blue.dropdown-toggle {
    background-color : #488798;
    border-color     : #488798;
}

.btn-dark-blue:hover {
    background-color : #407887 !important;
    border-color     : #407887;
    color            : #FFFFFF;
}

.btn-dark-blue:active, .btn-dark-blue.active, .btn-dark-blue.active:focus, .btn-dark-blue:active:focus, .btn-dark-blue:active:hover, .btn-dark-blue.dropdown-toggle:active:hover {
    background-color : #274A53 !important;
    border-color     : #274A53;
}

.btn-dark-blue:focus {
    background-color : #488798;
    border-color     : #488798;
    color            : #FFFFFF;
}

.btn-dark-blue.disabled:hover, .btn-dark-blue.disabled:focus, .btn-dark-blue.disabled:active, .btn-dark-blue.disabled.active, .btn-dark-blue[disabled], .btn-dark-blue[disabled]:hover, .btn-dark-blue[disabled]:focus, .btn-dark-blue[disabled]:active, .btn-dark-blue[disabled].active, fieldset[disabled] .btn-dark-blue:hover, fieldset[disabled] .btn-dark-blue:focus, fieldset[disabled] .btn-dark-blue:active, fieldset[disabled] .btn-dark-blue.active {
    background-color : #5097AA;
    border-color     : #5097AA;
    color            : #FFFFFF;
}

.btn-dark-blue.btn-o {
    border : 1px solid #305964;
    color  : #305964;
}

.btn-dark-blue.btn-o .caret {
    border-top-color : #305964;
}

.btn-dark-blue.btn-o:hover {
    color        : #FFFFFF;
    border-color : #305964;
    background   : #305964 !important;
}

.btn-dark-blue.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-blue.btn-o:active, .btn-dark-blue.btn-o.active, .btn-dark-blue.btn-o.active:focus, .btn-dark-blue.btn-o:active:focus, .btn-dark-blue.btn-o:active:hover {
    background-color : #274A53 !important;
    border-color     : #274A53 !important;
    color            : #FFFFFF !important;
}

.btn-dark-blue.btn-o:active .caret, .btn-dark-blue.btn-o.active .caret, .btn-dark-blue.btn-o.active:focus .caret, .btn-dark-blue.btn-o:active:focus .caret, .btn-dark-blue.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-blue.btn-o:focus {
    background-color : #488798;
    border-color     : #488798;
    color            : #FFFFFF;
}

.btn-dark-blue.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-blue.btn-o.disabled:hover, .btn-dark-blue.btn-o.disabled:focus, .btn-dark-blue.btn-o.disabled:active, .btn-dark-blue.btn-o.disabled.active, .btn-dark-blue.btn-o[disabled], .btn-dark-blue.btn-o[disabled]:hover, .btn-dark-blue.btn-o[disabled]:focus, .btn-dark-blue.btn-o[disabled]:active, .btn-dark-blue.btn-o[disabled].active, fieldset[disabled] .btn-dark-blue.btn-o:hover, fieldset[disabled] .btn-dark-blue.btn-o:focus, fieldset[disabled] .btn-dark-blue.btn-o:active, fieldset[disabled] .btn-dark-blue.btn-o.active {
    border-color : #5097AA;
    color        : #5097AA;
}

.btn-dark-blue .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-dark-blue .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-green {
    background-color : #5A8770;
    border-color     : #5A8770;
    color            : #FFFFFF;
}

.open .btn-green.dropdown-toggle {
    background-color : #82AC96;
    border-color     : #82AC96;
}

.btn-green:hover {
    background-color : #73A189 !important;
    border-color     : #73A189;
    color            : #FFFFFF;
}

.btn-green:active, .btn-green.active, .btn-green.active:focus, .btn-green:active:focus, .btn-green:active:hover, .btn-green.dropdown-toggle:active:hover {
    background-color : #507863 !important;
    border-color     : #507863;
}

.btn-green:focus {
    background-color : #82AC96;
    border-color     : #82AC96;
    color            : #FFFFFF;
}

.btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled], .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
    background-color : #91B6A3;
    border-color     : #91B6A3;
    color            : #FFFFFF;
}

.btn-green.btn-o {
    border : 1px solid #5A8770;
    color  : #5A8770;
}

.btn-green.btn-o .caret {
    border-top-color : #5A8770;
}

.btn-green.btn-o:hover {
    color        : #FFFFFF;
    border-color : #5A8770;
    background   : #5A8770 !important;
}

.btn-green.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-green.btn-o:active, .btn-green.btn-o.active, .btn-green.btn-o.active:focus, .btn-green.btn-o:active:focus, .btn-green.btn-o:active:hover {
    background-color : #507863 !important;
    border-color     : #507863 !important;
    color            : #FFFFFF !important;
}

.btn-green.btn-o:active .caret, .btn-green.btn-o.active .caret, .btn-green.btn-o.active:focus .caret, .btn-green.btn-o:active:focus .caret, .btn-green.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-green.btn-o:focus {
    background-color : #82AC96;
    border-color     : #82AC96;
    color            : #FFFFFF;
}

.btn-green.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-green.btn-o.disabled:hover, .btn-green.btn-o.disabled:focus, .btn-green.btn-o.disabled:active, .btn-green.btn-o.disabled.active, .btn-green.btn-o[disabled], .btn-green.btn-o[disabled]:hover, .btn-green.btn-o[disabled]:focus, .btn-green.btn-o[disabled]:active, .btn-green.btn-o[disabled].active, fieldset[disabled] .btn-green.btn-o:hover, fieldset[disabled] .btn-green.btn-o:focus, fieldset[disabled] .btn-green.btn-o:active, fieldset[disabled] .btn-green.btn-o.active {
    border-color : #91B6A3;
    color        : #91B6A3;
}

.btn-green .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-green .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-light-green {
    background-color : #73A189;
    border-color     : #73A189;
    color            : #FFFFFF;
}

.open .btn-light-green.dropdown-toggle {
    background-color : #A1C0B0;
    border-color     : #A1C0B0;
}

.btn-light-green:hover {
    background-color : #91B6A3 !important;
    border-color     : #91B6A3;
    color            : #FFFFFF;
}

.btn-light-green:active, .btn-light-green.active, .btn-light-green.active:focus, .btn-light-green:active:focus, .btn-light-green:active:hover, .btn-light-green.dropdown-toggle:active:hover {
    background-color : #64967D !important;
    border-color     : #64967D;
}

.btn-light-green:focus {
    background-color : #A1C0B0;
    border-color     : #A1C0B0;
    color            : #FFFFFF;
}

.btn-light-green.disabled:hover, .btn-light-green.disabled:focus, .btn-light-green.disabled:active, .btn-light-green.disabled.active, .btn-light-green[disabled], .btn-light-green[disabled]:hover, .btn-light-green[disabled]:focus, .btn-light-green[disabled]:active, .btn-light-green[disabled].active, fieldset[disabled] .btn-light-green:hover, fieldset[disabled] .btn-light-green:focus, fieldset[disabled] .btn-light-green:active, fieldset[disabled] .btn-light-green.active {
    background-color : #B0CABD;
    border-color     : #B0CABD;
    color            : #FFFFFF;
}

.btn-light-green.btn-o {
    border : 1px solid #73A189;
    color  : #73A189;
}

.btn-light-green.btn-o .caret {
    border-top-color : #73A189;
}

.btn-light-green.btn-o:hover {
    color        : #FFFFFF;
    border-color : #73A189;
    background   : #73A189 !important;
}

.btn-light-green.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-green.btn-o:active, .btn-light-green.btn-o.active, .btn-light-green.btn-o.active:focus, .btn-light-green.btn-o:active:focus, .btn-light-green.btn-o:active:hover {
    background-color : #64967D !important;
    border-color     : #64967D !important;
    color            : #FFFFFF !important;
}

.btn-light-green.btn-o:active .caret, .btn-light-green.btn-o.active .caret, .btn-light-green.btn-o.active:focus .caret, .btn-light-green.btn-o:active:focus .caret, .btn-light-green.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-green.btn-o:focus {
    background-color : #A1C0B0;
    border-color     : #A1C0B0;
    color            : #FFFFFF;
}

.btn-light-green.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-light-green.btn-o.disabled:hover, .btn-light-green.btn-o.disabled:focus, .btn-light-green.btn-o.disabled:active, .btn-light-green.btn-o.disabled.active, .btn-light-green.btn-o[disabled], .btn-light-green.btn-o[disabled]:hover, .btn-light-green.btn-o[disabled]:focus, .btn-light-green.btn-o[disabled]:active, .btn-light-green.btn-o[disabled].active, fieldset[disabled] .btn-light-green.btn-o:hover, fieldset[disabled] .btn-light-green.btn-o:focus, fieldset[disabled] .btn-light-green.btn-o:active, fieldset[disabled] .btn-light-green.btn-o.active {
    border-color : #B0CABD;
    color        : #B0CABD;
}

.btn-light-green .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-light-green .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-dark-green {
    background-color : #466857;
    border-color     : #466857;
    color            : #FFFFFF;
}

.open .btn-dark-green.dropdown-toggle {
    background-color : #64967D;
    border-color     : #64967D;
}

.btn-dark-green:hover {
    background-color : #5A8770 !important;
    border-color     : #5A8770;
    color            : #FFFFFF;
}

.btn-dark-green:active, .btn-dark-green.active, .btn-dark-green.active:focus, .btn-dark-green:active:focus, .btn-dark-green:active:hover, .btn-dark-green.dropdown-toggle:active:hover {
    background-color : #3B594A !important;
    border-color     : #3B594A;
}

.btn-dark-green:focus {
    background-color : #64967D;
    border-color     : #64967D;
    color            : #FFFFFF;
}

.btn-dark-green.disabled:hover, .btn-dark-green.disabled:focus, .btn-dark-green.disabled:active, .btn-dark-green.disabled.active, .btn-dark-green[disabled], .btn-dark-green[disabled]:hover, .btn-dark-green[disabled]:focus, .btn-dark-green[disabled]:active, .btn-dark-green[disabled].active, fieldset[disabled] .btn-dark-green:hover, fieldset[disabled] .btn-dark-green:focus, fieldset[disabled] .btn-dark-green:active, fieldset[disabled] .btn-dark-green.active {
    background-color : #73A189;
    border-color     : #73A189;
    color            : #FFFFFF;
}

.btn-dark-green.btn-o {
    border : 1px solid #466857;
    color  : #466857;
}

.btn-dark-green.btn-o .caret {
    border-top-color : #466857;
}

.btn-dark-green.btn-o:hover {
    color        : #FFFFFF;
    border-color : #466857;
    background   : #466857 !important;
}

.btn-dark-green.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-green.btn-o:active, .btn-dark-green.btn-o.active, .btn-dark-green.btn-o.active:focus, .btn-dark-green.btn-o:active:focus, .btn-dark-green.btn-o:active:hover {
    background-color : #3B594A !important;
    border-color     : #3B594A !important;
    color            : #FFFFFF !important;
}

.btn-dark-green.btn-o:active .caret, .btn-dark-green.btn-o.active .caret, .btn-dark-green.btn-o.active:focus .caret, .btn-dark-green.btn-o:active:focus .caret, .btn-dark-green.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-green.btn-o:focus {
    background-color : #64967D;
    border-color     : #64967D;
    color            : #FFFFFF;
}

.btn-dark-green.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-green.btn-o.disabled:hover, .btn-dark-green.btn-o.disabled:focus, .btn-dark-green.btn-o.disabled:active, .btn-dark-green.btn-o.disabled.active, .btn-dark-green.btn-o[disabled], .btn-dark-green.btn-o[disabled]:hover, .btn-dark-green.btn-o[disabled]:focus, .btn-dark-green.btn-o[disabled]:active, .btn-dark-green.btn-o[disabled].active, fieldset[disabled] .btn-dark-green.btn-o:hover, fieldset[disabled] .btn-dark-green.btn-o:focus, fieldset[disabled] .btn-dark-green.btn-o:active, fieldset[disabled] .btn-dark-green.btn-o.active {
    border-color : #73A189;
    color        : #73A189;
}

.btn-dark-green .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-dark-green .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-orange {
    background-color : #F18636;
    border-color     : #F18636;
    color            : #FFFFFF;
}

.open .btn-orange.dropdown-toggle {
    background-color : #F6B17E;
    border-color     : #F6B17E;
}

.btn-orange:hover {
    background-color : #F4A366 !important;
    border-color     : #F4A366;
    color            : #FFFFFF;
}

.btn-orange:active, .btn-orange.active, .btn-orange.active:focus, .btn-orange:active:focus, .btn-orange:active:hover, .btn-orange.dropdown-toggle:active:hover {
    background-color : #EF781E !important;
    border-color     : #EF781E;
}

.btn-orange:focus {
    background-color : #F6B17E;
    border-color     : #F6B17E;
    color            : #FFFFFF;
}

.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled], .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
    background-color : #F8BF95;
    border-color     : #F8BF95;
    color            : #FFFFFF;
}

.btn-orange.btn-o {
    border : 1px solid #F18636;
    color  : #F18636;
}

.btn-orange.btn-o .caret {
    border-top-color : #F18636;
}

.btn-orange.btn-o:hover {
    color        : #FFFFFF;
    border-color : #F18636;
    background   : #F18636 !important;
}

.btn-orange.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-orange.btn-o:active, .btn-orange.btn-o.active, .btn-orange.btn-o.active:focus, .btn-orange.btn-o:active:focus, .btn-orange.btn-o:active:hover {
    background-color : #EF781E !important;
    border-color     : #EF781E !important;
    color            : #FFFFFF !important;
}

.btn-orange.btn-o:active .caret, .btn-orange.btn-o.active .caret, .btn-orange.btn-o.active:focus .caret, .btn-orange.btn-o:active:focus .caret, .btn-orange.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-orange.btn-o:focus {
    background-color : #F6B17E;
    border-color     : #F6B17E;
    color            : #FFFFFF;
}

.btn-orange.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-orange.btn-o.disabled:hover, .btn-orange.btn-o.disabled:focus, .btn-orange.btn-o.disabled:active, .btn-orange.btn-o.disabled.active, .btn-orange.btn-o[disabled], .btn-orange.btn-o[disabled]:hover, .btn-orange.btn-o[disabled]:focus, .btn-orange.btn-o[disabled]:active, .btn-orange.btn-o[disabled].active, fieldset[disabled] .btn-orange.btn-o:hover, fieldset[disabled] .btn-orange.btn-o:focus, fieldset[disabled] .btn-orange.btn-o:active, fieldset[disabled] .btn-orange.btn-o.active {
    border-color : #F8BF95;
    color        : #F8BF95;
}

.btn-orange .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-orange .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-light-orange {
    background-color : #F4A366;
    border-color     : #F4A366;
    color            : #FFFFFF;
}

.open .btn-light-orange.dropdown-toggle {
    background-color : #F9CEAD;
    border-color     : #F9CEAD;
}

.btn-light-orange:hover {
    background-color : #F8BF95 !important;
    border-color     : #F8BF95;
    color            : #FFFFFF;
}

.btn-light-orange:active, .btn-light-orange.active, .btn-light-orange.active:focus, .btn-light-orange:active:focus, .btn-light-orange:active:hover, .btn-light-orange.dropdown-toggle:active:hover {
    background-color : #F3944E !important;
    border-color     : #F3944E;
}

.btn-light-orange:focus {
    background-color : #F9CEAD;
    border-color     : #F9CEAD;
    color            : #FFFFFF;
}

.btn-light-orange.disabled:hover, .btn-light-orange.disabled:focus, .btn-light-orange.disabled:active, .btn-light-orange.disabled.active, .btn-light-orange[disabled], .btn-light-orange[disabled]:hover, .btn-light-orange[disabled]:focus, .btn-light-orange[disabled]:active, .btn-light-orange[disabled].active, fieldset[disabled] .btn-light-orange:hover, fieldset[disabled] .btn-light-orange:focus, fieldset[disabled] .btn-light-orange:active, fieldset[disabled] .btn-light-orange.active {
    background-color : #FBDCC5;
    border-color     : #FBDCC5;
    color            : #FFFFFF;
}

.btn-light-orange.btn-o {
    border : 1px solid #F4A366;
    color  : #F4A366;
}

.btn-light-orange.btn-o .caret {
    border-top-color : #F4A366;
}

.btn-light-orange.btn-o:hover {
    color        : #FFFFFF;
    border-color : #F4A366;
    background   : #F4A366 !important;
}

.btn-light-orange.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-orange.btn-o:active, .btn-light-orange.btn-o.active, .btn-light-orange.btn-o.active:focus, .btn-light-orange.btn-o:active:focus, .btn-light-orange.btn-o:active:hover {
    background-color : #F3944E !important;
    border-color     : #F3944E !important;
    color            : #FFFFFF !important;
}

.btn-light-orange.btn-o:active .caret, .btn-light-orange.btn-o.active .caret, .btn-light-orange.btn-o.active:focus .caret, .btn-light-orange.btn-o:active:focus .caret, .btn-light-orange.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-orange.btn-o:focus {
    background-color : #F9CEAD;
    border-color     : #F9CEAD;
    color            : #FFFFFF;
}

.btn-light-orange.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-light-orange.btn-o.disabled:hover, .btn-light-orange.btn-o.disabled:focus, .btn-light-orange.btn-o.disabled:active, .btn-light-orange.btn-o.disabled.active, .btn-light-orange.btn-o[disabled], .btn-light-orange.btn-o[disabled]:hover, .btn-light-orange.btn-o[disabled]:focus, .btn-light-orange.btn-o[disabled]:active, .btn-light-orange.btn-o[disabled].active, fieldset[disabled] .btn-light-orange.btn-o:hover, fieldset[disabled] .btn-light-orange.btn-o:focus, fieldset[disabled] .btn-light-orange.btn-o:active, fieldset[disabled] .btn-light-orange.btn-o.active {
    border-color : #FBDCC5;
    color        : #FBDCC5;
}

.btn-light-orange .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-light-orange .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-dark-orange {
    background-color : #E46B10;
    border-color     : #E46B10;
    color            : #FFFFFF;
}

.open .btn-dark-orange.dropdown-toggle {
    background-color : #F3944E;
    border-color     : #F3944E;
}

.btn-dark-orange:hover {
    background-color : #F18636 !important;
    border-color     : #F18636;
    color            : #FFFFFF;
}

.btn-dark-orange:active, .btn-dark-orange.active, .btn-dark-orange.active:focus, .btn-dark-orange:active:focus, .btn-dark-orange:active:hover, .btn-dark-orange.dropdown-toggle:active:hover {
    background-color : #CC600E !important;
    border-color     : #CC600E;
}

.btn-dark-orange:focus {
    background-color : #F3944E;
    border-color     : #F3944E;
    color            : #FFFFFF;
}

.btn-dark-orange.disabled:hover, .btn-dark-orange.disabled:focus, .btn-dark-orange.disabled:active, .btn-dark-orange.disabled.active, .btn-dark-orange[disabled], .btn-dark-orange[disabled]:hover, .btn-dark-orange[disabled]:focus, .btn-dark-orange[disabled]:active, .btn-dark-orange[disabled].active, fieldset[disabled] .btn-dark-orange:hover, fieldset[disabled] .btn-dark-orange:focus, fieldset[disabled] .btn-dark-orange:active, fieldset[disabled] .btn-dark-orange.active {
    background-color : #F4A366;
    border-color     : #F4A366;
    color            : #FFFFFF;
}

.btn-dark-orange.btn-o {
    border : 1px solid #E46B10;
    color  : #E46B10;
}

.btn-dark-orange.btn-o .caret {
    border-top-color : #E46B10;
}

.btn-dark-orange.btn-o:hover {
    color        : #FFFFFF;
    border-color : #E46B10;
    background   : #E46B10 !important;
}

.btn-dark-orange.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-orange.btn-o:active, .btn-dark-orange.btn-o.active, .btn-dark-orange.btn-o.active:focus, .btn-dark-orange.btn-o:active:focus, .btn-dark-orange.btn-o:active:hover {
    background-color : #CC600E !important;
    border-color     : #CC600E !important;
    color            : #FFFFFF !important;
}

.btn-dark-orange.btn-o:active .caret, .btn-dark-orange.btn-o.active .caret, .btn-dark-orange.btn-o.active:focus .caret, .btn-dark-orange.btn-o:active:focus .caret, .btn-dark-orange.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-orange.btn-o:focus {
    background-color : #F3944E;
    border-color     : #F3944E;
    color            : #FFFFFF;
}

.btn-dark-orange.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-orange.btn-o.disabled:hover, .btn-dark-orange.btn-o.disabled:focus, .btn-dark-orange.btn-o.disabled:active, .btn-dark-orange.btn-o.disabled.active, .btn-dark-orange.btn-o[disabled], .btn-dark-orange.btn-o[disabled]:hover, .btn-dark-orange.btn-o[disabled]:focus, .btn-dark-orange.btn-o[disabled]:active, .btn-dark-orange.btn-o[disabled].active, fieldset[disabled] .btn-dark-orange.btn-o:hover, fieldset[disabled] .btn-dark-orange.btn-o:focus, fieldset[disabled] .btn-dark-orange.btn-o:active, fieldset[disabled] .btn-dark-orange.btn-o.active {
    border-color : #F4A366;
    color        : #F4A366;
}

.btn-dark-orange .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-dark-orange .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-red {
    background-color : #C82E29;
    border-color     : #C82E29;
    color            : #FFFFFF;
}

.open .btn-red.dropdown-toggle {
    background-color : #DE635F;
    border-color     : #DE635F;
}

.btn-red:hover {
    background-color : #DA4F4A !important;
    border-color     : #DA4F4A;
    color            : #FFFFFF;
}

.btn-red:active, .btn-red.active, .btn-red.active:focus, .btn-red:active:focus, .btn-red:active:hover, .btn-red.dropdown-toggle:active:hover {
    background-color : #B32925 !important;
    border-color     : #B32925;
}

.btn-red:focus {
    background-color : #DE635F;
    border-color     : #DE635F;
    color            : #FFFFFF;
}

.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled], .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
    background-color : #E37874;
    border-color     : #E37874;
    color            : #FFFFFF;
}

.btn-red.btn-o {
    border : 1px solid #C82E29;
    color  : #C82E29;
}

.btn-red.btn-o .caret {
    border-top-color : #C82E29;
}

.btn-red.btn-o:hover {
    color        : #FFFFFF;
    border-color : #C82E29;
    background   : #C82E29 !important;
}

.btn-red.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-red.btn-o:active, .btn-red.btn-o.active, .btn-red.btn-o.active:focus, .btn-red.btn-o:active:focus, .btn-red.btn-o:active:hover {
    background-color : #B32925 !important;
    border-color     : #B32925 !important;
    color            : #FFFFFF !important;
}

.btn-red.btn-o:active .caret, .btn-red.btn-o.active .caret, .btn-red.btn-o.active:focus .caret, .btn-red.btn-o:active:focus .caret, .btn-red.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-red.btn-o:focus {
    background-color : #DE635F;
    border-color     : #DE635F;
    color            : #FFFFFF;
}

.btn-red.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-red.btn-o.disabled:hover, .btn-red.btn-o.disabled:focus, .btn-red.btn-o.disabled:active, .btn-red.btn-o.disabled.active, .btn-red.btn-o[disabled], .btn-red.btn-o[disabled]:hover, .btn-red.btn-o[disabled]:focus, .btn-red.btn-o[disabled]:active, .btn-red.btn-o[disabled].active, fieldset[disabled] .btn-red.btn-o:hover, fieldset[disabled] .btn-red.btn-o:focus, fieldset[disabled] .btn-red.btn-o:active, fieldset[disabled] .btn-red.btn-o.active {
    border-color : #E37874;
    color        : #E37874;
}

.btn-red .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-red .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-light-red {
    background-color : #DA4F4A;
    border-color     : #DA4F4A;
    color            : #FFFFFF;
}

.open .btn-light-red.dropdown-toggle {
    background-color : #E78D8A;
    border-color     : #E78D8A;
}

.btn-light-red:hover {
    background-color : #E37874 !important;
    border-color     : #E37874;
    color            : #FFFFFF;
}

.btn-light-red:active, .btn-light-red.active, .btn-light-red.active:focus, .btn-light-red:active:focus, .btn-light-red:active:hover, .btn-light-red.dropdown-toggle:active:hover {
    background-color : #D63A35 !important;
    border-color     : #D63A35;
}

.btn-light-red:focus {
    background-color : #E78D8A;
    border-color     : #E78D8A;
    color            : #FFFFFF;
}

.btn-light-red.disabled:hover, .btn-light-red.disabled:focus, .btn-light-red.disabled:active, .btn-light-red.disabled.active, .btn-light-red[disabled], .btn-light-red[disabled]:hover, .btn-light-red[disabled]:focus, .btn-light-red[disabled]:active, .btn-light-red[disabled].active, fieldset[disabled] .btn-light-red:hover, fieldset[disabled] .btn-light-red:focus, fieldset[disabled] .btn-light-red:active, fieldset[disabled] .btn-light-red.active {
    background-color : #EBA19F;
    border-color     : #EBA19F;
    color            : #FFFFFF;
}

.btn-light-red.btn-o {
    border : 1px solid #DA4F4A;
    color  : #DA4F4A;
}

.btn-light-red.btn-o .caret {
    border-top-color : #DA4F4A;
}

.btn-light-red.btn-o:hover {
    color        : #FFFFFF;
    border-color : #DA4F4A;
    background   : #DA4F4A !important;
}

.btn-light-red.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-red.btn-o:active, .btn-light-red.btn-o.active, .btn-light-red.btn-o.active:focus, .btn-light-red.btn-o:active:focus, .btn-light-red.btn-o:active:hover {
    background-color : #D63A35 !important;
    border-color     : #D63A35 !important;
    color            : #FFFFFF !important;
}

.btn-light-red.btn-o:active .caret, .btn-light-red.btn-o.active .caret, .btn-light-red.btn-o.active:focus .caret, .btn-light-red.btn-o:active:focus .caret, .btn-light-red.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-red.btn-o:focus {
    background-color : #E78D8A;
    border-color     : #E78D8A;
    color            : #FFFFFF;
}

.btn-light-red.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-light-red.btn-o.disabled:hover, .btn-light-red.btn-o.disabled:focus, .btn-light-red.btn-o.disabled:active, .btn-light-red.btn-o.disabled.active, .btn-light-red.btn-o[disabled], .btn-light-red.btn-o[disabled]:hover, .btn-light-red.btn-o[disabled]:focus, .btn-light-red.btn-o[disabled]:active, .btn-light-red.btn-o[disabled].active, fieldset[disabled] .btn-light-red.btn-o:hover, fieldset[disabled] .btn-light-red.btn-o:focus, fieldset[disabled] .btn-light-red.btn-o:active, fieldset[disabled] .btn-light-red.btn-o.active {
    border-color : #EBA19F;
    color        : #EBA19F;
}

.btn-light-red .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-light-red .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-dark-red {
    background-color : #9E2420;
    border-color     : #9E2420;
    color            : #FFFFFF;
}

.open .btn-dark-red.dropdown-toggle {
    background-color : #D63A35;
    border-color     : #D63A35;
}

.btn-dark-red:hover {
    background-color : #C82E29 !important;
    border-color     : #C82E29;
    color            : #FFFFFF;
}

.btn-dark-red:active, .btn-dark-red.active, .btn-dark-red.active:focus, .btn-dark-red:active:focus, .btn-dark-red:active:hover, .btn-dark-red.dropdown-toggle:active:hover {
    background-color : #891F1C !important;
    border-color     : #891F1C;
}

.btn-dark-red:focus {
    background-color : #D63A35;
    border-color     : #D63A35;
    color            : #FFFFFF;
}

.btn-dark-red.disabled:hover, .btn-dark-red.disabled:focus, .btn-dark-red.disabled:active, .btn-dark-red.disabled.active, .btn-dark-red[disabled], .btn-dark-red[disabled]:hover, .btn-dark-red[disabled]:focus, .btn-dark-red[disabled]:active, .btn-dark-red[disabled].active, fieldset[disabled] .btn-dark-red:hover, fieldset[disabled] .btn-dark-red:focus, fieldset[disabled] .btn-dark-red:active, fieldset[disabled] .btn-dark-red.active {
    background-color : #DA4F4A;
    border-color     : #DA4F4A;
    color            : #FFFFFF;
}

.btn-dark-red.btn-o {
    border : 1px solid #9E2420;
    color  : #9E2420;
}

.btn-dark-red.btn-o .caret {
    border-top-color : #9E2420;
}

.btn-dark-red.btn-o:hover {
    color        : #FFFFFF;
    border-color : #9E2420;
    background   : #9E2420 !important;
}

.btn-dark-red.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-red.btn-o:active, .btn-dark-red.btn-o.active, .btn-dark-red.btn-o.active:focus, .btn-dark-red.btn-o:active:focus, .btn-dark-red.btn-o:active:hover {
    background-color : #891F1C !important;
    border-color     : #891F1C !important;
    color            : #FFFFFF !important;
}

.btn-dark-red.btn-o:active .caret, .btn-dark-red.btn-o.active .caret, .btn-dark-red.btn-o.active:focus .caret, .btn-dark-red.btn-o:active:focus .caret, .btn-dark-red.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-red.btn-o:focus {
    background-color : #D63A35;
    border-color     : #D63A35;
    color            : #FFFFFF;
}

.btn-dark-red.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-red.btn-o.disabled:hover, .btn-dark-red.btn-o.disabled:focus, .btn-dark-red.btn-o.disabled:active, .btn-dark-red.btn-o.disabled.active, .btn-dark-red.btn-o[disabled], .btn-dark-red.btn-o[disabled]:hover, .btn-dark-red.btn-o[disabled]:focus, .btn-dark-red.btn-o[disabled]:active, .btn-dark-red.btn-o[disabled].active, fieldset[disabled] .btn-dark-red.btn-o:hover, fieldset[disabled] .btn-dark-red.btn-o:focus, fieldset[disabled] .btn-dark-red.btn-o:active, fieldset[disabled] .btn-dark-red.btn-o.active {
    border-color : #DA4F4A;
    color        : #DA4F4A;
}

.btn-dark-red .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-dark-red .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-purple {
    background-color : #9A89B5;
    border-color     : #9A89B5;
    color            : #FFFFFF;
}

.open .btn-purple.dropdown-toggle {
    background-color : #C2B8D2;
    border-color     : #C2B8D2;
}

.btn-purple:hover {
    background-color : #B5A8C9 !important;
    border-color     : #B5A8C9;
    color            : #FFFFFF;
}

.btn-purple:active, .btn-purple.active, .btn-purple.active:focus, .btn-purple:active:focus, .btn-purple:active:hover, .btn-purple.dropdown-toggle:active:hover {
    background-color : #8D79AB !important;
    border-color     : #8D79AB;
}

.btn-purple:focus {
    background-color : #C2B8D2;
    border-color     : #C2B8D2;
    color            : #FFFFFF;
}

.btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled], .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled]:active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
    background-color : #D0C8DC;
    border-color     : #D0C8DC;
    color            : #FFFFFF;
}

.btn-purple.btn-o {
    border : 1px solid #9A89B5;
    color  : #9A89B5;
}

.btn-purple.btn-o .caret {
    border-top-color : #9A89B5;
}

.btn-purple.btn-o:hover {
    color        : #FFFFFF;
    border-color : #9A89B5;
    background   : #9A89B5 !important;
}

.btn-purple.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-purple.btn-o:active, .btn-purple.btn-o.active, .btn-purple.btn-o.active:focus, .btn-purple.btn-o:active:focus, .btn-purple.btn-o:active:hover {
    background-color : #8D79AB !important;
    border-color     : #8D79AB !important;
    color            : #FFFFFF !important;
}

.btn-purple.btn-o:active .caret, .btn-purple.btn-o.active .caret, .btn-purple.btn-o.active:focus .caret, .btn-purple.btn-o:active:focus .caret, .btn-purple.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-purple.btn-o:focus {
    background-color : #C2B8D2;
    border-color     : #C2B8D2;
    color            : #FFFFFF;
}

.btn-purple.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-purple.btn-o.disabled:hover, .btn-purple.btn-o.disabled:focus, .btn-purple.btn-o.disabled:active, .btn-purple.btn-o.disabled.active, .btn-purple.btn-o[disabled], .btn-purple.btn-o[disabled]:hover, .btn-purple.btn-o[disabled]:focus, .btn-purple.btn-o[disabled]:active, .btn-purple.btn-o[disabled].active, fieldset[disabled] .btn-purple.btn-o:hover, fieldset[disabled] .btn-purple.btn-o:focus, fieldset[disabled] .btn-purple.btn-o:active, fieldset[disabled] .btn-purple.btn-o.active {
    border-color : #D0C8DC;
    color        : #D0C8DC;
}

.btn-purple .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-purple .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-light-purple {
    background-color : #B5A8C9;
    border-color     : #B5A8C9;
    color            : #FFFFFF;
}

.open .btn-light-purple.dropdown-toggle {
    background-color : #DDD7E6;
    border-color     : #DDD7E6;
}

.btn-light-purple:hover {
    background-color : #D0C8DC !important;
    border-color     : #D0C8DC;
    color            : #FFFFFF;
}

.btn-light-purple:active, .btn-light-purple.active, .btn-light-purple.active:focus, .btn-light-purple:active:focus, .btn-light-purple:active:hover, .btn-light-purple.dropdown-toggle:active:hover {
    background-color : #A799BF !important;
    border-color     : #A799BF;
}

.btn-light-purple:focus {
    background-color : #DDD7E6;
    border-color     : #DDD7E6;
    color            : #FFFFFF;
}

.btn-light-purple.disabled:hover, .btn-light-purple.disabled:focus, .btn-light-purple.disabled:active, .btn-light-purple.disabled.active, .btn-light-purple[disabled], .btn-light-purple[disabled]:hover, .btn-light-purple[disabled]:focus, .btn-light-purple[disabled]:active, .btn-light-purple[disabled].active, fieldset[disabled] .btn-light-purple:hover, fieldset[disabled] .btn-light-purple:focus, fieldset[disabled] .btn-light-purple:active, fieldset[disabled] .btn-light-purple.active {
    background-color : #EAE7F0;
    border-color     : #EAE7F0;
    color            : #FFFFFF;
}

.btn-light-purple.btn-o {
    border : 1px solid #B5A8C9;
    color  : #B5A8C9;
}

.btn-light-purple.btn-o .caret {
    border-top-color : #B5A8C9;
}

.btn-light-purple.btn-o:hover {
    color        : #FFFFFF;
    border-color : #B5A8C9;
    background   : #B5A8C9 !important;
}

.btn-light-purple.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-purple.btn-o:active, .btn-light-purple.btn-o.active, .btn-light-purple.btn-o.active:focus, .btn-light-purple.btn-o:active:focus, .btn-light-purple.btn-o:active:hover {
    background-color : #A799BF !important;
    border-color     : #A799BF !important;
    color            : #FFFFFF !important;
}

.btn-light-purple.btn-o:active .caret, .btn-light-purple.btn-o.active .caret, .btn-light-purple.btn-o.active:focus .caret, .btn-light-purple.btn-o:active:focus .caret, .btn-light-purple.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-purple.btn-o:focus {
    background-color : #DDD7E6;
    border-color     : #DDD7E6;
    color            : #FFFFFF;
}

.btn-light-purple.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-light-purple.btn-o.disabled:hover, .btn-light-purple.btn-o.disabled:focus, .btn-light-purple.btn-o.disabled:active, .btn-light-purple.btn-o.disabled.active, .btn-light-purple.btn-o[disabled], .btn-light-purple.btn-o[disabled]:hover, .btn-light-purple.btn-o[disabled]:focus, .btn-light-purple.btn-o[disabled]:active, .btn-light-purple.btn-o[disabled].active, fieldset[disabled] .btn-light-purple.btn-o:hover, fieldset[disabled] .btn-light-purple.btn-o:focus, fieldset[disabled] .btn-light-purple.btn-o:active, fieldset[disabled] .btn-light-purple.btn-o.active {
    border-color : #EAE7F0;
    color        : #EAE7F0;
}

.btn-light-purple .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-light-purple .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-dark-purple {
    background-color : #7F6AA1;
    border-color     : #7F6AA1;
    color            : #FFFFFF;
}

.open .btn-dark-purple.dropdown-toggle {
    background-color : #A799BF;
    border-color     : #A799BF;
}

.btn-dark-purple:hover {
    background-color : #9A89B5 !important;
    border-color     : #9A89B5;
    color            : #FFFFFF;
}

.btn-dark-purple:active, .btn-dark-purple.active, .btn-dark-purple.active:focus, .btn-dark-purple:active:focus, .btn-dark-purple:active:hover, .btn-dark-purple.dropdown-toggle:active:hover {
    background-color : #725D94 !important;
    border-color     : #725D94;
}

.btn-dark-purple:focus {
    background-color : #A799BF;
    border-color     : #A799BF;
    color            : #FFFFFF;
}

.btn-dark-purple.disabled:hover, .btn-dark-purple.disabled:focus, .btn-dark-purple.disabled:active, .btn-dark-purple.disabled.active, .btn-dark-purple[disabled], .btn-dark-purple[disabled]:hover, .btn-dark-purple[disabled]:focus, .btn-dark-purple[disabled]:active, .btn-dark-purple[disabled].active, fieldset[disabled] .btn-dark-purple:hover, fieldset[disabled] .btn-dark-purple:focus, fieldset[disabled] .btn-dark-purple:active, fieldset[disabled] .btn-dark-purple.active {
    background-color : #B5A8C9;
    border-color     : #B5A8C9;
    color            : #FFFFFF;
}

.btn-dark-purple.btn-o {
    border : 1px solid #7F6AA1;
    color  : #7F6AA1;
}

.btn-dark-purple.btn-o .caret {
    border-top-color : #7F6AA1;
}

.btn-dark-purple.btn-o:hover {
    color        : #FFFFFF;
    border-color : #7F6AA1;
    background   : #7F6AA1 !important;
}

.btn-dark-purple.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-purple.btn-o:active, .btn-dark-purple.btn-o.active, .btn-dark-purple.btn-o.active:focus, .btn-dark-purple.btn-o:active:focus, .btn-dark-purple.btn-o:active:hover {
    background-color : #725D94 !important;
    border-color     : #725D94 !important;
    color            : #FFFFFF !important;
}

.btn-dark-purple.btn-o:active .caret, .btn-dark-purple.btn-o.active .caret, .btn-dark-purple.btn-o.active:focus .caret, .btn-dark-purple.btn-o:active:focus .caret, .btn-dark-purple.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-purple.btn-o:focus {
    background-color : #A799BF;
    border-color     : #A799BF;
    color            : #FFFFFF;
}

.btn-dark-purple.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-purple.btn-o.disabled:hover, .btn-dark-purple.btn-o.disabled:focus, .btn-dark-purple.btn-o.disabled:active, .btn-dark-purple.btn-o.disabled.active, .btn-dark-purple.btn-o[disabled], .btn-dark-purple.btn-o[disabled]:hover, .btn-dark-purple.btn-o[disabled]:focus, .btn-dark-purple.btn-o[disabled]:active, .btn-dark-purple.btn-o[disabled].active, fieldset[disabled] .btn-dark-purple.btn-o:hover, fieldset[disabled] .btn-dark-purple.btn-o:focus, fieldset[disabled] .btn-dark-purple.btn-o:active, fieldset[disabled] .btn-dark-purple.btn-o.active {
    border-color : #B5A8C9;
    color        : #B5A8C9;
}

.btn-dark-purple .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-dark-purple .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-beige {
    background-color : #D2BD8E;
    border-color     : #D2BD8E;
    color            : #FFFFFF;
}

.open .btn-beige.dropdown-toggle {
    background-color : #E8DDC5;
    border-color     : #E8DDC5;
}

.btn-beige:hover {
    background-color : #E1D2B2 !important;
    border-color     : #E1D2B2;
    color            : #FFFFFF;
}

.btn-beige:active, .btn-beige.active, .btn-beige.active:focus, .btn-beige:active:focus, .btn-beige:active:hover, .btn-beige.dropdown-toggle:active:hover {
    background-color : #CBB27C !important;
    border-color     : #CBB27C;
}

.btn-beige:focus {
    background-color : #E8DDC5;
    border-color     : #E8DDC5;
    color            : #FFFFFF;
}

.btn-beige.disabled:hover, .btn-beige.disabled:focus, .btn-beige.disabled:active, .btn-beige.disabled.active, .btn-beige[disabled], .btn-beige[disabled]:hover, .btn-beige[disabled]:focus, .btn-beige[disabled]:active, .btn-beige[disabled].active, fieldset[disabled] .btn-beige:hover, fieldset[disabled] .btn-beige:focus, fieldset[disabled] .btn-beige:active, fieldset[disabled] .btn-beige.active {
    background-color : #EFE8D7;
    border-color     : #EFE8D7;
    color            : #FFFFFF;
}

.btn-beige.btn-o {
    border : 1px solid #D2BD8E;
    color  : #D2BD8E;
}

.btn-beige.btn-o .caret {
    border-top-color : #D2BD8E;
}

.btn-beige.btn-o:hover {
    color        : #FFFFFF;
    border-color : #D2BD8E;
    background   : #D2BD8E !important;
}

.btn-beige.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-beige.btn-o:active, .btn-beige.btn-o.active, .btn-beige.btn-o.active:focus, .btn-beige.btn-o:active:focus, .btn-beige.btn-o:active:hover {
    background-color : #CBB27C !important;
    border-color     : #CBB27C !important;
    color            : #FFFFFF !important;
}

.btn-beige.btn-o:active .caret, .btn-beige.btn-o.active .caret, .btn-beige.btn-o.active:focus .caret, .btn-beige.btn-o:active:focus .caret, .btn-beige.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-beige.btn-o:focus {
    background-color : #E8DDC5;
    border-color     : #E8DDC5;
    color            : #FFFFFF;
}

.btn-beige.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-beige.btn-o.disabled:hover, .btn-beige.btn-o.disabled:focus, .btn-beige.btn-o.disabled:active, .btn-beige.btn-o.disabled.active, .btn-beige.btn-o[disabled], .btn-beige.btn-o[disabled]:hover, .btn-beige.btn-o[disabled]:focus, .btn-beige.btn-o[disabled]:active, .btn-beige.btn-o[disabled].active, fieldset[disabled] .btn-beige.btn-o:hover, fieldset[disabled] .btn-beige.btn-o:focus, fieldset[disabled] .btn-beige.btn-o:active, fieldset[disabled] .btn-beige.btn-o.active {
    border-color : #EFE8D7;
    color        : #EFE8D7;
}

.btn-beige .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-beige .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-light-beige {
    background-color : #D9C8A0;
    border-color     : #D9C8A0;
    color            : #FFFFFF;
}

.open .btn-light-beige.dropdown-toggle {
    background-color : #EFE8D7;
    border-color     : #EFE8D7;
}

.btn-light-beige:hover {
    background-color : #E8DDC5 !important;
    border-color     : #E8DDC5;
    color            : #FFFFFF;
}

.btn-light-beige:active, .btn-light-beige.active, .btn-light-beige.active:focus, .btn-light-beige:active:focus, .btn-light-beige:active:hover, .btn-light-beige.dropdown-toggle:active:hover {
    background-color : #D2BD8E !important;
    border-color     : #D2BD8E;
}

.btn-light-beige:focus {
    background-color : #EFE8D7;
    border-color     : #EFE8D7;
    color            : #FFFFFF;
}

.btn-light-beige.disabled:hover, .btn-light-beige.disabled:focus, .btn-light-beige.disabled:active, .btn-light-beige.disabled.active, .btn-light-beige[disabled], .btn-light-beige[disabled]:hover, .btn-light-beige[disabled]:focus, .btn-light-beige[disabled]:active, .btn-light-beige[disabled].active, fieldset[disabled] .btn-light-beige:hover, fieldset[disabled] .btn-light-beige:focus, fieldset[disabled] .btn-light-beige:active, fieldset[disabled] .btn-light-beige.active {
    background-color : #F6F2E9;
    border-color     : #F6F2E9;
    color            : #FFFFFF;
}

.btn-light-beige.btn-o {
    border : 1px solid #D9C8A0;
    color  : #D9C8A0;
}

.btn-light-beige.btn-o .caret {
    border-top-color : #D9C8A0;
}

.btn-light-beige.btn-o:hover {
    color        : #FFFFFF;
    border-color : #D9C8A0;
    background   : #D9C8A0 !important;
}

.btn-light-beige.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-beige.btn-o:active, .btn-light-beige.btn-o.active, .btn-light-beige.btn-o.active:focus, .btn-light-beige.btn-o:active:focus, .btn-light-beige.btn-o:active:hover {
    background-color : #D2BD8E !important;
    border-color     : #D2BD8E !important;
    color            : #FFFFFF !important;
}

.btn-light-beige.btn-o:active .caret, .btn-light-beige.btn-o.active .caret, .btn-light-beige.btn-o.active:focus .caret, .btn-light-beige.btn-o:active:focus .caret, .btn-light-beige.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-beige.btn-o:focus {
    background-color : #EFE8D7;
    border-color     : #EFE8D7;
    color            : #FFFFFF;
}

.btn-light-beige.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-light-beige.btn-o.disabled:hover, .btn-light-beige.btn-o.disabled:focus, .btn-light-beige.btn-o.disabled:active, .btn-light-beige.btn-o.disabled.active, .btn-light-beige.btn-o[disabled], .btn-light-beige.btn-o[disabled]:hover, .btn-light-beige.btn-o[disabled]:focus, .btn-light-beige.btn-o[disabled]:active, .btn-light-beige.btn-o[disabled].active, fieldset[disabled] .btn-light-beige.btn-o:hover, fieldset[disabled] .btn-light-beige.btn-o:focus, fieldset[disabled] .btn-light-beige.btn-o:active, fieldset[disabled] .btn-light-beige.btn-o.active {
    border-color : #F6F2E9;
    color        : #F6F2E9;
}

.btn-light-beige .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-light-beige .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-dark-beige {
    background-color : #C3A86A;
    border-color     : #C3A86A;
    color            : #FFFFFF;
}

.open .btn-dark-beige.dropdown-toggle {
    background-color : #D9C8A0;
    border-color     : #D9C8A0;
}

.btn-dark-beige:hover {
    background-color : #D2BD8E !important;
    border-color     : #D2BD8E;
    color            : #FFFFFF;
}

.btn-dark-beige:active, .btn-dark-beige.active, .btn-dark-beige.active:focus, .btn-dark-beige:active:focus, .btn-dark-beige:active:hover, .btn-dark-beige.dropdown-toggle:active:hover {
    background-color : #BC9D57 !important;
    border-color     : #BC9D57;
}

.btn-dark-beige:focus {
    background-color : #D9C8A0;
    border-color     : #D9C8A0;
    color            : #FFFFFF;
}

.btn-dark-beige.disabled:hover, .btn-dark-beige.disabled:focus, .btn-dark-beige.disabled:active, .btn-dark-beige.disabled.active, .btn-dark-beige[disabled], .btn-dark-beige[disabled]:hover, .btn-dark-beige[disabled]:focus, .btn-dark-beige[disabled]:active, .btn-dark-beige[disabled].active, fieldset[disabled] .btn-dark-beige:hover, fieldset[disabled] .btn-dark-beige:focus, fieldset[disabled] .btn-dark-beige:active, fieldset[disabled] .btn-dark-beige.active {
    background-color : #E1D2B2;
    border-color     : #E1D2B2;
    color            : #FFFFFF;
}

.btn-dark-beige.btn-o {
    border : 1px solid #C3A86A;
    color  : #C3A86A;
}

.btn-dark-beige.btn-o .caret {
    border-top-color : #C3A86A;
}

.btn-dark-beige.btn-o:hover {
    color        : #FFFFFF;
    border-color : #C3A86A;
    background   : #C3A86A !important;
}

.btn-dark-beige.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-beige.btn-o:active, .btn-dark-beige.btn-o.active, .btn-dark-beige.btn-o.active:focus, .btn-dark-beige.btn-o:active:focus, .btn-dark-beige.btn-o:active:hover {
    background-color : #BC9D57 !important;
    border-color     : #BC9D57 !important;
    color            : #FFFFFF !important;
}

.btn-dark-beige.btn-o:active .caret, .btn-dark-beige.btn-o.active .caret, .btn-dark-beige.btn-o.active:focus .caret, .btn-dark-beige.btn-o:active:focus .caret, .btn-dark-beige.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-beige.btn-o:focus {
    background-color : #D9C8A0;
    border-color     : #D9C8A0;
    color            : #FFFFFF;
}

.btn-dark-beige.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-beige.btn-o.disabled:hover, .btn-dark-beige.btn-o.disabled:focus, .btn-dark-beige.btn-o.disabled:active, .btn-dark-beige.btn-o.disabled.active, .btn-dark-beige.btn-o[disabled], .btn-dark-beige.btn-o[disabled]:hover, .btn-dark-beige.btn-o[disabled]:focus, .btn-dark-beige.btn-o[disabled]:active, .btn-dark-beige.btn-o[disabled].active, fieldset[disabled] .btn-dark-beige.btn-o:hover, fieldset[disabled] .btn-dark-beige.btn-o:focus, fieldset[disabled] .btn-dark-beige.btn-o:active, fieldset[disabled] .btn-dark-beige.btn-o.active {
    border-color : #E1D2B2;
    color        : #E1D2B2;
}

.btn-dark-beige .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-dark-beige .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-yellow {
    background-color : #EEB424;
    border-color     : #EEB424;
    color            : #FFFFFF;
}

.open .btn-yellow.dropdown-toggle {
    background-color : #F4CC6B;
    border-color     : #F4CC6B;
}

.btn-yellow:hover {
    background-color : #F2C453 !important;
    border-color     : #F2C453;
    color            : #FFFFFF;
}

.btn-yellow:active, .btn-yellow.active, .btn-yellow.active:focus, .btn-yellow:active:focus, .btn-yellow:active:hover, .btn-yellow.dropdown-toggle:active:hover {
    background-color : #E7AA12 !important;
    border-color     : #E7AA12;
}

.btn-yellow:focus {
    background-color : #F4CC6B;
    border-color     : #F4CC6B;
    color            : #FFFFFF;
}

.btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled], .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
    background-color : #F5D483;
    border-color     : #F5D483;
    color            : #FFFFFF;
}

.btn-yellow.btn-o {
    border : 1px solid #EEB424;
    color  : #EEB424;
}

.btn-yellow.btn-o .caret {
    border-top-color : #EEB424;
}

.btn-yellow.btn-o:hover {
    color        : #FFFFFF;
    border-color : #EEB424;
    background   : #EEB424 !important;
}

.btn-yellow.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-yellow.btn-o:active, .btn-yellow.btn-o.active, .btn-yellow.btn-o.active:focus, .btn-yellow.btn-o:active:focus, .btn-yellow.btn-o:active:hover {
    background-color : #E7AA12 !important;
    border-color     : #E7AA12 !important;
    color            : #FFFFFF !important;
}

.btn-yellow.btn-o:active .caret, .btn-yellow.btn-o.active .caret, .btn-yellow.btn-o.active:focus .caret, .btn-yellow.btn-o:active:focus .caret, .btn-yellow.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-yellow.btn-o:focus {
    background-color : #F4CC6B;
    border-color     : #F4CC6B;
    color            : #FFFFFF;
}

.btn-yellow.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-yellow.btn-o.disabled:hover, .btn-yellow.btn-o.disabled:focus, .btn-yellow.btn-o.disabled:active, .btn-yellow.btn-o.disabled.active, .btn-yellow.btn-o[disabled], .btn-yellow.btn-o[disabled]:hover, .btn-yellow.btn-o[disabled]:focus, .btn-yellow.btn-o[disabled]:active, .btn-yellow.btn-o[disabled].active, fieldset[disabled] .btn-yellow.btn-o:hover, fieldset[disabled] .btn-yellow.btn-o:focus, fieldset[disabled] .btn-yellow.btn-o:active, fieldset[disabled] .btn-yellow.btn-o.active {
    border-color : #F5D483;
    color        : #F5D483;
}

.btn-yellow .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-yellow .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-light-yellow {
    background-color : #F2C453;
    border-color     : #F2C453;
    color            : #FFFFFF;
}

.open .btn-light-yellow.dropdown-toggle {
    background-color : #F7DD9A;
    border-color     : #F7DD9A;
}

.btn-light-yellow:hover {
    background-color : #F5D483 !important;
    border-color     : #F5D483;
    color            : #FFFFFF;
}

.btn-light-yellow:active, .btn-light-yellow.active, .btn-light-yellow.active:focus, .btn-light-yellow:active:focus, .btn-light-yellow:active:hover, .btn-light-yellow.dropdown-toggle:active:hover {
    background-color : #F0BC3C !important;
    border-color     : #F0BC3C;
}

.btn-light-yellow:focus {
    background-color : #F7DD9A;
    border-color     : #F7DD9A;
    color            : #FFFFFF;
}

.btn-light-yellow.disabled:hover, .btn-light-yellow.disabled:focus, .btn-light-yellow.disabled:active, .btn-light-yellow.disabled.active, .btn-light-yellow[disabled], .btn-light-yellow[disabled]:hover, .btn-light-yellow[disabled]:focus, .btn-light-yellow[disabled]:active, .btn-light-yellow[disabled].active, fieldset[disabled] .btn-light-yellow:hover, fieldset[disabled] .btn-light-yellow:focus, fieldset[disabled] .btn-light-yellow:active, fieldset[disabled] .btn-light-yellow.active {
    background-color : #F9E5B2;
    border-color     : #F9E5B2;
    color            : #FFFFFF;
}

.btn-light-yellow.btn-o {
    border : 1px solid #F2C453;
    color  : #F2C453;
}

.btn-light-yellow.btn-o .caret {
    border-top-color : #F2C453;
}

.btn-light-yellow.btn-o:hover {
    color        : #FFFFFF;
    border-color : #F2C453;
    background   : #F2C453 !important;
}

.btn-light-yellow.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-yellow.btn-o:active, .btn-light-yellow.btn-o.active, .btn-light-yellow.btn-o.active:focus, .btn-light-yellow.btn-o:active:focus, .btn-light-yellow.btn-o:active:hover {
    background-color : #F0BC3C !important;
    border-color     : #F0BC3C !important;
    color            : #FFFFFF !important;
}

.btn-light-yellow.btn-o:active .caret, .btn-light-yellow.btn-o.active .caret, .btn-light-yellow.btn-o.active:focus .caret, .btn-light-yellow.btn-o:active:focus .caret, .btn-light-yellow.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-yellow.btn-o:focus {
    background-color : #F7DD9A;
    border-color     : #F7DD9A;
    color            : #FFFFFF;
}

.btn-light-yellow.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-light-yellow.btn-o.disabled:hover, .btn-light-yellow.btn-o.disabled:focus, .btn-light-yellow.btn-o.disabled:active, .btn-light-yellow.btn-o.disabled.active, .btn-light-yellow.btn-o[disabled], .btn-light-yellow.btn-o[disabled]:hover, .btn-light-yellow.btn-o[disabled]:focus, .btn-light-yellow.btn-o[disabled]:active, .btn-light-yellow.btn-o[disabled].active, fieldset[disabled] .btn-light-yellow.btn-o:hover, fieldset[disabled] .btn-light-yellow.btn-o:focus, fieldset[disabled] .btn-light-yellow.btn-o:active, fieldset[disabled] .btn-light-yellow.btn-o.active {
    border-color : #F9E5B2;
    color        : #F9E5B2;
}

.btn-light-yellow .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-light-yellow .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-dark-yellow {
    background-color : #CF9810;
    border-color     : #CF9810;
    color            : #FFFFFF;
}

.open .btn-dark-yellow.dropdown-toggle {
    background-color : #F0BC3C;
    border-color     : #F0BC3C;
}

.btn-dark-yellow:hover {
    background-color : #EEB424 !important;
    border-color     : #EEB424;
    color            : #FFFFFF;
}

.btn-dark-yellow:active, .btn-dark-yellow.active, .btn-dark-yellow.active:focus, .btn-dark-yellow:active:focus, .btn-dark-yellow:active:hover, .btn-dark-yellow.dropdown-toggle:active:hover {
    background-color : #B7870E !important;
    border-color     : #B7870E;
}

.btn-dark-yellow:focus {
    background-color : #F0BC3C;
    border-color     : #F0BC3C;
    color            : #FFFFFF;
}

.btn-dark-yellow.disabled:hover, .btn-dark-yellow.disabled:focus, .btn-dark-yellow.disabled:active, .btn-dark-yellow.disabled.active, .btn-dark-yellow[disabled], .btn-dark-yellow[disabled]:hover, .btn-dark-yellow[disabled]:focus, .btn-dark-yellow[disabled]:active, .btn-dark-yellow[disabled].active, fieldset[disabled] .btn-dark-yellow:hover, fieldset[disabled] .btn-dark-yellow:focus, fieldset[disabled] .btn-dark-yellow:active, fieldset[disabled] .btn-dark-yellow.active {
    background-color : #F2C453;
    border-color     : #F2C453;
    color            : #FFFFFF;
}

.btn-dark-yellow.btn-o {
    border : 1px solid #CF9810;
    color  : #CF9810;
}

.btn-dark-yellow.btn-o .caret {
    border-top-color : #CF9810;
}

.btn-dark-yellow.btn-o:hover {
    color        : #FFFFFF;
    border-color : #CF9810;
    background   : #CF9810 !important;
}

.btn-dark-yellow.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-yellow.btn-o:active, .btn-dark-yellow.btn-o.active, .btn-dark-yellow.btn-o.active:focus, .btn-dark-yellow.btn-o:active:focus, .btn-dark-yellow.btn-o:active:hover {
    background-color : #B7870E !important;
    border-color     : #B7870E !important;
    color            : #FFFFFF !important;
}

.btn-dark-yellow.btn-o:active .caret, .btn-dark-yellow.btn-o.active .caret, .btn-dark-yellow.btn-o.active:focus .caret, .btn-dark-yellow.btn-o:active:focus .caret, .btn-dark-yellow.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-yellow.btn-o:focus {
    background-color : #F0BC3C;
    border-color     : #F0BC3C;
    color            : #FFFFFF;
}

.btn-dark-yellow.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-yellow.btn-o.disabled:hover, .btn-dark-yellow.btn-o.disabled:focus, .btn-dark-yellow.btn-o.disabled:active, .btn-dark-yellow.btn-o.disabled.active, .btn-dark-yellow.btn-o[disabled], .btn-dark-yellow.btn-o[disabled]:hover, .btn-dark-yellow.btn-o[disabled]:focus, .btn-dark-yellow.btn-o[disabled]:active, .btn-dark-yellow.btn-o[disabled].active, fieldset[disabled] .btn-dark-yellow.btn-o:hover, fieldset[disabled] .btn-dark-yellow.btn-o:focus, fieldset[disabled] .btn-dark-yellow.btn-o:active, fieldset[disabled] .btn-dark-yellow.btn-o.active {
    border-color : #F2C453;
    color        : #F2C453;
}

.btn-dark-yellow .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-dark-yellow .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-grey {
    background-color : #C8C7CC;
    border-color     : #C8C7CC;
    color            : #FFFFFF;
}

.open .btn-grey.dropdown-toggle {
    background-color : #EFEFF0;
    border-color     : #EFEFF0;
}

.btn-grey:hover {
    background-color : #AEACB4 !important;
    border-color     : #AEACB4;
    color            : #FFFFFF;
}

.btn-grey:active, .btn-grey.active, .btn-grey.active:focus, .btn-grey:active:focus, .btn-grey:active:hover, .btn-grey.dropdown-toggle:active:hover {
    background-color : #A19FA8 !important;
    border-color     : #A19FA8;
}

.btn-grey:focus {
    background-color : #EFEFF0;
    border-color     : #EFEFF0;
    color            : #FFFFFF;
}

.btn-grey.disabled:hover, .btn-grey.disabled:focus, .btn-grey.disabled:active, .btn-grey.disabled.active, .btn-grey[disabled], .btn-grey[disabled]:hover, .btn-grey[disabled]:focus, .btn-grey[disabled]:active, .btn-grey[disabled].active, fieldset[disabled] .btn-grey:hover, fieldset[disabled] .btn-grey:focus, fieldset[disabled] .btn-grey:active, fieldset[disabled] .btn-grey.active {
    background-color : #FCFCFD;
    border-color     : #FCFCFD;
    color            : #FFFFFF;
}

.btn-grey.btn-o {
    border : 1px solid #C8C7CC;
    color  : #C8C7CC;
}

.btn-grey.btn-o .caret {
    border-top-color : #C8C7CC;
}

.btn-grey.btn-o:hover {
    color        : #FFFFFF;
    border-color : #C8C7CC;
    background   : #C8C7CC !important;
}

.btn-grey.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-grey.btn-o:active, .btn-grey.btn-o.active, .btn-grey.btn-o.active:focus, .btn-grey.btn-o:active:focus, .btn-grey.btn-o:active:hover {
    background-color : #BBBAC0 !important;
    border-color     : #BBBAC0 !important;
    color            : #FFFFFF !important;
}

.btn-grey.btn-o:active .caret, .btn-grey.btn-o.active .caret, .btn-grey.btn-o.active:focus .caret, .btn-grey.btn-o:active:focus .caret, .btn-grey.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-grey.btn-o:focus {
    background-color : #EFEFF0;
    border-color     : #EFEFF0;
    color            : #FFFFFF;
}

.btn-grey.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-grey.btn-o.disabled:hover, .btn-grey.btn-o.disabled:focus, .btn-grey.btn-o.disabled:active, .btn-grey.btn-o.disabled.active, .btn-grey.btn-o[disabled], .btn-grey.btn-o[disabled]:hover, .btn-grey.btn-o[disabled]:focus, .btn-grey.btn-o[disabled]:active, .btn-grey.btn-o[disabled].active, fieldset[disabled] .btn-grey.btn-o:hover, fieldset[disabled] .btn-grey.btn-o:focus, fieldset[disabled] .btn-grey.btn-o:active, fieldset[disabled] .btn-grey.btn-o.active {
    border-color : #FCFCFD;
    color        : #FCFCFD;
}

.btn-grey .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-grey .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-light-grey {
    background-color : #F7F7F8;
    border-color     : #F7F7F8;
    color            : #8E8E93;
}

.open .btn-light-grey.dropdown-toggle {
    background-color : white;
    border-color     : white;
}

.btn-light-grey:hover {
    background-color : white !important;
    border-color     : white;
    color            : #8E8E93;
}

.btn-light-grey:active, .btn-light-grey.active, .btn-light-grey.active:focus, .btn-light-grey:active:focus, .btn-light-grey:active:hover, .btn-light-grey.dropdown-toggle:active:hover {
    background-color : #EAEAEC !important;
    border-color     : #EAEAEC;
}

.btn-light-grey:focus {
    background-color : white;
    border-color     : white;
    color            : #8E8E93;
}

.btn-light-grey.disabled:hover, .btn-light-grey.disabled:focus, .btn-light-grey.disabled:active, .btn-light-grey.disabled.active, .btn-light-grey[disabled], .btn-light-grey[disabled]:hover, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:active, .btn-light-grey[disabled].active, fieldset[disabled] .btn-light-grey:hover, fieldset[disabled] .btn-light-grey:focus, fieldset[disabled] .btn-light-grey:active, fieldset[disabled] .btn-light-grey.active {
    background-color : white;
    border-color     : white;
    color            : #9B9B9F;
}

.btn-light-grey.btn-o {
    border : 1px solid #DDDCDF;
    color  : #D0CFD3;
}

.btn-light-grey.btn-o .caret {
    border-top-color : #DDDCDF;
}

.btn-light-grey.btn-o:hover {
    color        : #FFFFFF;
    border-color : #DDDCDF;
    background   : #DDDCDF !important;
}

.btn-light-grey.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-grey.btn-o:active, .btn-light-grey.btn-o.active, .btn-light-grey.btn-o.active:focus, .btn-light-grey.btn-o:active:focus, .btn-light-grey.btn-o:active:hover {
    background-color : #B6B4BB !important;
    border-color     : #B6B4BB !important;
    color            : #FFFFFF !important;
}

.btn-light-grey.btn-o:active .caret, .btn-light-grey.btn-o.active .caret, .btn-light-grey.btn-o.active:focus .caret, .btn-light-grey.btn-o:active:focus .caret, .btn-light-grey.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-light-grey.btn-o:focus {
    background-color : #D0CFD3;
    border-color     : #D0CFD3;
    color            : #FFFFFF;
}

.btn-light-grey.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-light-grey.btn-o.disabled:hover, .btn-light-grey.btn-o.disabled:focus, .btn-light-grey.btn-o.disabled:active, .btn-light-grey.btn-o.disabled.active, .btn-light-grey.btn-o[disabled], .btn-light-grey.btn-o[disabled]:hover, .btn-light-grey.btn-o[disabled]:focus, .btn-light-grey.btn-o[disabled]:active, .btn-light-grey.btn-o[disabled].active, fieldset[disabled] .btn-light-grey.btn-o:hover, fieldset[disabled] .btn-light-grey.btn-o:focus, fieldset[disabled] .btn-light-grey.btn-o:active, fieldset[disabled] .btn-light-grey.btn-o.active {
    border-color : white;
    color        : white;
}

.btn-light-grey .caret {
    border-top-color : #8E8E93;
}

.dropup .btn-light-grey .caret {
    border-bottom : 4px solid #8E8E93;
}

.btn-dark-grey {
    background-color : #AEACB4;
    border-color     : #AEACB4;
    color            : #FFFFFF;
}

.open .btn-dark-grey.dropdown-toggle {
    background-color : #D5D4D8;
    border-color     : #D5D4D8;
}

.btn-dark-grey:hover {
    background-color : #C8C7CC !important;
    border-color     : #C8C7CC;
    color            : #FFFFFF;
}

.btn-dark-grey:active, .btn-dark-grey.active, .btn-dark-grey.active:focus, .btn-dark-grey:active:focus, .btn-dark-grey:active:hover, .btn-dark-grey.dropdown-toggle:active:hover {
    background-color : #86848F !important;
    border-color     : #86848F;
}

.btn-dark-grey:focus {
    background-color : #D5D4D8;
    border-color     : #D5D4D8;
    color            : #FFFFFF;
}

.btn-dark-grey.disabled:hover, .btn-dark-grey.disabled:focus, .btn-dark-grey.disabled:active, .btn-dark-grey.disabled.active, .btn-dark-grey[disabled], .btn-dark-grey[disabled]:hover, .btn-dark-grey[disabled]:focus, .btn-dark-grey[disabled]:active, .btn-dark-grey[disabled].active, fieldset[disabled] .btn-dark-grey:hover, fieldset[disabled] .btn-dark-grey:focus, fieldset[disabled] .btn-dark-grey:active, fieldset[disabled] .btn-dark-grey.active {
    background-color : #E2E2E4;
    border-color     : #E2E2E4;
    color            : #FFFFFF;
}

.btn-dark-grey.btn-o {
    border : 1px solid #AEACB4;
    color  : #AEACB4;
}

.btn-dark-grey.btn-o .caret {
    border-top-color : #AEACB4;
}

.btn-dark-grey.btn-o:hover {
    color        : #FFFFFF;
    border-color : #AEACB4;
    background   : #AEACB4 !important;
}

.btn-dark-grey.btn-o:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-grey.btn-o:active, .btn-dark-grey.btn-o.active, .btn-dark-grey.btn-o.active:focus, .btn-dark-grey.btn-o:active:focus, .btn-dark-grey.btn-o:active:hover {
    background-color : #A19FA8 !important;
    border-color     : #A19FA8 !important;
    color            : #FFFFFF !important;
}

.btn-dark-grey.btn-o:active .caret, .btn-dark-grey.btn-o.active .caret, .btn-dark-grey.btn-o.active:focus .caret, .btn-dark-grey.btn-o:active:focus .caret, .btn-dark-grey.btn-o:active:hover .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-grey.btn-o:focus {
    background-color : #D5D4D8;
    border-color     : #D5D4D8;
    color            : #FFFFFF;
}

.btn-dark-grey.btn-o:focus .caret {
    border-top-color : #FFFFFF;
}

.btn-dark-grey.btn-o.disabled:hover, .btn-dark-grey.btn-o.disabled:focus, .btn-dark-grey.btn-o.disabled:active, .btn-dark-grey.btn-o.disabled.active, .btn-dark-grey.btn-o[disabled], .btn-dark-grey.btn-o[disabled]:hover, .btn-dark-grey.btn-o[disabled]:focus, .btn-dark-grey.btn-o[disabled]:active, .btn-dark-grey.btn-o[disabled].active, fieldset[disabled] .btn-dark-grey.btn-o:hover, fieldset[disabled] .btn-dark-grey.btn-o:focus, fieldset[disabled] .btn-dark-grey.btn-o:active, fieldset[disabled] .btn-dark-grey.btn-o.active {
    border-color : #E2E2E4;
    color        : #E2E2E4;
}

.btn-dark-grey .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-dark-grey .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-transparent-white {
    background   : none;
    border-color : rgba(255, 255, 255, 0.6);
    border-width : 1px;
    color        : #FFFFFF !important;
}

.btn-transparent-white:hover, .btn-transparent-white:focus, .btn-transparent-white:active, .btn-transparent-white.active {
    background-color : rgba(44, 47, 59, 0.1);
    border-color     : rgba(255, 255, 255, 0.8);
}

.btn-transparent-white.disabled:hover, .btn-transparent-white.disabled:focus, .btn-transparent-white.disabled:active, .btn-transparent-white.disabled.active, .btn-transparent-white[disabled]:hover, .btn-transparent-white[disabled]:focus, .btn-transparent-white[disabled]:active, .btn-transparent-white[disabled].active, fieldset[disabled] .btn-transparent-white:hover, fieldset[disabled] .btn-transparent-white:focus, fieldset[disabled] .btn-transparent-white:active, fieldset[disabled] .btn-transparent-white.active {
    background   : none;
    border-color : rgba(255, 255, 255, 0.3);
    color        : #FFFFFF;
}

.btn-transparent-white .caret {
    border-top-color : rgba(44, 47, 59, 0.1);
}

.dropup .btn-transparent-white .caret {
    border-bottom : 4px solid rgba(44, 47, 59, 0.1);
}

.btn-transparent-grey {
    background   : none;
    border-color : rgba(200, 199, 204, 0.3);
    border-width : 1px;
    color        : #C8C7CC !important;
}

.btn-transparent-grey:hover, .btn-transparent-grey:focus, .btn-transparent-grey:active, .btn-transparent-grey.active {
    background-color : rgba(200, 199, 204, 0.1);
    border-color     : rgba(200, 199, 204, 0.6);
    box-shadow       : none !important;
}

.btn-transparent-grey.disabled:hover, .btn-transparent-grey.disabled:focus, .btn-transparent-grey.disabled:active, .btn-transparent-grey.disabled.active, .btn-transparent-grey[disabled]:hover, .btn-transparent-grey[disabled]:focus, .btn-transparent-grey[disabled]:active, .btn-transparent-grey[disabled].active, fieldset[disabled] .btn-transparent-grey:hover, fieldset[disabled] .btn-transparent-grey:focus, fieldset[disabled] .btn-transparent-grey:active, fieldset[disabled] .btn-transparent-grey.active {
    background   : none;
    border-color : rgba(200, 199, 204, 0.3);
    color        : #C8C7CC;
}

.btn-transparent-grey .caret {
    border-top-color : #C8C7CC;
}

.dropup .btn-transparent-grey .caret {
    border-bottom : 4px solid #C8C7CC;
}

.btn-transparent-red {
    background   : none;
    border-color : rgba(200, 46, 41, 0.6);
    border-width : 2px;
    color        : #C82E29 !important;
}

.btn-transparent-red:hover, .btn-transparent-red:focus, .btn-transparent-red:active, .btn-transparent-red.active {
    background-color : rgba(200, 46, 41, 0.1);
    border-color     : rgba(200, 46, 41, 0.8);
}

.btn-transparent-red.disabled:hover, .btn-transparent-red.disabled:focus, .btn-transparent-red.disabled:active, .btn-transparent-red.disabled.active, .btn-transparent-red[disabled]:hover, .btn-transparent-red[disabled]:focus, .btn-transparent-red[disabled]:active, .btn-transparent-red[disabled].active, fieldset[disabled] .btn-transparent-red:hover, fieldset[disabled] .btn-transparent-red:focus, fieldset[disabled] .btn-transparent-red:active, fieldset[disabled] .btn-transparent-red.active {
    background   : none;
    border-color : rgba(200, 46, 41, 0.3);
    color        : #C82E29;
}

.btn-transparent-red .caret {
    border-top-color : #FFFFFF;
}

.dropup .btn-transparent-red .caret {
    border-bottom : 4px solid #FFFFFF;
}

.btn-squared {
    border-radius : 0 !important;
}

.btn-icon {
    background-color : #FFFFFF;
    border           : 1px solid #DDDDDD;
    border-radius    : 2px 2px 2px 2px;
    box-shadow       : 0 1px 0 rgba(255, 255, 255, 0.8);
    cursor           : pointer;
    height           : 80px;
    display          : block;
    font-size        : 14px;
    padding          : 5px 0 0;
    position         : relative;
    text-align       : center;
    transition       : all 0.3s ease 0s;
    color            : #8E8E93;
}

.btn-icon:hover {
    border-color    : #A5A5A5;
    box-shadow      : 0 0 3px rgba(0, 0, 0, 0.25);
    color           : #8E8E93;
    text-decoration : none;
    text-shadow     : 0 1px 0 #FFFFFF;
}

.btn-icon .badge {
    border-radius : 12px 12px 12px 12px !important;
    border-style  : solid;
    border-width  : 0;
    box-shadow    : none;
    color         : #FFFFFF !important;
    font-size     : 11px !important;
    font-weight   : 300;
    padding       : 3px 7px;
    position      : absolute;
    right         : -5px;
    text-shadow   : none;
    top           : -5px;
}

.btn-icon [class^="fa-"], .btn-icon [class*=" fa-"] {
    clear   : both;
    display : block;
}

.btn-file {
    position : relative;
    overflow : hidden;
}

.btn-file .svg-inject {
    vertical-align : middle;
}

.btn-o {
    background : none;
}

.iconic-elem-primary {
    fill : #58748B !important;
}

.iconic-elem-secondary {
    stroke : #FFFFFF !important;
}

.btn-file input[type=file] {
    position   : absolute;
    top        : 0;
    right      : 0;
    min-width  : 100%;
    min-height : 100%;
    font-size  : 100px;
    text-align : right;
    filter     : alpha(opacity=0);
    opacity    : 0;
    outline    : none;
    background : white;
    cursor     : inherit;
    display    : block;
}

.buttons-widget .btn, .buttons-widget .bootstrap-switch, .buttons-widget button {
    margin-bottom : 10px;
}

.buttons-widget .btn-group button, .buttons-widget .btn-group-vertical button, .buttons-widget .btn-group .btn, .buttons-widget .btn-group-vertical .btn {
    margin-bottom : 0;
}

.button-o {
    background      : none;
    border          : 1px solid #007AFF;
    border-radius   : 5px;
    box-sizing      : border-box;
    color           : #007AFF;
    cursor          : pointer;
    display         : block;
    font-family     : inherit;
    font-size       : 14px;
    height          : 29px;
    line-height     : 27px;
    margin          : 0;
    overflow        : hidden;
    padding         : 0 10px;
    position        : relative;
    text-align      : center;
    text-decoration : none;
    text-overflow   : ellipsis;
    white-space     : nowrap;
}

/***
Dropdown checkboxes
***/
.dropdown-checkboxes {
    padding : 5px;
}

.dropdown-checkboxes label {
    display     : block;
    font-weight : normal;
    line-height : 20px;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    border-left-color : rgba(255, 255, 255, 0.5) !important;
    margin            : 0;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    border-top-color : rgba(255, 255, 255, 0.5) !important;
    margin           : 0;
}

/***
Social Icons
***/
.social-icons ul {
    list-style : none;
    margin     : 0 0 -1px 0;
    padding    : 0;
}

.social-icons ul li {
    display  : inline-block;
    margin   : 0;
    padding  : 0;
    height   : 40px;
    overflow : hidden;
}

.social-icons ul li a {
    background-position : 0 0;
    background-repeat   : no-repeat;
    display             : block;
    height              : 80px;
    opacity             : 0.6;
    text-indent         : -9999px;
    transition          : all 0.2s ease 0s;
    width               : 40px;
    top                 : 0;
    font-size           : 16px;
    position            : relative;
    -moz-transition     : all, 0.3s, ease;
    -o-transition       : all, 0.3s, ease;
    -webkit-transition  : all, 0.3s, ease;
    transition          : all, 0.3s, ease;
}

.social-icons ul li a:hover {
    top : -40px;
}

.social-icons ul li a:before {
    position    : absolute;
    width       : 40px;
    height      : 40px;
    font-family : FontAwesome;
    text-indent : 0;
    line-height : 40px;
    top         : 0;
    left        : 0;
    text-align  : center;
    color       : #999999;
}

.social-icons ul li a:after {
    position    : absolute;
    width       : 40px;
    height      : 40px;
    font-family : FontAwesome;
    text-indent : 0;
    line-height : 40px;
    top         : 40px;
    left        : 0;
    text-align  : center;
    color       : #FFFFFF;
}

.social-icons ul li.social-twitter a:before, .social-icons ul li.social-twitter a:after {
    content : "\f099";
}

.social-icons ul li.social-twitter a:after {
    background : #48C4D2;
}

.social-icons ul li.social-dribbble a:before, .social-icons ul li.social-dribbble a:after {
    content : "\f17d";
}

.social-icons ul li.social-dribbble a:after {
    background : #EF5B92;
}

.social-icons ul li.social-facebook a:before, .social-icons ul li.social-facebook a:after {
    content : "\f09a";
}

.social-icons ul li.social-facebook a:after {
    background : #3B5998;
}

.social-icons ul li.social-google a:before, .social-icons ul li.social-google a:after {
    content : "\f0d5";
}

.social-icons ul li.social-google a:after {
    background : #DD4B39;
}

.social-icons ul li.social-linkedin a:before, .social-icons ul li.social-linkedin a:after {
    content : "\f0e1";
}

.social-icons ul li.social-linkedin a:after {
    background : #71B2D0;
}

.social-icons ul li.social-youtube a:before, .social-icons ul li.social-youtube a:after {
    content : "\f167";
}

.social-icons ul li.social-youtube a:after {
    background : #F45750;
}

.social-icons ul li.social-rss a:before, .social-icons ul li.social-rss a:after {
    content : "\f09e";
}

.social-icons ul li.social-rss a:after {
    background : #FE9900;
}

.social-icons ul li.social-behance a:before, .social-icons ul li.social-behance a:after {
    content : "\f1b4";
}

.social-icons ul li.social-behance a:after {
    background : #5EB5FB;
}

.social-icons ul li.social-dropbox a:before, .social-icons ul li.social-dropbox a:after {
    content : "\f16b";
}

.social-icons ul li.social-dropbox a:after {
    background : #85BEEC;
}

.social-icons ul li.social-github a:before, .social-icons ul li.social-github a:after {
    content : "\f09b";
}

.social-icons ul li.social-github a:after {
    background : #94A5B0;
}

.social-icons ul li.social-skype a:before, .social-icons ul li.social-skype a:after {
    content : "\f17e";
}

.social-icons ul li.social-skype a:after {
    background : #70CCEF;
}

.social-icons ul li.social-spotify a:before, .social-icons ul li.social-spotify a:after {
    content : "\f1bc";
}

.social-icons ul li.social-spotify a:after {
    background : #8BD05A;
}

.social-icons ul li.social-stumbleupon a:before, .social-icons ul li.social-stumbleupon a:after {
    content : "\f1a4";
}

.social-icons ul li.social-stumbleupon a:after {
    background : #F08066;
}

.social-icons ul li.social-tumblr a:before, .social-icons ul li.social-tumblr a:after {
    content : "\f173";
}

.social-icons ul li.social-tumblr a:after {
    background : #85A5C3;
}

.social-icons ul li.social-vimeo a:before, .social-icons ul li.social-vimeo a:after {
    content : "\f194";
}

.social-icons ul li.social-vimeo a:after {
    background : #7C99A8;
}

.social-icons ul li.social-wordpress a:before, .social-icons ul li.social-wordpress a:after {
    content : "\f19a";
}

.social-icons ul li.social-wordpress a:after {
    background : #649EB9;
}

.social-icons ul li.social-xing a:before, .social-icons ul li.social-xing a:after {
    content : "\f168";
}

.social-icons ul li.social-xing a:after {
    background : #4F9394;
}

.social-icons ul li.social-yahoo a:before, .social-icons ul li.social-yahoo a:after {
    content : "\f19e";
}

.social-icons ul li.social-yahoo a:after {
    background : #C38DCF;
}

.social-icons ul li.social-vk a:before, .social-icons ul li.social-vk a:after {
    content : "\f189";
}

.social-icons ul li.social-vk a:after {
    background : #708FAC;
}

.social-icons ul li.social-instagram a:before, .social-icons ul li.social-instagram a:after {
    content : "\f16d";
}

.social-icons ul li.social-instagram a:after {
    background : #CBAA97;
}

.social-icons ul li.social-reddit a:before, .social-icons ul li.social-reddit a:after {
    content : "\f1a1";
}

.social-icons ul li.social-reddit a:after {
    background : #FF7A52;
}

.social-icons ul li.social-flickr a:before, .social-icons ul li.social-flickr a:after {
    content : "\f16e";
}

.social-icons ul li.social-flickr a:after {
    background : #FF4DA9;
}

.social-icons ul li.social-foursquare a:before, .social-icons ul li.social-foursquare a:after {
    content : "\f180";
}

.social-icons ul li.social-foursquare a:after {
    background : #6FCCF4;
}

.btn-scroll {
    position                 : relative;
    overflow                 : hidden;
    font-family              : Helvetica, Arial, sans-serif !important;
    line-height              : inherit !important;
    -moz-transition          : all 0.3s ease 0s;
    -o-transition            : all 0.3s ease 0s;
    -webkit-transition       : all 0.3s ease;
    -webkit-transition-delay : 0s;
    transition               : all 0.3s ease 0s;
    font-size                : 14px;
}

.btn-scroll[class*="fa-"]:before {
    font-family : FontAwesome;
}

.btn-scroll[class*="ti-"]:before {
    font-family : themify;
}

.btn-scroll:after {
    content    : "";
    position   : absolute;
    transition : all 0.3s ease 0s;
    z-index    : -1;
}

.btn-scroll:before {
    font-style     : normal;
    font-variant   : normal;
    font-weight    : normal;
    line-height    : 1;
    position       : relative;
    text-transform : none;
    font-size      : 100%;
    height         : 100%;
    line-height    : 2.5;
    position       : absolute;
    transition     : all 0.3s ease 0s;
    width          : 100%;
}

.btn-scroll span {
    backface-visibility : hidden;
    display             : inline-block;
    height              : 100%;
    transition          : all 0.3s ease 0s;
    width               : 100%;
}

.btn-scroll.btn-scroll-top:hover span {
    -moz-transform    : translateY(300%);
    -ms-transform     : translateY(300%);
    -webkit-transform : translateY(300%);
    transform         : translateY(300%);
}

.btn-scroll.btn-scroll-top:hover:before {
    top : 0;
}

.btn-scroll.btn-scroll-top:before {
    left : 0;
    top  : -100%;
}

.btn-scroll.btn-scroll-left:hover span {
    -moz-transform    : translateX(200%);
    -ms-transform     : translateX(200%);
    -webkit-transform : translateX(200%);
    transform         : translateX(200%);
}

.btn-scroll.btn-scroll-left:hover:before {
    left : 0;
}

.btn-scroll.btn-scroll-left:before {
    left : -100%;
    top  : 0;
}

.btn-group .btn-o + .btn-o, .btn-group .btn-o + .btn-group, .btn-group .btn-group + .btn-o {
    border-left : none !important;
}

/* ---------------------------------------------------------------------- */
/*  Links
/* ---------------------------------------------------------------------- */
/*from http://tympanus.net/Development/CreativeLinkEffects/*/
nav.links {
    text-align : center;
}

nav.links a {
    color           : #8E8E93;
    display         : inline-block;
    font-size       : 1.35em;
    font-weight     : 400;
    letter-spacing  : 1px;
    margin          : 15px 25px;
    outline         : medium none;
    position        : relative;
    text-decoration : none;
    text-shadow     : 0 0 1px rgba(255, 255, 255, 0.3);
    text-transform  : uppercase;
}

[class^="cl-effect-"] a, [class*=" cl-effect-"] a {
    position : relative;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display            : inline-block;
    opacity            : 0;
    -webkit-transition : -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition    : -moz-transform 0.3s, opacity 0.2s;
    transition         : transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
    margin-right      : 10px;
    content           : '[';
    -webkit-transform : translateX(20px);
    -moz-transform    : translateX(20px);
    transform         : translateX(20px);
}

.cl-effect-1 a::after {
    margin-left       : 10px;
    content           : ']';
    -webkit-transform : translateX(-20px);
    -moz-transform    : translateX(-20px);
    transform         : translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
    opacity           : 1;
    -webkit-transform : translateX(0px);
    -moz-transform    : translateX(0px);
    transform         : translateX(0px);
}

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2 a {
    line-height         : 44px;
    -webkit-perspective : 1000px;
    -moz-perspective    : 1000px;
    perspective         : 1000px;
}

.cl-effect-2 a span {
    position                 : relative;
    display                  : inline-block;
    padding                  : 0 14px;
    background               : #58748B;
    color                    : #FFFFFF;
    -webkit-transition       : -webkit-transform 0.3s;
    -moz-transition          : -moz-transform 0.3s;
    transition               : transform 0.3s;
    -webkit-transform-origin : 50% 0;
    -moz-transform-origin    : 50% 0;
    transform-origin         : 50% 0;
    -webkit-transform-style  : preserve-3d;
    -moz-transform-style     : preserve-3d;
    transform-style          : preserve-3d;
}

.csstransforms3d .cl-effect-2 a span::before {
    position                 : absolute;
    top                      : 100%;
    left                     : 0;
    width                    : 100%;
    height                   : 100%;
    background               : #445A6C;
    content                  : attr(data-hover);
    -webkit-transition       : background 0.3s;
    -moz-transition          : background 0.3s;
    transition               : background 0.3s;
    -webkit-transform        : rotateX(-90deg);
    -moz-transform           : rotateX(-90deg);
    transform                : rotateX(-90deg);
    -webkit-transform-origin : 50% 0;
    -moz-transform-origin    : 50% 0;
    transform-origin         : 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
    -webkit-transform : rotateX(90deg) translateY(-22px);
    -moz-transform    : rotateX(90deg) translateY(-22px);
    transform         : rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
    background : #445A6C;
}

/* Effect 3: bottom line slides/fades in */
.cl-effect-3 a {
    padding : 8px 0;
}

.cl-effect-3 a::after {
    position           : absolute;
    top                : 100%;
    left               : 0;
    width              : 100%;
    height             : 4px;
    background         : rgba(0, 0, 0, 0.1);
    content            : '';
    opacity            : 0;
    -webkit-transition : opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition    : opacity 0.3s, -moz-transform 0.3s;
    transition         : opacity 0.3s, transform 0.3s;
    -webkit-transform  : translateY(10px);
    -moz-transform     : translateY(10px);
    transform          : translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
    opacity           : 1;
    -webkit-transform : translateY(0px);
    -moz-transform    : translateY(0px);
    transform         : translateY(0px);
}

/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
    padding : 0 0 10px;
}

.cl-effect-4 a::after {
    position           : absolute;
    top                : 100%;
    left               : 0;
    width              : 100%;
    height             : 1px;
    background         : #58748B;
    content            : '';
    opacity            : 0;
    -webkit-transition : height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition    : height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition         : height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform  : translateY(-10px);
    -moz-transform     : translateY(-10px);
    transform          : translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
    height            : 5px;
    opacity           : 1;
    -webkit-transform : translateY(0px);
    -moz-transform    : translateY(0px);
    transform         : translateY(0px);
}

/* Effect 5: same word slide in */
.cl-effect-5 a {
    overflow : hidden;
    padding  : 0 4px;
    height   : 1.35em;
}

.cl-effect-5 a span {
    position           : relative;
    display            : inline-block;
    -webkit-transition : -webkit-transform 0.3s;
    -moz-transition    : -moz-transform 0.3s;
    transition         : transform 0.3s;
}

.cl-effect-5 a span::before {
    position          : absolute;
    top               : 100%;
    content           : attr(data-hover);
    font-weight       : 700;
    -webkit-transform : translate3d(0, 0, 0);
    -moz-transform    : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
    -webkit-transform : translateY(-100%);
    -moz-transform    : translateY(-100%);
    transform         : translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */
.cl-effect-6 a {
    margin  : 0 10px;
    padding : 10px 20px;
}

.cl-effect-6 a::before {
    position           : absolute;
    top                : 0;
    left               : 0;
    width              : 100%;
    height             : 2px;
    background         : #58748B;
    content            : '';
    -webkit-transition : top 0.3s;
    -moz-transition    : top 0.3s;
    transition         : top 0.3s;
}

.cl-effect-6 a::after {
    position           : absolute;
    top                : 0;
    left               : 0;
    width              : 2px;
    height             : 2px;
    background         : #58748B;
    content            : '';
    -webkit-transition : height 0.3s;
    -moz-transition    : height 0.3s;
    transition         : height 0.3s;
}

.cl-effect-6 a:hover::before {
    top     : 100%;
    opacity : 1;
}

.cl-effect-6 a:hover::after {
    height : 100%;
}

/* Effect 7: second border slides up */
.cl-effect-7 a {
    padding     : 12px 10px 10px;
    color       : #566473;
    text-shadow : none;
    font-weight : 700;
}

.cl-effect-7 a::before,
.cl-effect-7 a::after {
    position           : absolute;
    top                : 100%;
    left               : 0;
    width              : 100%;
    height             : 3px;
    background         : #566473;
    content            : '';
    -webkit-transition : -webkit-transform 0.3s;
    -moz-transition    : -moz-transform 0.3s;
    transition         : transform 0.3s;
    -webkit-transform  : scale(0.85);
    -moz-transform     : scale(0.85);
    transform          : scale(0.85);
}

.cl-effect-7 a::after {
    opacity            : 0;
    -webkit-transition : top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition    : top 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition         : top 0.3s, opacity 0.3s, transform 0.3s;
}

.cl-effect-7 a:hover::before,
.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::before,
.cl-effect-7 a:focus::after {
    -webkit-transform : scale(1);
    -moz-transform    : scale(1);
    transform         : scale(1);
}

.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::after {
    top     : 0%;
    opacity : 1;
}

/* Effect 8: border slight translate */
.cl-effect-8 a {
    padding : 10px 20px;
}

.cl-effect-8 a::before,
.cl-effect-8 a::after {
    position           : absolute;
    top                : 0;
    left               : 0;
    width              : 100%;
    height             : 100%;
    border             : 3px solid #8E8E93;
    content            : '';
    -webkit-transition : -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition    : -moz-transform 0.3s, opacity 0.3s;
    transition         : transform 0.3s, opacity 0.3s;
}

.cl-effect-8 a::after {
    border-color      : #58748B;
    opacity           : 0;
    -webkit-transform : translateY(-7px) translateX(6px);
    -moz-transform    : translateY(-7px) translateX(6px);
    transform         : translateY(-7px) translateX(6px);
}

.cl-effect-8 a:hover::before,
.cl-effect-8 a:focus::before {
    opacity           : 0;
    -webkit-transform : translateY(5px) translateX(-5px);
    -moz-transform    : translateY(5px) translateX(-5px);
    transform         : translateY(5px) translateX(-5px);
}

.cl-effect-8 a:hover::after,
.cl-effect-8 a:focus::after {
    opacity           : 1;
    -webkit-transform : translateY(0px) translateX(0px);
    -moz-transform    : translateY(0px) translateX(0px);
    transform         : translateY(0px) translateX(0px);
}

/* Effect 9: second text and borders */
.cl-effect-9 a {
    margin  : 0 20px;
    padding : 18px 20px;
}

.cl-effect-9 a::before,
.cl-effect-9 a::after {
    position           : absolute;
    top                : 0;
    left               : 0;
    width              : 100%;
    height             : 1px;
    background         : #58748B;
    content            : '';
    opacity            : 0.2;
    -webkit-transition : opacity 0.3s, height 0.3s;
    -moz-transition    : opacity 0.3s, height 0.3s;
    transition         : opacity 0.3s, height 0.3s;
}

.cl-effect-9 a::after {
    top                : 100%;
    opacity            : 0;
    -webkit-transition : -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition    : -moz-transform 0.3s, opacity 0.3s;
    transition         : transform 0.3s, opacity 0.3s;
    -webkit-transform  : translateY(-10px);
    -moz-transform     : translateY(-10px);
    transform          : translateY(-10px);
}

.cl-effect-9 a span:first-child {
    z-index     : 2;
    display     : block;
    font-weight : 300;
}

.cl-effect-9 a span:last-child {
    z-index            : 1;
    display            : block;
    padding            : 8px 0 0 0;
    color              : rgba(0, 0, 0, 0.4);
    text-shadow        : none;
    text-transform     : none;
    font-size          : 0.75em;
    opacity            : 0;
    -webkit-transition : -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition    : -moz-transform 0.3s, opacity 0.3s;
    transition         : transform 0.3s, opacity 0.3s;
    -webkit-transform  : translateY(-100%);
    -moz-transform     : translateY(-100%);
    transform          : translateY(-100%);
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:focus::before {
    height : 6px;
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:hover::after,
.cl-effect-9 a:focus::before,
.cl-effect-9 a:focus::after {
    opacity           : 1;
    -webkit-transform : translateY(0px);
    -moz-transform    : translateY(0px);
    transform         : translateY(0px);
}

.cl-effect-9 a:hover span:last-child,
.cl-effect-9 a:focus span:last-child {
    opacity           : 1;
    -webkit-transform : translateY(0%);
    -moz-transform    : translateY(0%);
    transform         : translateY(0%);
}

/* Effect 10: reveal, push out */
.cl-effect-10 {
    position : relative;
    z-index  : 1;
}

.cl-effect-10 a {
    overflow : hidden;
    margin   : 0 15px;
}

.cl-effect-10 a span {
    display            : block;
    padding            : 10px 20px;
    background         : #58748B;
    color              : #FFFFFF;
    -webkit-transition : -webkit-transform 0.3s;
    -moz-transition    : -moz-transform 0.3s;
    transition         : transform 0.3s;
}

.cl-effect-10 a::before {
    position           : absolute;
    top                : 0;
    left               : 0;
    z-index            : -1;
    padding            : 10px 20px;
    width              : 100%;
    height             : 100%;
    background         : #445A6C;
    color              : #FFFFFF;
    content            : attr(data-hover);
    -webkit-transition : -webkit-transform 0.3s;
    -moz-transition    : -moz-transform 0.3s;
    transition         : transform 0.3s;
    -webkit-transform  : translateX(-25%);
}

.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
    -webkit-transform : translateX(100%);
    -moz-transform    : translateX(100%);
    transform         : translateX(100%);
}

.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
    -webkit-transform : translateX(0%);
    -moz-transform    : translateX(0%);
    transform         : translateX(0%);
}

/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.cl-effect-11 a {
    padding     : 10px 0;
    border-top  : 2px solid #58748B;
    color       : #0972B4;
    text-shadow : none;
}

.cl-effect-11 a::before {
    position           : absolute;
    top                : 0;
    left               : 0;
    overflow           : hidden;
    padding            : 10px 0;
    max-width          : 0;
    border-bottom      : 2px solid #58748B;
    color              : #58748B;
    content            : attr(data-hover);
    -webkit-transition : max-width 0.5s;
    -moz-transition    : max-width 0.5s;
    transition         : max-width 0.5s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
    max-width : 100%;
}

/* Effect 12: circle */
.cl-effect-12 a::before,
.cl-effect-12 a::after {
    position           : absolute;
    top                : 50%;
    left               : 50%;
    width              : 100px;
    height             : 100px;
    border             : 2px solid rgba(0, 0, 0, 0.1);
    border-radius      : 50%;
    content            : '';
    opacity            : 0;
    -webkit-transition : -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition    : -moz-transform 0.3s, opacity 0.3s;
    transition         : transform 0.3s, opacity 0.3s;
    -webkit-transform  : translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform     : translateX(-50%) translateY(-50%) scale(0.2);
    transform          : translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after {
    width             : 90px;
    height            : 90px;
    border-width      : 6px;
    -webkit-transform : translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform    : translateX(-50%) translateY(-50%) scale(0.8);
    transform         : translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
    opacity           : 1;
    -webkit-transform : translateX(-50%) translateY(-50%) scale(1);
    -moz-transform    : translateX(-50%) translateY(-50%) scale(1);
    transform         : translateX(-50%) translateY(-50%) scale(1);
}

/* Effect 13: three circles */
.cl-effect-13 a {
    -webkit-transition : color 0.3s;
    -moz-transition    : color 0.3s;
    transition         : color 0.3s;
}

.cl-effect-13 a::before {
    position           : absolute;
    top                : 100%;
    left               : 50%;
    color              : transparent;
    content            : '\2022';
    text-shadow        : 0 0 transparent;
    font-size          : 1.2em;
    -webkit-transition : text-shadow 0.3s, color 0.3s;
    -moz-transition    : text-shadow 0.3s, color 0.3s;
    transition         : text-shadow 0.3s, color 0.3s;
    -webkit-transform  : translateX(-50%);
    -moz-transform     : translateX(-50%);
    transform          : translateX(-50%);
    pointer-events     : none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
    color       : #58748B;
    text-shadow : 10px 0 #58748B, -10px 0 #58748B;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
    color : #58748B;
}

/* Effect 14: border switch */
.cl-effect-14 a {
    padding     : 0 20px;
    height      : 45px;
    line-height : 45px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
    position           : absolute;
    width              : 45px;
    height             : 2px;
    background         : #58748B;
    content            : '';
    opacity            : 0.2;
    -webkit-transition : all 0.3s;
    -moz-transition    : all 0.3s;
    transition         : all 0.3s;
    pointer-events     : none;
}

.cl-effect-14 a::before {
    top                      : 0;
    left                     : 0;
    -webkit-transform        : rotate(90deg);
    -moz-transform           : rotate(90deg);
    transform                : rotate(90deg);
    -webkit-transform-origin : 0 0;
    -moz-transform-origin    : 0 0;
    transform-origin         : 0 0;
}

.cl-effect-14 a::after {
    right                    : 0;
    bottom                   : 0;
    -webkit-transform        : rotate(90deg);
    -moz-transform           : rotate(90deg);
    transform                : rotate(90deg);
    -webkit-transform-origin : 100% 0;
    -moz-transform-origin    : 100% 0;
    transform-origin         : 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
    opacity : 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
    left              : 50%;
    -webkit-transform : rotate(0deg) translateX(-50%);
    -moz-transform    : rotate(0deg) translateX(-50%);
    transform         : rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
    right             : 50%;
    -webkit-transform : rotate(0deg) translateX(50%);
    -moz-transform    : rotate(0deg) translateX(50%);
    transform         : rotate(0deg) translateX(50%);
}

/* Effect 15: scale down, reveal */
.cl-effect-15 a {
    color       : rgba(88, 116, 139, 0.7) !important;
    font-weight : 700;
    text-shadow : none;
}

.cl-effect-15 a::before {
    color              : #8E8E93;
    content            : attr(data-hover);
    position           : absolute;
    -webkit-transition : -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition    : -moz-transform 0.3s, opacity 0.3s;
    transition         : transform 0.3s, opacity 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
    -webkit-transform : scale(0.9);
    -moz-transform    : scale(0.9);
    transform         : scale(0.9);
    opacity           : 0;
}

/* Effect 16: fall down */
.cl-effect-16 a {
    color       : #8E8E93;
    text-shadow : 0 0 1px rgba(111, 134, 134, 0.3);
}

.cl-effect-16 a::before {
    color              : #58748B;
    content            : attr(data-hover);
    position           : absolute;
    opacity            : 0;
    text-shadow        : 0 0 1px rgba(255, 255, 255, 0.3);
    -webkit-transform  : scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -moz-transform     : scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transform          : scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -webkit-transition : -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition    : -moz-transform 0.3s, opacity 0.3s;
    transition         : transform 0.3s, opacity 0.3s;
    pointer-events     : none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
    -webkit-transform : scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -moz-transform    : scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform         : scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity           : 1;
}

/* Effect 17: move up fade out, push border */
.cl-effect-17 a {
    color       : #8E8E93;
    text-shadow : none;
    padding     : 10px 0;
}

.cl-effect-17 a::before {
    color              : #58748B;
    text-shadow        : 0 0 1px rgba(255, 255, 255, 0.3);
    content            : attr(data-hover);
    position           : absolute;
    -webkit-transition : -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition    : -moz-transform 0.3s, opacity 0.3s;
    transition         : transform 0.3s, opacity 0.3s;
    pointer-events     : none;
}

.cl-effect-17 a::after {
    content            : '';
    position           : absolute;
    left               : 0;
    bottom             : 0;
    width              : 100%;
    height             : 2px;
    background         : #58748B;
    opacity            : 0;
    -webkit-transform  : translateY(5px);
    -moz-transform     : translateY(5px);
    transform          : translateY(5px);
    -webkit-transition : -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition    : -moz-transform 0.3s, opacity 0.3s;
    transition         : transform 0.3s, opacity 0.3s;
    pointer-events     : none;
}

.cl-effect-17 a:hover::before,
.cl-effect-17 a:focus::before {
    opacity           : 0;
    -webkit-transform : translateY(-2px);
    -moz-transform    : translateY(-2px);
    transform         : translateY(-2px);
}

.cl-effect-17 a:hover::after,
.cl-effect-17 a:focus::after {
    opacity           : 1;
    -webkit-transform : translateY(0px);
    -moz-transform    : translateY(0px);
    transform         : translateY(0px);
}

/* Effect 18: cross */
.cl-effect-18 {
    position : relative;
    z-index  : 1;
}

.cl-effect-18 a {
    padding            : 0 5px;
    color              : #8E8E93;
    font-weight        : 700;
    -webkit-transition : color 0.3s;
    -moz-transition    : color 0.3s;
    transition         : color 0.3s;
}

.cl-effect-18 a::before,
.cl-effect-18 a::after {
    position           : absolute;
    width              : 100%;
    left               : 0;
    top                : 50%;
    height             : 2px;
    margin-top         : -1px;
    background         : #58748B;
    content            : '';
    z-index            : -1;
    -webkit-transition : -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition    : -moz-transform 0.3s, opacity 0.3s;
    transition         : transform 0.3s, opacity 0.3s;
    pointer-events     : none;
}

.cl-effect-18 a::before {
    -webkit-transform : translateY(-20px);
    -moz-transform    : translateY(-20px);
    transform         : translateY(-20px);
}

.cl-effect-18 a::after {
    -webkit-transform : translateY(20px);
    -moz-transform    : translateY(20px);
    transform         : translateY(20px);
}

.cl-effect-18 a:hover,
.cl-effect-18 a:focus {
    color : #58748B;
}

.cl-effect-18 a:hover::before,
.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::before,
.cl-effect-18 a:focus::after {
    opacity : 0.3;
}

.cl-effect-18 a:hover::before,
.cl-effect-18 a:focus::before {
    -webkit-transform : rotate(45deg);
    -moz-transform    : rotate(45deg);
    transform         : rotate(45deg);
}

.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::after {
    -webkit-transform : rotate(-45deg);
    -moz-transform    : rotate(-45deg);
    transform         : rotate(-45deg);
}

/* Effect 19: 3D side */
.cl-effect-19 a {
    line-height         : 2em;
    margin              : 15px;
    -webkit-perspective : 800px;
    -moz-perspective    : 800px;
    perspective         : 800px;
    width               : 200px;
}

.cl-effect-19 a span {
    position                 : relative;
    display                  : inline-block;
    width                    : 100%;
    padding                  : 0 14px;
    background               : #58748B;
    color                    : #FFFFFF;
    -webkit-transition       : -webkit-transform 0.4s, background 0.4s;
    -moz-transition          : -moz-transform 0.4s, background 0.4s;
    transition               : transform 0.4s, background 0.4s;
    -webkit-transform-style  : preserve-3d;
    -moz-transform-style     : preserve-3d;
    transform-style          : preserve-3d;
    -webkit-transform-origin : 50% 50% -100px;
    -moz-transform-origin    : 50% 50% -100px;
    transform-origin         : 50% 50% -100px;
}

.csstransforms3d .cl-effect-19 a span::before {
    position                 : absolute;
    top                      : 0;
    left                     : 100%;
    width                    : 100%;
    height                   : 100%;
    background               : #445A6C;
    content                  : attr(data-hover);
    -webkit-transition       : background 0.4s;
    -moz-transition          : background 0.4s;
    transition               : background 0.4s;
    -webkit-transform        : rotateY(90deg);
    -moz-transform           : rotateY(90deg);
    transform                : rotateY(90deg);
    -webkit-transform-origin : 0 50%;
    -moz-transform-origin    : 0 50%;
    transform-origin         : 0 50%;
    pointer-events           : none;
}

.cl-effect-19 a:hover span,
.cl-effect-19 a:focus span {
    background        : #445A6C;
    -webkit-transform : rotateY(-90deg);
    -moz-transform    : rotateY(-90deg);
    transform         : rotateY(-90deg);
}

.csstransforms3d .cl-effect-19 a:hover span::before,
.csstransforms3d .cl-effect-19 a:focus span::before {
    background : #718EA5;
}

/* Effect 20: 3D side */
.cl-effect-20 a {
    line-height         : 2em;
    -webkit-perspective : 800px;
    -moz-perspective    : 800px;
    perspective         : 800px;
}

.cl-effect-20 a span {
    position                 : relative;
    display                  : inline-block;
    padding                  : 3px 15px 0;
    background               : #58748B;
    box-shadow               : inset 0 3px #445A6C;
    color                    : #FFFFFF;
    -webkit-transition       : background 0.6s;
    -moz-transition          : background 0.6s;
    transition               : background 0.6s;
    -webkit-transform-origin : 50% 0;
    -moz-transform-origin    : 50% 0;
    transform-origin         : 50% 0;
    -webkit-transform-style  : preserve-3d;
    -moz-transform-style     : preserve-3d;
    transform-style          : preserve-3d;
    -webkit-transform-origin : 0% 50%;
    -moz-transform-origin    : 0% 50%;
    transform-origin         : 0% 50%;
}

.cl-effect-20 a span::before {
    position                 : absolute;
    top                      : 0;
    left                     : 0;
    width                    : 100%;
    height                   : 100%;
    background               : #718EA5;
    color                    : #FFFFFF;
    content                  : attr(data-hover);
    -webkit-transform        : rotateX(270deg);
    -moz-transform           : rotateX(270deg);
    transform                : rotateX(270deg);
    -webkit-transition       : -webkit-transform 0.6s;
    -moz-transition          : -moz-transform 0.6s;
    transition               : transform 0.6s;
    -webkit-transform-origin : 0 0;
    -moz-transform-origin    : 0 0;
    transform-origin         : 0 0;
    pointer-events           : none;
}

.cl-effect-20 a:hover span,
.cl-effect-20 a:focus span {
    background : #445A6C;
}

.cl-effect-20 a:hover span::before,
.cl-effect-20 a:focus span::before {
    -webkit-transform : rotateX(10deg);
    -moz-transform    : rotateX(10deg);
    transform         : rotateX(10deg);
}

/* Effect 21: borders slight translate */
.cl-effect-21 a {
    padding            : 10px;
    color              : #237546;
    font-weight        : 700;
    text-shadow        : none;
    -webkit-transition : color 0.3s;
    -moz-transition    : color 0.3s;
    transition         : color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
    position           : absolute;
    left               : 0;
    width              : 100%;
    height             : 2px;
    background         : #FFFFFF;
    content            : '';
    opacity            : 0;
    -webkit-transition : opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition    : opacity 0.3s, -moz-transform 0.3s;
    transition         : opacity 0.3s, transform 0.3s;
    -webkit-transform  : translateY(-10px);
    -moz-transform     : translateY(-10px);
    transform          : translateY(-10px);
}

.cl-effect-21 a::before {
    top               : 0;
    -webkit-transform : translateY(-10px);
    -moz-transform    : translateY(-10px);
    transform         : translateY(-10px);
}

.cl-effect-21 a::after {
    bottom            : 0;
    -webkit-transform : translateY(10px);
    -moz-transform    : translateY(10px);
    transform         : translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
    color : #FFFFFF;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
    opacity           : 1;
    -webkit-transform : translateY(0px);
    -moz-transform    : translateY(0px);
    transform         : translateY(0px);
}

/* ---------------------------------------------------------------------- */
/*  Form Wizard
 /* ---------------------------------------------------------------------- */
.swMain > ul {
    display       : table;
    list-style    : none;
    margin        : 0 0 40px 0;
    padding       : 10px 0;
    position      : relative;
    width         : 100%;
    background    : #58748B;
    border-radius : 5px;
}

.swMain > ul li {
    display    : table-cell;
    text-align : center;
    width      : 1%;
}

.swMain > ul li > a:before {
    border-top : 4px solid #C8C7CC;
    content    : "";
    display    : block;
    font-size  : 0;
    height     : 1px;
    overflow   : hidden;
    position   : relative;
    top        : 21px;
    width      : 100%;
    z-index    : 1;
}

.swMain > ul li:first-child > a:before {
    left      : 50%;
    max-width : 51%;
}

.swMain > ul li:last-child > a:before {
    max-width : 50%;
    width     : 50%;
}

.swMain > ul li > a.selected:before, .swMain li > a.done:before {
    border-color : #3E5365;
}

.swMain > ul .stepNumber {
    background-color : #FFFFFF;
    border           : 5px solid #C8C7CC;
    border-radius    : 100% 100% 100% 100%;
    color            : #3E5365;
    display          : inline-block;
    font-size        : 15px;
    height           : 40px;
    line-height      : 30px;
    position         : relative;
    text-align       : center;
    width            : 40px;
    z-index          : 2;
}

.swMain > ul li > a.selected .stepNumber {
    border-color : #3E5365;
}

.swMain ul li > a.done .stepNumber {
    border-color     : #354A5D;
    background-color : #3E5365;
    color            : #FFFFFF;
    text-indent      : -9999px;
}

.swMain ul li > a.done .stepNumber:before {
    content      : "\f00c";
    display      : inline;
    float        : right;
    font-family  : FontAwesome;
    font-weight  : 300;
    height       : auto;
    text-shadow  : none;
    margin-right : 7px;
    text-indent  : 0;
}

.swMain ul li > a.done.wait .stepNumber {
    background-color : #F6F6F6 !important;
    color            : #CCCCCC !important;
    text-indent      : -0px !important;
}

.swMain ul li > a.done.wait .stepNumber:before {
    content : "" !important;
}

.swMain > ul li .stepDesc {
    color        : #FFFFFF;
    display      : block;
    font-size    : 14px;
    margin-top   : 4px;
    max-width    : 100%;
    table-layout : fixed;
    text-align   : center;
    word-wrap    : break-word;
    z-index      : 104;
}

.swMain > ul li > a.selected .stepDesc, .swMain li > a.done .stepDesc {
    color       : #FFFFFF;
    font-weight : bold;
    font-size   : 16px;
}

.swMain > ul li > a:hover {
    text-decoration : none;
}

.swMain > ul li > a.disabled {
    cursor : default;
}

.swMain .progress {
    margin-bottom : 30px;
}

.swMain .stepContainer {
    height : auto !important;
}

.swMain .loader {
    display : none;
}

.swMain [class^="button"], .swMain [class*=" button"] {
    display : none;
}

.swMain .close {
    /*display : none;*/
}

/* ---------------------------------------------------------------------- */
/*  Login
/* ---------------------------------------------------------------------- */
.main-login {
    position   : relative;
    margin-top : 60px;
}

.app-navbar-fixed .main-login {
    margin-top : 0;
}

@media (max-width : 991px) {
    .main-login {
        margin-top : 60px !important;
    }

}

.main-login .logo {
    padding : 0 10px;
}

.main-login .logo > img {
    display : inline-block !important;
}

.main-login .box-login, .main-login .box-forgot, .main-login .box-register {
    overflow : hidden;
    margin   : 15px 0 65px 0;
}

.main-login .form fieldset {
    border  : none;
    margin  : 0;
    padding : 10px 0 0;
}

.main-login a.forgot {
    color       : #909090;
    font-size   : 12px;
    position    : absolute;
    right       : 10px;
    text-shadow : 1px 1px 1px #FFFFFF;
    top         : 9px;
}

.main-login input.password {
    padding-right : 130px;
}

.main-login label {
    color      : #7F7F7F;
    font-size  : 14px;
    margin-top : 5px;
}

.main-login .copyright {
    font-size  : 11px;
    margin     : 0 auto;
    padding    : 10px 10px 0;
    text-align : center;
}

.main-login .form-actions:before, .main-login .form-actions:after {
    content     : "";
    display     : table;
    line-height : 0;
}

.main-login .form-actions:after {
    clear : both;
}

.main-login .form-actions {
    margin-top  : 15px;
    padding-top : 10px;
    display     : block;
}

.main-login .new-account {
    border-top  : 1px dotted #EEEEEE;
    margin-top  : 15px;
    padding-top : 10px;
    display     : block;
}

/* ---------------------------------------------------------------------- */
/*  Lock Screen
/* ---------------------------------------------------------------------- */
.lock-screen {
    margin   : -150px 0 0 -100px;
    width    : 200px;
    left     : 50%;
    position : absolute;
    top      : 50%;
}

.lock-screen .box-ls {
    overflow   : hidden;
    text-align : center;
}

.lock-screen .user-info {
    margin : 10px 0;
}

.lock-screen .user-info h4 {
    color       : #666666;
    font-family : 'Raleway', sans-serif;
    font-weight : 300;
    margin-top  : 0;
}

.lock-screen .user-info > span {
    color         : #666666;
    display       : block;
    font-size     : 12px;
    margin-bottom : 5px;
}

/* ---------------------------------------------------------------------- */
/*  Invoice
/* ---------------------------------------------------------------------- */
.invoice {
    margin-bottom : 20px;
}

.invoice .invoice-logo {
    margin-bottom : 20px;
}

.invoice table {
    margin : 30px 0;
}

.invoice .invoice-logo p {
    font-size   : 20px;
    line-height : 28px;
    padding     : 25px 0;
    text-align  : right;
}

.invoice .invoice-logo p small {
    display   : block;
    font-size : 14px;
}

.invoice h4 {
    font-family : 'Open Sans', sans-serif;
    font-weight : 300 !important;
}

.invoice-details {
    padding-top : 30px;
}

.invoice .invoice-block {
    text-align : right;
}

.invoice .invoice-block .amounts {
    font-size  : 14px;
    margin-top : 20px;
}

/* ---------------------------------------------------------------------- */
/*  Timeline
/* ---------------------------------------------------------------------- */
div.timeline {
    margin   : 0;
    overflow : hidden;
    position : relative;
}

div.timeline .columns {
    margin     : 0;
    padding    : 0;
    list-style : none;
}

div.timeline .columns > li:nth-child(2n+1) {
    float : left;
    width : 50%;
    clear : left;
}

div.timeline .columns > li:nth-child(2n+1) .timeline_element {
    float        : right;
    left         : 10%;
    margin-right : 30px;
    left         : 0;
    opacity      : 1;
}

div.timeline .columns > li:nth-child(2n+1) .timeline_element:before {
    right : -27px;
    top   : 15px;
}

div.timeline .columns > li:nth-child(2n+1) .timeline_element:after {
    right : -35px;
    top   : 10px;
}

div.timeline .columns > li:nth-child(2n+2) {
    float      : right;
    margin-top : 20px;
    width      : 50%;
    clear      : right;
}

div.timeline .columns > li:nth-child(2n+2) .timeline_element {
    float       : left;
    margin-left : 30px;
    right       : 10%;
    opacity     : 1;
    right       : 0;
}

div.timeline .columns > li:nth-child(2n+2) .timeline_element:before {
    left : -27px;
    top  : 15px;
}

div.timeline .columns > li:nth-child(2n+2) .timeline_element:after {
    left : -35px;
    top  : 10px;
}

div.timeline .date_separator {
    clear      : both;
    height     : 60px;
    position   : relative;
    text-align : center;
}

div.timeline .date_separator span {
    border-radius    : 5px;
    height           : 30px;
    line-height      : 30px;
    margin-top       : -16px;
    position         : absolute;
    top              : -200%;
    width            : 200px;
    top              : 50%;
    left             : 50%;
    margin-left      : -100px;
    background-color : #58748B;
    color            : #FFFFFF;
}

div.timeline .spine {
    border-radius    : 2px;
    position         : absolute;
    top              : 0;
    width            : 4px;
    left             : 50%;
    margin-left      : -2px;
    bottom           : 0;
    background-color : rgba(0, 0, 0, 0.1);
}

div.timeline .column_center .timeline_element {
    margin  : 20px auto;
    opacity : 1;
}

div.timeline .column_center .timeline_element:before, div.timeline .column_center .timeline_element:after {
    display : none;
}

.timeline_element {
    border-radius : 5px;
    clear         : both;
    margin        : 30px 0;
    padding       : 20px;
    opacity       : 0;
    position      : relative;
    transition    : all 0.2s linear 0s;
    min-width     : 66.6667%;
    text-shadow   : none;
    box-shadow    : 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.timeline_element.partition-white {
    border : 1px solid rgba(0, 0, 0, 0.07);
}

.timeline_element.partition-white:hover {
    border : 1px solid rgba(0, 0, 0, 0.04);
}

.timeline_element.partition-white:after {
    background-color : #FFFFFF;
}

.timeline_element.partition-white:hover:after {
    background-color : #C3C2C7;
    border           : 1px solid #FFFFFF;
}

.timeline_element.partition-green {
    border : none;
    color  : #FFFFFF;
}

.timeline_element.partition-green:hover {
    border : none;
}

.timeline_element.partition-green:after {
    background-color : #5A8770;
}

.timeline_element.partition-green:hover:after {
    background-color : #FFFFFF;
    border           : 1px solid #5A8770;
}

.timeline_element.partition-orange {
    border : none;
    color  : #FFFFFF;
}

.timeline_element.partition-orange:hover {
    border : none;
}

.timeline_element.partition-orange:after {
    background-color : #F18636;
}

.timeline_element.partition-orange:hover:after {
    background-color : #FFFFFF;
    border           : 1px solid #F18636;
}

.timeline_element.partition-blue {
    border : none;
    color  : #FFFFFF;
}

.timeline_element.partition-blue:hover {
    border : none;
}

.timeline_element.partition-blue:after {
    background-color : #407887;
}

.timeline_element.partition-blue:hover:after {
    background-color : #FFFFFF;
    border           : 1px solid #407887;
}

.timeline_element.partition-red {
    border : none;
    color  : #FFFFFF;
}

.timeline_element.partition-red:hover {
    border : none;
}

.timeline_element.partition-red:after {
    background-color : #C82E29;
}

.timeline_element.partition-red:hover:after {
    background-color : #FFFFFF;
    border           : 1px solid #C82E29;
}

.timeline_element.partition-azure {
    border : none;
    color  : #FFFFFF;
}

.timeline_element.partition-azure:hover {
    border : none;
}

.timeline_element.partition-azure:after {
    background-color : #5B9BD1;
}

.timeline_element.partition-azure:hover:after {
    background-color : #FFFFFF;
    border           : 1px solid #5B9BD1;
}

.timeline_element.partition-purple {
    border : none;
    color  : #FFFFFF;
}

.timeline_element.partition-purple:hover {
    border : none;
}

.timeline_element.partition-purple:after {
    background-color : #9A89B5;
}

.timeline_element.partition-purple:hover:after {
    background-color : #FFFFFF;
    border           : 1px solid #9A89B5;
}

.timeline_element:hover {
    box-shadow : 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.timeline_element:before {
    content    : "";
    display    : block;
    height     : 0;
    position   : absolute;
    width      : 26px;
    border-top : 1px dashed #CCCCCC;
}

.timeline_element:after {
    border-radius    : 100%;
    content          : "";
    display          : block;
    height           : 10px;
    position         : absolute;
    width            : 10px;
    background-color : #BBBBBB;
    border           : 1px solid #FFFFFF;
    box-shadow       : 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.timeline_element:hover:after {
    z-index          : 100;
    background-color : #FFFFFF;
    border           : 1px solid #CCCCCC;
    z-index          : 100;
}

.timeline_element .timeline_title {
    overflow       : hidden;
    position       : relative;
    text-transform : uppercase;
    padding-top    : 10px;
    white-space    : nowrap;
}

.timeline_element .timeline_title h4 {
    line-height : 30px;
}

.timeline_element .timeline_date {
    display : block;
}

.timeline_element .timeline_date .day {
    font-size      : 52px;
    letter-spacing : -2px;
}

.timeline_element .timeline_content {
    padding-top    : 10px;
    padding-bottom : 10px;
}

.timeline_element .readmore {
    padding    : 10px 0;
    text-align : right;
}

.timeline-scrubber {
    padding    : 8px 0 8px 1px;
    top        : 60px;
    right      : 0;
    width      : 100px;
    z-index    : 1;
    list-style : none;
    position   : absolute;
}

.timeline-scrubber li {
    margin-bottom : 1px;
}

.timeline-scrubber li:nth-last-child(2) a {
    border-color : white;
    color        : white;
}

.timeline-scrubber li:last-child a {
    border-color : white;
    color        : white;
}

.timeline-scrubber a {
    border-left : 5px solid #F7F7F8;
    color       : #F7F7F8;
    display     : block;
    font-weight : normal;
    outline     : medium none;
    padding     : 4px 0 4px 6px;
}

.timeline-scrubber a:hover {
    border-color : #C3C2C7 !important;
    color        : #C3C2C7 !important;
}

.timeline-scrubber .selected > a {
    border-left-color : #AEACB4 !important;
    color             : #AEACB4 !important;
    font-weight       : bold !important;
}

/* ie8 fixes */
.ie8 div.timeline_element:after {
    display : none;
}

.ie8 div.timeline_element:before {
    display : none;
}

/**/
.timeline-xs {
    margin     : 0;
    padding    : 0;
    list-style : none;
}

.timeline-xs .timeline-item {
    position    : relative;
    border-left : 1px solid #C8C7CC;
}

.timeline-xs .timeline-item:after {
    background-color : #FFFFFF;
    border-color     : #58748B;
    border-radius    : 10px;
    border-style     : solid;
    border-width     : 1px;
    bottom           : 0;
    content          : "";
    height           : 9px;
    left             : 0;
    margin-left      : -5px;
    position         : absolute;
    width            : 9px;
}

.timeline-xs .timeline-item p {
    margin         : 0;
    padding-bottom : 10px;
}

.timeline-xs .timeline-item.success {
    border-left-color : #5CB85C;
}

.timeline-xs .timeline-item.success:after {
    border-color : #5CB85C;
}

.timeline-xs .timeline-item.danger {
    border-left-color : #D43F3A;
}

.timeline-xs .timeline-item.danger:after {
    border-color : #D43F3A;
}

.timeline-xs .timeline-item.info {
    border-left-color : #46B8DA;
}

.timeline-xs .timeline-item.info:after {
    border-color : #46B8DA;
}

.timeline-xs .timeline-item.warning {
    border-left-color : #EEA236;
}

.timeline-xs .timeline-item.warning:after {
    border-color : #EEA236;
}

.timeline-xs .timeline-item:before, .timeline-xs .timeline-item:after {
    content : " ";
    display : table;
}

.timeline-xs .timeline-item:after {
    clear  : both;
    bottom : auto;
    top    : 4px;
}

@media (max-width : 991px) {
    /* 991px */
    div.timeline {
        margin : 0;
    }

    div.timeline .columns li {
        float : none !important;
        width : 100% !important;
    }

    .timeline_element {
        margin : 20px auto !important;
    }

    .timeline_element:after {
        display : none;
    }

    .timeline_element:before {
        display : none;
    }

    .timeline-scrubber {
        display : none;
    }
}

/* ---------------------------------------------------------------------- */
/*  Tables
/* ---------------------------------------------------------------------- */
.table {
    border-collapse : separate;
}

.table > thead > tr > th {
    border-top : none;
}

.table-bordered.table > thead > tr > th {
    border-bottom : 1px solid #DDDDDD;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-bottom : 1px solid #E2E2E4;
    color         : #5B5B60 !important;
    border-top    : none;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color : #E7E7E9;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th {
    background-color : #E7E7E9 !important;
    color            : #5B5B60 !important;
}

.table > tbody > tr.active:hover > td, .table > tbody > tr.active:hover > th {
    background-color : #DDDCDF !important;
    color            : #5B5B60 !important;
}

th.center, td.center {
    text-align : center;
}

td.center .dropdown-menu {
    text-align : left;
}

td.small-width {
    width : 15%;
}

.table thead tr {
    color       : #707070;
    font-weight : normal;
}

.table.table-bordered {
    /*border-right  : none;*/
    /*border-bottom : none;*/
}

.table.table-bordered thead tr th {
    vertical-align : middle;
}

.table.table-bordered > thead > tr > th, .table.table-bordered > tbody > tr > th, .table.table-bordered > tfoot > tr > th, .table.table-bordered > thead > tr > td, .table.table-bordered > tbody > tr > td, .table.table-bordered > tfoot > tr > td {
    border-top  : none;
    border-left : none;
}

.table.table-bordered > thead > tr > th, .table.table-bordered > tbody > tr > th, .table.table-bordered > tfoot > tr > th, .table.table-bordered > thead > tr > td, .table.table-bordered > tbody > tr > td, .table.table-bordered > tfoot > tr > td {
    border-top  : none;
    border-left : none;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align : middle;
}

.table-striped > tbody > tr:nth-child(2n+1) {
    background-color : #EFEFF0;
}

.editable-element {
    border-bottom   : 1px dashed #0088CC;
    text-decoration : none;
    opacity         : 0.5;
    display         : inline;
}

.ng-table th {
    text-align : left !important;
}

.ng-table .plus, .ng-table .minus {
    font-weight  : bold;
    padding-left : 18px;
    position     : relative;
}

.ng-table .plus:before, .ng-table .minus:before {
    content      : "";
    border-width : 4px;
    border-style : solid;
    left         : 8px;
    top          : 50%;
    position     : absolute;
    margin-top   : -2px;
}

.ng-table .plus {
    color : green;
}

.ng-table .plus:before {
    border-color : green;
    border-top   : none;
    border-left  : 4px solid transparent;
    border-right : 4px solid transparent;
}

.ng-table .minus {
    color : red;
}

.ng-table .minus:before {
    border-color  : red;
    border-bottom : none;
    border-left   : 4px solid transparent;
    border-right  : 4px solid transparent;
}

.odd {
    background : #EFEFF0;
}

.even {
    background : #FFFFFF;
}

@media (max-width : 767px) {
    .ng-table-pager {
        text-align : center;
    }

    .ng-table-pager .ng-table-counts {
        float : none !important;
    }

    .ng-table-pager .pagination {
        display : block;
    }

    .ng-table-pager .pagination li {
        display : inline-block;
    }

    #theme .thumbnail img {
        max-height : 250px;
        height     : auto;
    }
}

.table-stylish {
    border-spacing : 0 5px;
    position       : relative;
    margin-top     : -5px;
}

.table-stylish td {
    background     : #F3F0F1;
    /* Old browsers */
    background     : -moz-linear-gradient(top, #F3F0F1 0%, #EEEEEE 100%);
    /* FF3.6-15 */
    background     : -webkit-linear-gradient(top, #F3F0F1 0%, #EEEEEE 100%);
    /* Chrome10-25,Safari5.1-6 */
    background     : linear-gradient(to bottom, #F3F0F1 0%, #EEEEEE 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter         : progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f0f1', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
    padding-top    : 15px !important;
    padding-bottom : 15px !important;
    position       : relative;
}

.table-stylish td:before {
    content    : '';
    width      : 1px;
    background : #E2E2E4;
    right      : 0;
    top        : 5px;
    bottom     : 5px;
    position   : absolute;
}

.table-stylish td:first-child {
    border-top-left-radius    : 5px;
    border-bottom-left-radius : 5px;
    border-left               : 1px solid #E2E2E4;
}

.table-stylish td:last-child {
    border-top-right-radius    : 5px;
    border-bottom-right-radius : 5px;
}

.table-stylish td:last-child:before {
    background : none !important;
}

/* ---------------------------------------------------------------------- */
/*  Media
/* ---------------------------------------------------------------------- */
.img-media {
    width      : auto;
    height     : auto;
    max-height : 90px;
    max-width  : none;
}

/* ---------------------------------------------------------------------- */
/*  Hover Effects
/* ---------------------------------------------------------------------- */
.figure-wrapper {
    position     : relative;
    padding      : 0;
    margin-right : -1px;
}

.figure-wrapper figure {
    position : relative;
    float    : left;
    overflow : hidden;
    margin   : 10px 0;
    width    : 100%;
    cursor   : pointer;
}

.figure-wrapper figure img {
    position : relative;
    display  : block;
}

.figure-wrapper figure figcaption {
    padding                     : 2em;
    color                       : #FFFFFF;
    text-transform              : uppercase;
    font-size                   : 1.25em;
    -webkit-backface-visibility : hidden;
    backface-visibility         : hidden;
}

.figure-wrapper figure figcaption::before, .figure-wrapper figure figcaption::after {
    pointer-events : none;
}

.figure-wrapper figure figcaption > a {
    z-index     : 1000;
    text-indent : 200%;
    white-space : nowrap;
    font-size   : 0;
    opacity     : 0;
}

.figure-wrapper figure figcaption, .figure-wrapper figure figcaption > a {
    position : absolute;
    top      : 0;
    left     : 0;
    width    : 100%;
    height   : 100%;
}

.figure-wrapper figure h2 {
    word-spacing : -1px;
    font-weight  : 300;
    font-size    : 21px;
}

.figure-wrapper figure h2 span {
    font-weight : 800;
}

.figure-wrapper figure h2, .figure-wrapper figure p {
    margin : 0;
}

.figure-wrapper figure p {
    letter-spacing : 1px;
    font-size      : 68.5%;
}

/*---------------*/
/***** Zoe *****/
/*---------------*/
figure.effect-zoe {
    background : #2C2F3B;
}

figure.effect-zoe img {
    -webkit-transition          : opacity 1s, -webkit-transform 1s;
    transition                  : opacity 1s, transform 1s;
    -webkit-backface-visibility : hidden;
    backface-visibility         : hidden;
    width                       : 100%;
}

figure.effect-zoe figcaption {
    top                : auto;
    bottom             : 0;
    padding            : 5px 10px;
    height             : 60px;
    background         : #FFFFFF;
    color              : #3C4A50;
    -webkit-transition : -webkit-transform 0.35s;
    transition         : transform 0.35s;
    -webkit-transform  : translate3d(0, 100%, 0);
    transform          : translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    float       : left;
    line-height : 50px;
}

figure.effect-zoe p.icon-links {
    line-height : 50px;
}

figure.effect-zoe p.icon-links a {
    float : right;
    color : #3C4A50;
}

figure.effect-zoe p.icon-links a span::before {
    display   : inline-block;
    padding   : 8px 10px;
    font-size : 17px;
}

figure.effect-zoe p.description {
    position                    : absolute;
    bottom                      : 80px;
    padding                     : 10px;
    color                       : #FFFFFF;
    text-transform              : none;
    font-size                   : 90%;
    opacity                     : 0;
    -webkit-transition          : opacity 0.35s;
    transition                  : opacity 0.35s;
    -webkit-backface-visibility : hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2, figure.effect-zoe p.icon-links a {
    -webkit-transition : -webkit-transform 0.35s;
    transition         : transform 0.35s;
    -webkit-transform  : translate3d(0, 200%, 0);
    transform          : translate3d(0, 200%, 0);
}

figure.effect-zoe h2 {
    display : inline-block;
}

figure.effect-zoe:hover img {
    opacity           : 0.4;
    -webkit-transform : scale3d(1.1, 1.1, 1);
    transform         : scale3d(1.1, 1.1, 1);
}

figure.effect-zoe:hover p.description {
    opacity : 1;
}

figure.effect-zoe:hover p.icon-links a:hover, figure.effect-zoe:hover p.icon-links a:focus {
    color : #252D31;
}

figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover p.icon-links a {
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay : 0.05s;
    transition-delay         : 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay : 0.1s;
    transition-delay         : 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay : 0.15s;
    transition-delay         : 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay : 0.2s;
    transition-delay         : 0.2s;
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.effect-goliath {
    background : #58748B;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition : -webkit-transform 0.35s;
    transition         : transform 0.35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility : hidden;
    backface-visibility         : hidden;
    width                       : 100%;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position : absolute;
    bottom   : 0;
    left     : 0;
    padding  : 30px;
}

figure.effect-goliath p {
    text-transform     : none;
    font-size          : 90%;
    opacity            : 0;
    -webkit-transition : opacity 0.35s, -webkit-transform 0.35s;
    transition         : opacity 0.35s, transform 0.35s;
    -webkit-transform  : translate3d(0, 50px, 0);
    transform          : translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
    -webkit-transform : translate3d(0, -80px, 0);
    transform         : translate3d(0, -80px, 0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform : translate3d(0, -100px, 0);
    transform         : translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
    opacity           : 1;
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
}

/*-----------------*/
/***** Icons *****/
/*-----------------*/
.icons-effect {
    position : relative;
}

.icons-effect .mask, .icons-effect .content {
    position : absolute;
    overflow : hidden;
    top      : 0;
    left     : 0;
    right    : 0;
    bottom   : 0;
}

.icons-effect img {
    display  : block;
    position : relative;
}

.icons-effect a.info {
    display         : inline-block;
    text-decoration : none;
    padding         : 0;
    text-indent     : -9999px;
    width           : 20px;
    height          : 20px;
}

.icons-effect .mask {
    opacity            : 0;
    overflow           : visible;
    background-color   : rgba(0, 0, 0, 0.7);
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    box-sizing         : border-box;
    -webkit-transition : all 0.2s ease-in-out;
    -moz-transition    : all 0.2s ease-in-out;
    -o-transition      : all 0.2s ease-in-out;
    -ms-transition     : all 0.2s ease-in-out;
    transition         : all 0.2s ease-in-out;
}

.icons-effect .mask.mask-rounded {
    border-radius : 6px;
}

.icons-effect .icons-wrapper {
    display : table;
    width   : 100%;
    height  : 100%;
}

.icons-effect .icons {
    display        : table-cell;
    vertical-align : middle;
    text-align     : center;
}

.icons-effect a.icon {
    display            : inline-block;
    position           : relative;
    opacity            : 0;
    -webkit-transition : all 0.2s 0s ease-in-out;
    -moz-transition    : all 0.2s 0s ease-in-out;
    -o-transition      : all 0.2s 0s ease-in-out;
    -ms-transition     : all 0.2s 0s ease-in-out;
    transition         : all 0.2s 0s ease-in-out;
    -webkit-transform  : rotate(360deg);
    transform          : rotate(-60deg);
}

.icons-effect:hover .mask {
    opacity          : 1;
    background-color : rgba(0, 0, 0, 0.7);
}

.icons-effect:hover a.icon {
    opacity           : 1;
    -webkit-transform : rotate(360deg);
    transform         : rotate(0deg);
}

.icons-effect:hover a.icon:nth-child(2) {
    -moz-transition-delay    : 0.2s;
    -o-transition-delay      : 0.2s;
    -webkit-transition-delay : 0.2s;
    transition-delay         : 0.2s;
}

.icons-effect:hover a.icon:nth-child(3) {
    -moz-transition-delay    : 0.3s;
    -o-transition-delay      : 0.3s;
    -webkit-transition-delay : 0.3s;
    transition-delay         : 0.3s;
}

.icons-effect:hover a.icon:nth-child(4) {
    -moz-transition-delay    : 0.4s;
    -o-transition-delay      : 0.4s;
    -webkit-transition-delay : 0.4s;
    transition-delay         : 0.4s;
}

/* ---------------------------------------------------------------------- */
/*  User profile
/* ---------------------------------------------------------------------- */
.user-left {
    border-right  : 1px solid #DDDDDD;
    padding-right : 15px;
}

@media (max-width : 991px) {
    .user-left {
        border-right  : none;
        padding-right : 0;
        margin-bottom : 15px;
    }
}

.user-left a:hover, .user-left a:focus {
    text-decoration : none;
}

.user-left td .edit-user-info {
    visibility : hidden;
}

.user-left tr:hover .edit-user-info {
    visibility : visible;
}

.user-image {
    position : relative;
    display  : inline-block;
}

.user-image img {
    max-width : 150px;
}

.user-image .user-image-buttons {
    position : absolute;
    top      : 10px;
    right    : 10px;
    display  : none;
}

.user-image:hover .user-image-buttons {
    display : block;
}

.user-edit-image-buttons {
    display : inline;
}

#projects .progress {
    margin-bottom : 0;
}

.ltwt {
    font-size   : 12px;
    line-height : 15px;
    list-style  : outside none none;
    margin      : 0;
    padding     : 0;
}

.ltwt .ltwt_tweet {
    margin-bottom : 30px;
    padding       : 0 0 0 45px;
    position      : relative;
}

.ltwt .ltwt_tweet:before {
    content     : "\e74b";
    font-family : 'themify';
    font-size   : 30px;
    margin-left : -45px;
    position    : absolute;
    top         : 6px;
    color       : #46B8DA;
}

.ltwt .ltwt_tweet .ltwt_tweet_text {
    margin-bottom : 5px;
    margin-top    : 0;
}

/* ---------------------------------------------------------------------- */
/*  Calendar
/* ---------------------------------------------------------------------- */
.calAlert {
    width         : 595px;
    float         : right;
    margin-bottom : 5px;
}

.calXBtn {
    float        : right;
    margin-top   : -5px;
    margin-right : -5px;
}

.calWell {
    float         : left;
    margin-bottom : 40px;
}

.fc-event.openSesame .fc-event-skin {
    background-color : #E5E50B;
    color            : black;
}

.fc-event.customFeed .fc-event-skin {
    background-color : #84DEAF;
    color            : black;
}

.calTools {
    margin-bottom : 10px;
}

/* ---------------------------------------------------------------------- */
/*  ToDo
/* ---------------------------------------------------------------------- */
.todo {
    list-style : none;
    margin     : 0;
    padding    : 0;
}

.todo li .todo-actions {
    background    : white;
    border-bottom : 1px solid #E4E6EB;
    margin-left   : 0 !important;
    padding       : 10px 10px 10px 35px !important;
    position      : relative;
    display       : block;
    color         : #8B91A0;
}

.todo li .todo-actions:hover, .todo li .todo-actions:focus {
    text-decoration  : none;
    background-color : #F4F6F9 !important;
}

.todo li .todo-actions > i {
    color     : #C7CBD5;
    font-size : 18px;
    margin    : 0 5px 0 0;
    position  : absolute;
    left      : 10px;
    top       : 11px;
    cursor    : pointer;
}

.todo li .label {
    position : absolute;
    right    : 10px;
    padding  : 6px;
}

.todo .todo-tools {
    position : absolute;
    right    : 0;
    bottom   : 0;
    z-index  : 2;
}

/* ---------------------------------------------------------------------- */
/*  Chat
/* ---------------------------------------------------------------------- */
.discussion {
    list-style : none;
    margin     : 0 !important;
    padding    : 0 !important;
    display    : inline-block;
}

.discussion .other {
    float : left;
}

.discussion .other .message:last-child .message-text {
    border-radius : 16px 16px 16px 0;
    float         : left;
}

.discussion .other .message:last-child .message-avatar {
    display : block;
}

.discussion .other .message:last-child .message-name {
    display : none;
}

.discussion .other .message {
    float : left;
}

.discussion .other .message:first-child .message-name {
    display : block !important;
}

.discussion .other .message-text {
    background-color : #E5E5EA;
    color            : #2C2F3B;
    padding-left     : 22px;
    margin-left      : 32px;
}

.discussion .other .message-avatar {
    left : 10px;
}

.discussion .self {
    float : right;
}

.discussion .self .message:last-child .message-text {
    border-radius : 16px 16px 0;
    float         : left;
}

.discussion .self .message:last-child .message-avatar {
    display : block;
}

.discussion .self .message:last-child .message-name {
    display : none;
}

.discussion .self .message {
    float : right;
}

.discussion .self .message:first-child .message-name {
    display : block !important;
}

.discussion .self .message-text {
    background-color : #00D449;
    color            : #FFFFFF;
    padding-right    : 22px;
    margin-right     : 32px;
}

.discussion .self .message-avatar {
    float : right;
}

.discussion .self .message-name {
    margin-left  : auto !important;
    margin-right : 48px;
    text-align   : right;
}

.discussion .self .message-avatar {
    right : 10px;
}

.discussion li {
    position : relative;
    margin   : 0 0 10px 0;
    width    : 80%;
}

.discussion li.messages-date {
    display     : inline-block;
    color       : #8E8E93;
    font-size   : 11px;
    font-weight : 500;
    line-height : 1;
    margin      : 10px 0;
    text-align  : center;
    width       : 100% !important;
}

.discussion li.nextSame {
    margin-bottom : 0 !important;
}

.discussion li.nextSame .message-text {
    border-radius : 16px !important;
}

.discussion li.nextSame .message-avatar {
    display : none !important;
}

.discussion .message {
    margin : 1px 10px 0 10px;
    clear  : both;
}

.discussion .message-name {
    color         : #8E8E93;
    font-size     : 12px;
    line-height   : 1;
    margin-bottom : 2px;
    margin-top    : 7px;
    margin-left   : 48px;
    display       : none;
}

.discussion .message-text {
    border-radius : 16px;
    box-sizing    : border-box;
    font-size     : 15px;
    line-height   : 1.2;
    min-height    : 30px;
    min-width     : 48px;
    padding       : 6px 16px 9px;
}

.discussion .message-avatar {
    display  : none;
    position : absolute;
    bottom   : -5px;
    height   : 29px;
    width    : 29px;
}

.discussion .message-avatar img {
    border-radius : 100%;
    width         : 100%;
}

.message-bar {
    position   : relative;
    background : #F7F7F8;
    height     : 44px;
    width      : 100%;
    display    : table;
}

.message-bar .message-inner {
    height  : 100%;
    padding : 0 8px;
    display : table-row;
    width   : 100%;
}

.message-bar .message-area {
    display : table-cell;
}

.message-bar textarea, .message-bar input {
    background    : #FFFFFF;
    border        : 1px solid #C8C7CC;
    border-radius : 5px;
    box-shadow    : none;
    font-family   : inherit;
    height        : 28px;
    line-height   : 20px;
    margin        : 8px 0;
    padding       : 3px 8px;
    resize        : none;
    width         : 100%;
}

.message-bar .link {
    padding        : 0 10px;
    line-height    : 44px;
    position       : relative;
    display        : table-cell;
    width          : 30px;
    vertical-align : middle;
}

.message-bar a.icon-only {
    color        : #8E8E93;
    font-size    : 20px;
    margin       : 0;
    margin-right : 8px;
}

/* ---------------------------------------------------------------------- */
/*  Messages
/* ---------------------------------------------------------------------- */
.panel-body.messages {
    padding : 0;
}

.messages-list {
    border-right : 1px solid white;
    list-style   : none;
    margin       : 0;
    padding      : 0;
    position     : absolute;
    overflow-x   : hidden;
    overflow-y   : hidden;
    width        : 100%;
    top          : 115px;
    bottom       : 0;
}

.messages-list .messages-item {
    border-bottom : 1px solid #C8C7CC;
    padding       : 5px 15px 5px 25px;
    position      : relative;
}

.messages-list .messages-item {
    border-bottom    : 1px solid #C8C7CC;
    padding          : 5px 15px 5px 25px;
    position         : relative;
    background-color : rgba(243, 243, 243, .85);
}

.messages-list .messages-item.notread {
    background-color : #FFFFFF;
}

.messages-list .messages-item:hover {
    background-color : #FFFFCC;
    cursor           : pointer !important;
}

.messages-list .messages-item:hover .messages-item-star {
    filter  : progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity : 0.3;
}

.messages-list .messages-item.active {
    background-color : #FDFFE8;
}

.messages-list .messages-item.starred .messages-item-star {
    display : block;
    filter  : progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity : 1;
}

.messages-list .messages-item span {
    display : block;
}

.messages-list .messages-item span .spam {
    font-style : normal;
}

.messages-list .messages-item .messages-item-star, .messages-list .messages-item .messages-item-attachment, .messages-list .messages-item .messages-item-time, .messages-list .messages-item .messages-item-actions {
    position : absolute;
}

.messages-list .messages-item .messages-item-star {
    color              : #58748B;
    left               : 7px;
    filter             : progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity            : 0;
    -moz-transition    : opacity, 0.3s, ease-in-out 0s;
    -o-transition      : opacity, 0.3s, ease-in-out 0s;
    -webkit-transition : opacity, 0.3s, ease-in-out 0s;
    transition         : opacity, 0.3s, ease-in-out 0s;
}

.messages-list .messages-item .messages-item-star:hover, .messages-list .messages-item .messages-item-star:active, .messages-list .messages-item .messages-item-star:focus {
    filter  : progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity : 1;
}

.messages-list .messages-item .messages-item-attachment {
    left  : 7px;
    top   : 25px;
    color : #407887;
}

.messages-list .messages-item .messages-item-avatar {
    border-radius : 4px;
    float         : left;
    height        : 40px;
    width         : 40px;
}

.messages-list .messages-item .messages-item-from, .messages-list .messages-item .messages-item-subject, .messages-list .messages-item .messages-item-content {
    margin-left : 45px;
}

.messages-list .messages-item .messages-item-from {
    font-weight : bold;
    margin-top  : 2px;
    color       : #AEACB4;
    max-width   : 60%;
}

.messages-list .messages-item .messages-item-time {
    right : 15px;
    top   : 8px;
}

.messages-list .messages-item .messages-item-time .text {
    color     : #8E8E93;
    font-size : 11px;
}

.messages-list .messages-item .messages-item-time .messages-item-actions {
    filter             : progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity            : 0;
    right              : 0;
    top                : 0;
    -moz-transition    : opacity, 0.3s, ease-in-out 0s;
    -o-transition      : opacity, 0.3s, ease-in-out 0s;
    -webkit-transition : opacity, 0.3s, ease-in-out 0s;
    transition         : opacity, 0.3s, ease-in-out 0s;
    width              : 65px;
}

.messages-list .messages-item .messages-item-time .messages-item-actions > a, .messages-list .messages-item .messages-item-time .messages-item-actions .dropdown > a {
    margin-left : 5px;
}

.messages-list .messages-item .messages-item-time .messages-item-actions > div {
    display : inline-block;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .dropdown-menu {
    margin-top : 0;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon {
    border-radius : 30px;
    display       : inline-block;
    height        : 11px;
    margin        : 0 5px 0 -13px;
    width         : 11px;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.red {
    background : #C82E29;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.blue {
    background : #407887;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.green {
    background : #5A8770;
}

.messages-list .messages-item .messages-item-subject {
    font-size     : 14px;
    margin-bottom : 4px;
    color         : #5B5B60;
}

.messages-list .messages-item .messages-item-content {
    font-size     : 12px;
    color         : #9B9B9F;
    margin-bottom : 4px;
}

.messages-list .messages-item .messages-item-preview {
    color     : #AEACB4;
    font-size : 12px;
}

.wrap-options {
    border-bottom : 1px solid #C8C7CC;
    min-height    : 65px;
}

.messages-search {
    padding : 15px;
    width   : 100%;
}

.message-actions {
    min-height       : 65px;
    left             : 0;
    top              : 0;
    width            : 100%;
    background-color : #EFEFF4;
}

.message-actions .actions {
    list-style : none;
}

.message-actions .actions > li {
    float       : left;
    height      : 65px;
    position    : relative;
    margin-left : 10px;
}

.message-actions .actions > li:after {
    background : rgba(0, 0, 0, 0.07);
    content    : "";
    height     : 14px;
    position   : absolute;
    right      : -4px;
    top        : 26px;
    width      : 1px;
}

.message-actions .actions > li.actions-dropdown {
    display : none;
}

@media (max-width : 480px) {
    .message-actions .actions > li.actions-dropdown {
        display : block;
    }
}

.message-actions .actions > li > a, .message-actions .actions > li > span > a {
    font-size   : 12px;
    font-weight : 600;
    line-height : 65px;
    padding     : 0 13px;
    white-space : nowrap;
    color       : #8E8E93;
}

.message-actions .actions > li.email-list-toggle {
    display : none;
}

@media (max-width : 768px) {
    .message-actions .actions > li.email-list-toggle {
        display : block !important;
    }

    .modal-backdrop {

        display : none;
    }

    .cevapyazbtn {
        display : none;
    }

    .btn-rzdurum {
        width      : 60px;
        font-size  : 10px;
        text-align : center !important;
        display    : unset !important;
        padding    : 1px 1px 1px 1px !important;


    }


    .main-panel-heading, .pages-panel-heading {

        padding    : 10px;
        min-height : 30px;
        font-size  : 16px;
    }

    .main-panel-heading .fa {

        font-size    : 20px;
        margin-right : 10px;
    }

    h5.pages-panel-heading {

        padding    : 10px;
        min-height : 30px;
        font-size  : 17px;
    }

    .message-actions .actions > li > a, .message-actions .actions > li > span > a {
        line-height : 40px;
    }

    .message-actions .actions > li {
        height : 40px;
    }

    .message-actions {
        min-height : 35px;
    }

    .message-actions .actions > li:after {
        top : 14px;
    }

    #cpanel-slider .carousel {
        height        : 208px !important;
        margin-bottom : -10px;
    }

    #cpanel-slider .carousel .slick-list {
        height          : 180px !important;
        background-size : cover;
    }

    #cpanel-slider .carousel .slide {
        height          : 176px !important;
        background-size : cover;
    }

}

.message-header {
    border-bottom : 1px solid white;
    padding       : 15px 15px 10px;
}

.message-header .message-item-avatar {
    border-radius : 4px;
    float         : left;
    height        : 50px;
    width         : 50px;
    margin-right  : 10px;
}

.message-header .message-from {
    font-weight : bold;
    color       : #5B5B60;
}

.message-header .message-to {
    color : #9B9B9F;
}

.message-header .message-time {
    color     : #9B9B9F;
    font-size : 11px;
}

.message-subject {
    padding   : 20px 10px 0;
    color     : #5B5B60;
    font-size : 16px;
}

.message-content {
    padding : 20px 10px;
    color   : #8E8E93;
}

.inbox {
    border-spacing : 0;
    height         : 100%;
    margin         : 0 -15px;
}

.inbox .col {
    float          : left;
    height         : 100%;
    vertical-align : top;
}

.inbox .email-options {
    width        : 240px !important;
    border-right : 1px solid #DEE5E7;
    overflow     : hidden;
}

@media (max-width : 1200px) {
    .inbox .email-options {
        display : none;
    }
}

.inbox .email-options .email-options-title {
    color          : #808285;
    font-size      : 10px;
    letter-spacing : 0.2px;
    text-transform : uppercase;
}

.inbox .email-options .main-options {
    margin     : 0;
    list-style : none;
    padding    : 0;
}

.inbox .email-options .main-options li {
    line-height : 34px;
}

.inbox .email-options .main-options li .badge {
    margin-top : 8px;
}

.no-messages {
    bottom     : 0;
    left       : 0;
    margin-top : -34px;
    opacity    : 0.5;
    position   : absolute;
    right      : 0;
    text-align : center;
    top        : 50%;
}

.inbox .email-list {
    width        : 360px !important;
    border-right : 1px solid #DEE5E7;
    background   : #FFFFFF;
}

@media (max-width : 768px) {
    .inbox .email-list {
        width        : 100% !important;
        border-right : none;
        background   : #FFFFFF;
        position     : relative;
    }
}

.inbox .wrap-list {
    width    : 359px;
    height   : 100% !important;
    position : relative;
}

.inbox .wrap-list .close-message-search {
    position : absolute;
    right    : 15px;
    top      : 15px;
    z-index  : 100;
    display  : none;
}

.inbox .wrap-list .search-open .close-message-search {
    display : block;
}

.inbox .wrap-list .search-open .open-message-search {
    display : none;
}

.inbox .wrap-list .search-open .messages-options .btn-group {
    display : none;
}

.inbox .wrap-list .search-open .messages-search {
    display : block !important;
    right   : 50px;
    left    : 0;
    width   : auto;
}

@media (max-width : 768px) {

    .pt4 {
        padding-top : 4px !important;
    }

    .w100 {
        width : 100%;
    }

    .p30 {
        padding-top : 30px;
    }

    .inbox .wrap-list {
        width : 100% !important;
    }

    /* yorum listesi mobil düzeltme*/
    .dataTables_wrapper .col-sm-12 {
        padding-right : 0 !important;
        padding-left  : 0 !important;
    }

    #tesislist, #tesislist td, #tesislist tr {
        border : 0;
    }

    #tesislist tr {
        border     : 1px solid #DEE1E1;
        margin-top : 15px;
        box-shadow : 0 0 7px rgba(199, 199, 199, 0.89);
    }

    #tesislist thead tr {
        border     : 0;
        margin-top : 0px;
    }

    #tesislist tr {
        position : relative;
        display  : block;

    }

    #tesislist .odd:hover, #tesislist .even:hover {
        background-color : #E6E6E8 !important;
    }

    #tesislist .mobilde {
        /* display : inline-block;*/
    }

    #tesislist .m-id::before {
        content     : "ID: ";
        font-weight : bold;
    }

    #tesislist .m-id {
        min-width : 100px;
        width     : 25%;
        display   : inline-block;
    }

    #tesislist .m-puan {
        min-width : 60px;
        width     : 20%;
        display   : inline-block;
        float     : right;
        margin    : 30px 0px 10px 10px;
    }

    #tesislist .m-puan .btn {

        font-size : 12pt;
    }

    #tesislist .m-isim {
        display : block;
    }

    #tesislist .m-yorum {
        font-size : 15px;
        display   : block;
        margin    : 100px 10px 0 5px;
    }

    #tesislist .m-tarih {
        position   : absolute;
        width      : 150px;
        top        : 0px;
        right      : 5px;
        text-align : right;
    }

    #tesislist .m-foto {
        position : absolute;
        width    : 150px;
        top      : 30px;
        left     : 5px;
        display  : block;

    }

    #tesislist .m-durum {
        position : relative;
        display  : block;
        width    : 100%;

    }

    #tesislist .m-detay {
        position : relative;
        display  : block;
        width    : 100%;

    }

}

@media (min-width : 1200px) {
    .inbox .wrap-list .messages-options {
        display : none;
    }

    #select-firm .sm-btn {
        width       : 49%;
        font-size   : 12px !important;
        height      : 35px !important;
        padding-top : 9px !important;

    }

    #select-firm h2 {
        font-size : 26px;
    }

}

.inbox .email-reader {
    height     : 100%;
    /*margin-left : 360px;*/
    overflow   : hidden;
    position   : relative;
    padding    : 0;
    background : #FFFFFF;
}

@media (max-width : 1200px) {
    .inbox .email-reader {
        /*margin-left : 360px;*/
    }


}

@media (max-width : 768px) {
    .inbox .email-reader {
        /*margin-left : 0;*/
    }
}

/* ie8 fixes */
.ie8 .messages-list .messages-item .messages-item-star {
    display : none;
}

.ie8 .messages-list .messages-item:hover .messages-item-star {
    display : block;
}

/**/
/* ie8 fixes */
.ie8 .messages-list .messages-item .messages-item-time .messages-item-actions {
    display : none;
}

/**/
/* ---------------------------------------------------------------------- */
/*  Modals
/* ---------------------------------------------------------------------- */
.modal-backdrop {
    background-color : #000000;
    bottom           : 0;
    position         : fixed;
}

.modal-backdrop.in {
    opacity : 0.4;
}

.modal-backdrop {
    z-index : 9998 !important;
}

.modal, .modal-dialog {
    z-index : 9999 !important;
}

.modal-content {
    background : #f9f9f9;
    box-shadow : none;
}

.modal-footer, .modal-header {
    border-color : rgba(0, 0, 0, 0.07);
}

.modal-aside.horizontal .modal-dialog {
    min-height : 100% !important;
    bottom     : 0;
    height     : auto !important;
}

.modal-aside.horizontal .modal-dialog .modal-content {
    height     : auto !important;
    min-height : 100% !important;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(-100%, 0, 0);
        transform         : translate3d(-100%, 0, 0);
    }
    100% {
        opacity           : 1;
        -webkit-transform : none;
        transform         : none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(-100%, 0, 0);
        -ms-transform     : translate3d(-100%, 0, 0);
        transform         : translate3d(-100%, 0, 0);
    }
    100% {
        opacity           : 1;
        -webkit-transform : none;
        -ms-transform     : none;
        transform         : none;
    }
}

.fadeInLeft {
    -webkit-animation-name : fadeInLeft;
    animation-name         : fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(100%, 0, 0);
        transform         : translate3d(100%, 0, 0);
    }
    100% {
        opacity           : 1;
        -webkit-transform : none;
        transform         : none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(100%, 0, 0);
        -ms-transform     : translate3d(100%, 0, 0);
        transform         : translate3d(100%, 0, 0);
    }
    100% {
        opacity           : 1;
        -webkit-transform : none;
        -ms-transform     : none;
        transform         : none;
    }
}

.fadeInRight {
    -webkit-animation-name : fadeInRight;
    animation-name         : fadeInRight;
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, -100%, 0);
        transform         : translate3d(0, -100%, 0);
    }
    100% {
        opacity           : 1;
        -webkit-transform : none;
        transform         : none;
    }
}

@keyframes fadeInTop {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, -100%, 0);
        -ms-transform     : translate3d(0, -100%, 0);
        transform         : translate3d(0, -100%, 0);
    }
    100% {
        opacity           : 1;
        -webkit-transform : none;
        -ms-transform     : none;
        transform         : none;
    }
}

.fadeInTop {
    -webkit-animation-name : fadeInTop;
    animation-name         : fadeInTop;
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, 100%, 0);
        transform         : translate3d(0, 100%, 0);
    }
    100% {
        opacity           : 1;
        -webkit-transform : none;
        transform         : none;
    }
}

@keyframes fadeInBottom {
    0% {
        opacity           : 0;
        -webkit-transform : translate3d(0, 100%, 0);
        -ms-transform     : translate3d(0, 100%, 0);
        transform         : translate3d(0, 100%, 0);
    }
    100% {
        opacity           : 1;
        -webkit-transform : none;
        -ms-transform     : none;
        transform         : none;
    }
}

.fadeInBottom {
    -webkit-animation-name : fadeInBottom;
    animation-name         : fadeInBottom;
}

.modal-aside {
    overflow : hidden;
}

.modal-aside.horizontal {
    transition         : none;
    -webkit-transition : none;
    transform          : none;
    -webkit-transform  : none;
    height             : 100%;
}

.modal-aside.horizontal.left.in .modal-dialog {
    animation         : fadeInLeft 150ms;
    -webkit-animation : fadeInLeft 150ms;
}

.modal-aside.horizontal.right.in .modal-dialog {
    animation         : fadeInRight 150ms;
    -webkit-animation : fadeInRight 150ms;
}

.modal-aside.horizontal .modal-dialog {
    position           : absolute;
    top                : 0;
    height             : 100%;
    margin             : 0;
    padding            : 0;
    transition         : none;
    -webkit-transition : none;
    transform          : none;
    -webkit-transform  : none;
}

.modal-aside.horizontal.left .modal-dialog {
    left : 0;
}

.modal-aside.horizontal.right .modal-dialog {
    right : 0;
}

.modal-aside.horizontal .modal-dialog .modal-content {
    height        : 100%;
    border        : none;
    border-radius : 0;
}

.modal-aside.vertical {
    transition         : none;
    -webkit-transition : none;
    transform          : none;
    -webkit-transform  : none;
    width              : 100% !important;
    overflow           : hidden;
}

.modal-aside.vertical .modal-dialog {
    position           : absolute;
    left               : 0;
    right              : 0;
    margin             : 0;
    padding            : 0;
    width              : 100% !important;
    transition         : none;
    -webkit-transition : none;
    transform          : none;
    -webkit-transform  : none;
}

.modal-aside.vertical.top.in .modal-dialog {
    animation         : fadeInTop 150ms;
    -webkit-animation : fadeInTop 150ms;
}

.modal-aside.vertical.bottom.in .modal-dialog {
    animation         : fadeInBottom 150ms;
    -webkit-animation : fadeInBottom 150ms;
}

.modal-aside.vertical.bottom .modal-dialog {
    bottom : 0;
}

.modal-aside.vertical.top .modal-dialog {
    top : 0;
}

.modal-aside.vertical .modal-dialog .modal-content {
    border        : none;
    width         : 100%;
    height        : 100%;
    border-radius : 0;
}

/* ---------------------------------------------------------------------- */
/*  Maps
/* ---------------------------------------------------------------------- */
#map_canvas {
    position : relative;
}

.angular-google-map-container {
    height : 400px;
}

/* ---------------------------------------------------------------------- */
/*  Pricing Tables
/* ---------------------------------------------------------------------- */
.pricing-table .plan {
    border        : none;
    margin        : 20px 0;
    position      : relative;
    padding       : 0;
    list-style    : none;
    border        : 1px solid #E2E2E4;
    border-bottom : none;
    text-align    : center;
}

.pricing-table .plan li {
    padding       : 10px 15px;
    color         : #8E8E93;
    border-bottom : 1px solid #E2E2E4;
}

.pricing-table .plan li.plan-name {
    padding       : 15px;
    font-size     : 18px;
    line-height   : 18px;
    color         : #FFFFFF;
    background    : #D5D4D8;
    border-top    : 0;
    border-bottom : 0;
}

.pricing-table .plan li.plan-price {
    background    : #C8C7CC;
    color         : #FFFFFF;
    font-size     : 18px;
    padding       : 6px 20px;
    border-bottom : none;
}

.pricing-table .plan li.plan-price h3 {
    margin-bottom : 0;
    margin-top    : 0;
    font-size     : 2em;
    padding       : 30px 0;
    font-weight   : 600;
    color         : #FFFFFF;
}

.pricing-table .plan li.plan-price h3 .price-cents {
    font-size      : 50%;
    vertical-align : super;
    margin-left    : -10px;
}

.pricing-table .plan li.plan-price h3 .price-month {
    font-size   : 30%;
    font-style  : italic;
    margin-left : -20px;
    font-weight : 300;
    color       : #FFFFFF;
}

.pricing-table .plan li.plan-action {
    margin-top : 10px;
    border-top : 0;
}

.pricing-table .plan.featured {
    -webkit-transform : scale(1.05);
    -ms-transform     : scale(1.05);
    transform         : scale(1.05);
    box-shadow        : 0 3px 25px -4px rgba(0, 0, 0, 0.9) !important;
}

.pricing-table .plan.featured .plan-name {
    background : #94929B;
}

.pricing-green .plan li strong {
    color : #C82E29;
}

.pricing-green .plan li.plan-name {
    background : #64967D;
}

.pricing-green .plan li.plan-price {
    background : #5A8770;
    color      : #FFFFFF;
}

.pricing-green .plan.featured .plan-name {
    background : #314A3D;
}

.pricing-blue .plan li strong {
    color : #407887;
}

.pricing-blue .plan li.plan-name {
    background : #488798;
}

.pricing-blue .plan li.plan-price {
    background : #407887;
    color      : #FFFFFF;
}

.pricing-blue .plan.featured .plan-name {
    background : #1F3A42;
}

.pricing-red .plan li strong {
    color : #C82E29;
}

.pricing-red .plan li.plan-name {
    background : #D63A35;
}

.pricing-red .plan li.plan-price {
    background : #C82E29;
    color      : #FFFFFF;
}

.pricing-red .plan.featured .plan-name {
    background : #731B18;
}

/* ---------------------------------------------------------------------- */
/*  404 and 500 error
/* ---------------------------------------------------------------------- */
.error-full-page .page-error {
    margin-top : 60px;
}

.page-error {
    text-align : center;
}

.page-error .error-number {
    display        : block;
    font-size      : 158px;
    font-weight    : 300;
    letter-spacing : -10px;
    line-height    : 128px;
    margin-top     : 0;
    text-align     : center;
}

.page-error .error-details {
    display     : block;
    padding-top : 0;
    text-align  : center;
}

.page-error .error-details .btn-return {
    margin : 10px 0;
}

.page-error .error-details h3 {
    margin-top : 0;
}

.error-full-page {
    overflow : hidden;
}

.error-full-page img {
    display : none;
}

.error-full-page #canvas {
    position : absolute;
    top      : 0px;
    left     : 0px;
}

.error-full-page #sound {
    position           : absolute;
    width              : 30%;
    height             : 30%;
    overflow-y         : auto;
    margin-left        : 35%;
    -moz-border-radius : 15px;
    border-radius      : 15px;
    opacity            : 0.3;
    margin-top         : 5%;
}

.error-full-page .video {
    position    : absolute;
    width       : 90%;
    height      : 80%;
    margin-left : 5%;
    margin-top  : 5%;
}

.error-input {
    border : 2px dashed red !important;
}

/* ---------------------------------------------------------------------- */
/*  Page Title
/* ---------------------------------------------------------------------- */
.breadcrumb-wrapper {
    background-color : #FFFFFF;
    border-bottom    : 1px solid rgba(0, 0, 0, 0.07);
    position         : relative;
    padding          : 15px 35px;
    margin           : 0 -15px;
}

@media (max-width : 991px) {
    .breadcrumb-wrapper {
        padding : 15px;
    }
}

.lyt-3 .breadcrumb-wrapper, .lyt-4 .breadcrumb-wrapper {
    border : 1px solid rgba(0, 0, 0, 0.07);
    margin : 30px 0 0 0;
}

@media (min-width : 992px) {
    .lyt-3 .breadcrumb-wrapper, .lyt-4 .breadcrumb-wrapper {
        margin : 30px 15px 0;
    }

    #select-firm .sm-btn {
        width     : 49%;
        font-size : 10px;
        height    : 30px;
        padding   : 5px 0 0 0;

    }
}

.breadcrumb-wrapper .breadcrumb {
    background-color : transparent;
    margin           : 0;
    padding          : 0;
    display          : inline-block;
    position         : absolute;
    right            : 35px;
    top              : 50%;
    margin-top       : -10px;
}

@media (max-width : 991px) {
    .breadcrumb-wrapper .breadcrumb {
        display : none;
    }
}

.breadcrumb-wrapper .navbar-right {
    margin : 0;
    float  : right !important;
}

.breadcrumb-wrapper .navbar-right > li > a {
    padding     : 20px;
    font-size   : 14px;
    line-height : 18px;
}

#page-title {
    border-bottom : 1px solid #EEEEEE;
    padding       : 50px 0;
    position      : relative;
    margin-left   : -15px;
    margin-right  : -15px;
}

.xs-inline-kategori .list-group-item div, .xs-inline-konu .list-group-item div {
    display   : inline;
    font-size : 1.1em;
}

.xs-inline-kategori .list-group-item {
    background-color : #AEDDF6;
    height           : 40px;
    margin-top       : 2px;
}

.xs-inline-konu .list-group-item {

    height     : 40px;
    margin-top : 2px;
}

.xs-inline-kategori .list-group-item.active-gray {
    background-color : #DDF1FC;
}

.xs-inline-kategori .list-group-item i, .xs-inline-kategori .list-group-item span {
    display          : inline;
    float            : left;
    text-align       : center;
    font-size        : 1em;
    padding-top      : 13px;
    margin           : -10px 5px 0 -15px;
    background-color : #0A6AA1;
    color            : white;
    height           : 38px;
    width            : 40px;
    border-radius    : 4px 0 0 4px;
}

.list-group-item span {
    font-size   : 1.3em;
    padding-top : 13px;

}

.xs-inline-konu .list-group-item i, .xs-inline-konu .list-group-item .material-symbols-outlined {
    display          : inline;
    float            : left;
    text-align       : center;
    font-size        : 1em;
    padding-top      : 13px;
    margin           : -10px 5px 0 -15px;
    background-color : #6B9A6D;
    color            : white;
    height           : 38px;
    width            : 40px;
    border-radius    : 4px 0 0 4px;
}

.xs-inline-konu .list-group-item .material-symbols-outlined {
    font-size   : 1.4em;
    padding-top : 11px;
}

@media (max-width : 767px) {
    #page-title {
        text-align : center;
        padding    : 20px 0;
    }

    .info-wrapper {
        display : none;
    }

    #detay-page .iheader {
        margin-bottom : 0;
        font-weight   : bold;
        text-align    : left;
        display       : inline-block;
        float         : left;
        font-size     : 13px;
    }

    #detay-page .bordered-description {
        border-width : 0 1px 1px 1px;
        border-style : solid;
        border-color : #D7D6D6;
        margin-top   : 24px;
        box-shadow   : 1px 0 5px rgba(131, 126, 126, 0.55);
        padding      : 10px;

    }

    #index-page .bordered-description {
        border-width : 0 1px 1px 1px;
        border-style : solid;
        border-color : #D7D6D6;
        margin-top   : 30px;
        box-shadow   : 1px 0 5px rgba(131, 126, 126, 0.55);
        padding      : 10px;

    }

    #index-page .splitted-content-content {
        margin-top    : -30px;
        border-radius : 10px;
        width         : 100%;
        display       : block;
        position      : relative;
    }

    #detay-page .splitted-content-content {
        margin-top    : -10px;
        border-radius : 10px;
        width         : 100%;
        display       : block;
        position      : relative;
    }

    #detay-page .splitted-content-content .pages-panel-heading {
        background-color : #545454;
    }

    .splitted-content-content .pages-panel-heading {

        top           : 23px;
        width         : 100%;
        left          : 0px;
        display       : block;

        font-weight   : bold;
        border-bottom : none;
    }

    .splitted-content-sidebox {
        width      : 100%;
        margin-top : 15px;
        position   : relative;
        display    : inline-block;
    }

    .ana-menu-baslik {
        /* display : none;*/
        height        : 30px;
        margin-top    : 10px;
        margin-bottom : 0px;
        font-weight   : bold;
        text-align    : center;
    }

    .alt-menu-baslik {
        display : none;

    }

    .footer-inner .pull-left {
        float : unset !important;
    }

    .footer-bolme {
        display      : block !important;
        line-height  : 25px;
        width        : 100% !important;
        text-align   : center;
        margin-left  : auto;
        margin-right : auto;
        font-size    : 13px;
    }

    .xs-inline-konu-mobil .alt-menu-baslik {
        display       : block;
        margin-top    : 10px;
        border-radius : unset;
        height        : 40px;
        margin-bottom : 5px;
    }

    /* .xs-inline-konu-mobil .alt-menu-baslik:after {
         content             : "";
         position            : absolute;
         right               : 20px;
         bottom              : 14px;
         border-style        : solid;
         border-top-width    : 8px;
         border-right-width  : 8px;
         border-left-width   : 8px;
         border-top-color    : #EAE7E7;
         border-right-color  : transparent;
         border-bottom-color : transparent;
         border-left-color   : transparent;
     }
 */
    #detay-page .xs-inline-konu {
        margin-top    : -30px !important;
        margin-bottom : 20px;
        height        : 70px;
        overflow      : auto;
        display       : grid;
        width         : 100%;
    }

    #detay-page .xs-inline-konu-mobil {
        /*  display  : block;
         margin-top: 20px;
        z-index  : 9999;
        position : relative;
        */
    }

    #detay-page .xs-inline-kategori {
        margin-top    : -30px !important;
        margin-bottom : 50px;
        height        : 230px;
        overflow      : auto;
        display       : grid;
        width         : 100%;
    }

    #index-page .xs-inline-kategori {
        margin-top : -20px !important;
        height     : 230px;
        overflow   : auto;
        display    : grid;
        width      : 100%;
    }

    .xs-inline-konu .list-group-flush {
        position     : relative;
        display      : flex;
        width        : auto;
        overflow     : auto;
        border-width : 0;
        border-style : solid;
        border-color : #DEDDDD;
        height       : 50px;
    }

    .xs-inline-konu .list-group-item {
        position         : relative;
        display          : inline-block;
        min-width        : 240px;
        width            : auto;
        height           : 40px;
        margin           : 5px;
        box-shadow       : 1px 0 5px rgba(116, 118, 119, 0.52);
        border-radius    : 7px;
        text-align       : center;
        background-color : #FFFFFF;
    }

    .xs-inline-kategori .list-group-flush {
        position     : relative;
        display      : flex;
        width        : auto;
        overflow     : auto;
        border-width : 0;
        border-style : solid;
        border-color : #DEDDDD;
        height       : 130px;
    }

    .xs-inline-kategori .list-group-item {
        position         : relative;
        display          : inline-block;
        min-width        : 180px;
        width            : auto;
        height           : 118px;
        margin           : 5px;
        box-shadow       : 1px 0 5px rgba(116, 118, 119, 0.52);
        border-radius    : 7px;
        text-align       : center;
        background-color : #FFFFFF;
    }

    .xs-inline-kategori .list-group-item div, .xs-inline-konu .list-group-item div {
        display   : block;
        font-size : 13px;
    }

    .xs-inline-kategori .list-group-item i, .xs-inline-kategori .list-group-item span {
        display          : block;
        font-size        : 2.5em;
        margin           : 0px auto 5px;
        padding-top      : 11px;
        background-color : #0A6AA1;
        color            : white;
        height           : 55px;
        width            : 55px;
        border-radius    : 50%;
        float            : unset;
    }

    .xs-inline-konu .list-group-item i, .xs-inline-konu .list-group-item .material-symbols-outlined {
        display          : inline;
        float            : left;
        text-align       : center;
        font-size        : 1em;
        padding-top      : 13px;
        margin           : -10px 5px 0 -15px;
        background-color : #6B9A6D;
        color            : white;
        height           : 38px;
        width            : 40px;
        border-radius    : 4px 0 0 4px;
    }

    .xs-inline-konu .list-group-item .material-symbols-outlined {
        font-size   : 1.4em;
        padding-top : 11px;
    }


    #page-title h1 {
        font-size : 24px;
    }
}


#page-title .row {
    margin : 0 15px;
}

#page-title h1 {
    color          : #333333;
    font-size      : 28px;
    font-weight    : 300;
    letter-spacing : 1px;
    line-height    : 1;
    margin         : 0;
    padding        : 0;
    text-transform : uppercase;
}

#page-title .mainDescription {
    font-family : "Lato", sans-serif;
    color       : #777777;
    display     : block;
    font-size   : 18px;
    font-weight : 300;
    margin-top  : 10px;
}

#page-title .mainDescription small {
    font-size  : 60%;
    margin-top : 10px;
    display    : block;
}

#page-title .breadcrumb {
    background-color : transparent !important;
    font-size        : 12px;
    left             : auto !important;
    margin           : -30px 0 0 !important;
    padding          : 0 !important;
    position         : absolute;
    right            : 30px !important;
    top              : 50% !important;
    width            : auto !important;
    font-family      : "Lato", sans-serif;
}

@media (max-width : 767px) {
    #page-title .breadcrumb {
        left     : 0 !important;
        margin   : 15px 0 0 !important;
        position : relative !important;
        right    : 0 !important;
        top      : 0 !important;
    }

    .tema ul {
        display         : inline-flex;
        flex-wrap       : wrap;
        justify-content : space-evenly;
        align-items     : baseline;
        padding         : 8px;
        border-radius   : 7px 7px 0 0;
    }

    .tema ul .active .nav-link {
        box-shadow    : rgba(0, 0, 0, 0.35) 0px 5px 15px;
        z-index       : 9999;
        border-radius : 7px;
    }

    .tema ul .nav-link {
        box-shadow : rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        font-size  : 12px;

    }

    #theme .theme-list {
        margin-bottom : 40px;
        text-align    : center;
    }

    #theme .theme-list h3 {
        font-size : 1.5em;
    }
}

#page-title .breadcrumb > li + li {
    padding  : 0 5px;
    position : relative;
}

#page-title .breadcrumb > li + li:before {
    color   : #007AFF;
    content : "/ ";
    padding : 0 5px;
}

#page-title.page-title-center {
    text-align : center;
}

#page-title.page-title-center .breadcrumb {
    left     : 0 !important;
    margin   : 15px 0 0 !important;
    position : relative !important;
    right    : 0 !important;
    top      : 0 !important;
}

/* ---------------------------------------------------------------------- */
/*  Tooltips
/* ---------------------------------------------------------------------- */
.static-tooltip .tooltip {
    display  : inline-block;
    margin   : 10px 20px;
    opacity  : 1;
    position : relative;
}

/* ---------------------------------------------------------------------- */
/*  Popover
/* ---------------------------------------------------------------------- */
.static-popover .popover {
    display  : block;
    float    : left;
    margin   : 20px;
    position : relative;
    width    : 260px;
}

/* ---------------------------------------------------------------------- */
/*  Datepicker
/* ---------------------------------------------------------------------- */
.picker__box {
    border-color : #FFFFFF !important;
}

.picker__nav--prev:before, .picker__nav--next:before {
    border      : none !important;
    display     : block;
    height      : auto !important;
    margin      : 0 auto;
    width       : auto !important;
    font-family : 'themify';
}

.picker__nav--next:before {
    content : "\e649" !important;
}

.picker__nav--prev:before {
    content : "\e64a" !important;
}

.picker__button--close:before {
    content     : "\e646" !important;
    font-family : 'themify';
}

.picker__button--clear:before {
    border      : none !important;
    top         : auto !important;
    width       : auto !important;
    font-family : 'themify';
    content     : "\e6a5" !important;
    font-size   : 1.1em;
}

.picker__weekday {
    color      : #58748B !important;
    text-align : center;
}

[pick-a-date], [pick-a-time] {
    cursor : pointer !important;
}

[date-picker] {
    padding   : 5px 20px !important;
    min-width : 230px;
}

[date-picker] th {
    color       : #58748B;
    font-weight : bold;
}

[date-picker] .switch {
    color : #5B5B60;
}

[date-picker] .active, [date-picker] .now {
    background-color : #58748B !important;
    background-image : none !important;
    border           : none !important;
    text-shadow      : none !important;
    color            : #FFFFFF !important;
}

[date-picker] .now {
    background-color : #FFFFFF !important;
    color            : #58748B !important;
    font-weight      : bold;
}

[date-picker] .active:hover, [date-picker] .now:hover, [date-picker] .active:active, [date-picker] .now:active, [date-picker] .active.active, [date-picker] .now.active, [date-picker] .active.disabled, [date-picker] .now.disabled, [date-picker] .active[disabled], [date-picker] .now[disabled] {
    color            : #FFFFFF !important;
    background-color : #58748B !important;
}

[date-picker] .disabled {
    color : #9B9B9F !important;
}

[date-picker] .disabled.active, [date-picker] .disabled.now {
    color : #FFFFFF !important;
}

/* ---------------------------------------------------------------------- */
/*  Landing Page
/* ---------------------------------------------------------------------- */
.landing-page .container-fullw {
    position : static;
}

.landing-page .navbar {
    position      : fixed !important;
    background    : transparent;
    max-height    : 60px;
    min-height    : 40px;
    border-radius : 0;
}

@media (min-width : 992px) {
    .landing-page .navbar {
        -moz-transition    : height 0.5s, background 0.5s;
        -o-transition      : height 0.5s, background 0.5s;
        -webkit-transition : height 0.5s, background 0.5s;
        transition         : height 0.5s, background 0.5s;
    }
}

@media (max-width : 991px) {
    .landing-page .navbar {
        background : #2C2F3B;
    }

    .landing-page .navbar > .container {
        width : auto !important;
    }
}

.landing-page .navbar .navbar-header {
    position   : relative !important;
    background : transparent !important;
    height     : auto;
    border     : none;
    width      : auto !important;
    box-shadow : none !important;
}

.landing-page .navbar .navbar-header .navbar-brand {
    opacity : 1 !important;
    top     : 0 !important;
}

@media (min-width : 992px) {
    .landing-page .navbar .navbar-header .navbar-brand {
        -moz-transition    : all 0.5s;
        -o-transition      : all 0.5s;
        -webkit-transition : all 0.5s;
        transition         : all 0.5s;
    }

    .landing-page .navbar .navbar-header .navbar-brand img {
        -moz-transition    : all 0.5s;
        -o-transition      : all 0.5s;
        -webkit-transition : all 0.5s;
        transition         : all 0.5s;
        max-width          : 200px;
    }
}

@media (max-width : 767px) {
    .landing-page .navbar .navbar-header {
        text-align : center;
    }

    .landing-page .navbar .navbar-header .navbar-brand {
        float : none;
    }

    .landing-page .navbar .navbar-header .landing-menu-toggler {
        height      : auto !important;
        line-height : normal !important;
        position    : absolute;
        left        : 15px;
        top         : 15px;
    }
}

.landing-page .navbar .navbar-collapse {
    position   : relative !important;
    background : transparent !important;
    height     : auto;
    border     : none !important;
    box-shadow : none !important;
}

@media (min-width : 768px) {
    .landing-page .navbar .navbar-collapse {
        margin : 0;
    }

    .footer-bolme {
        display     : inline-block !important;
        line-height : 25px;
        margin-left : 25px;
        font-size   : 13px;
    }
}

.landing-page .navbar .navbar-collapse .nav {
    margin : 0 !important;
}

.landing-page .navbar .navbar-collapse .nav li.active > a {
    background : transparent !important;
    color      : #FFFFFF;
}

.landing-page .navbar .navbar-collapse .nav li > a {
    color              : #FFFFFF;
    position           : relative;
    text-transform     : uppercase;
    -moz-transition    : all 0.5s;
    -o-transition      : all 0.5s;
    -webkit-transition : all 0.5s;
    transition         : all 0.5s;
    padding            : 0 5px !important;
    font-size          : 12px;
}

.landing-page .navbar .navbar-collapse .nav li > a:hover {
    color : #FFFFFF;
}

.landing-page .navbar .navbar-collapse .nav li > a.active:before {
    content    : " ";
    position   : absolute;
    height     : 3px;
    left       : 0;
    top        : 0;
    right      : 0;
    background : #C82E29;
}

@media (max-width : 991px) {
    .landing-page .navbar .navbar-collapse {
        padding : 0 !important;
    }
}

@media (max-width : 767px) {
    .landing-page .navbar .navbar-collapse {
        background : #2C2F3B !important;
    }

    .landing-page .navbar .navbar-collapse .nav {
        margin : 0;
    }

    .landing-page .navbar .navbar-collapse .nav > li {
        padding : 0;
    }

    .landing-page .navbar .navbar-collapse .nav > li > a.active:before {
        top    : auto;
        bottom : 0;
    }
}

@media (min-width : 992px) {
    .landing-page .navbar.min {
        height      : 40px;
        line-height : 40px;
        background  : #2C2F3B;
    }

    .landing-page .navbar.min .navbar-header, .landing-page .navbar.min .navbar-collapse {
        height : 40px !important;
    }

    .landing-page .navbar.min .navbar-brand {
        height      : 40px;
        line-height : 40px;
    }

    .landing-page .navbar.min .navbar-brand img {
        max-width : 70px !important;
    }

    .landing-page .navbar.min .navbar-nav > li > a {
        line-height : 40px;
    }
}

.landing-page .landing-content {
    height : 470px;
}

@media (min-width : 992px) {
    .app-navbar-fixed .landing-page .landing-content {
        margin-top : -60px;
    }
}

.landing-page .landing-content .carousel {
    height        : 470px;
    width         : 100%;
    position      : relative;
    margin-bottom : 0 !important;
}

.landing-page .landing-content .carousel .slick-list {
    overflow : visible;
}

.landing-page .landing-content .carousel .slick-slide {
    height              : 470px;
    background-size     : cover !important;
    background-position : center center !important;
}

.landing-page .landing-content .carousel .caption {
    position   : absolute;
    top        : 130px;
    left       : 15px;
    bottom     : auto;
    right      : auto;
    text-align : left;
}

.landing-page .landing-content .carousel .image {
    position : absolute;
    right    : 10px;
    top      : 135px;
}

.landing-page .landing-content .carousel .slick-dots {
    bottom : 0 !important;
}

.landing-page .section-features {
    background-image    : url("../images/section_features.png");
    background-repeat   : no-repeat;
    background-position : center bottom;
}

.landing-page .section-testimonials {
    background-image    : url("../images/section_testimonials.jpg") !important;
    background-repeat   : no-repeat !important;
    background-position : center bottom !important;
    padding-bottom      : 250px !important;
}

.landing-page .testimonial-thumb {
    margin    : 0 auto;
    max-width : 80px;
}

.landing-page .section-contact {
    background-image    : url("../images/word_map.png");
    background-position : 50% 50%;
    background-repeat   : no-repeat;
    margin-top          : 60px;
}

#tesislist_processing {
    margin-top : -3px;
    background : #FFFFFF;
    box-shadow : 0 2px 4px rgba(0, 0, 0, 0.1);
}

.input-group[class*=col-] {
    float         : none;
    padding-right : 15px;
    padding-left  : 15px;
}

#tesissezonluktarih {
    display : none;
}

textarea {
    resize : vertical;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background : #FFFFF1 !important;
}

.openedmessage-area {
    height : 100%;
}

.email-reader .loadingmessage {
    height     : 100%;
    width      : 100%;
    background : rgba(255, 255, 255, 0.7);
    z-index    : 9;
    position   : relative;
}

.message-content .cevaptext {
    padding    : 15px;
    background : #FFFDF1;
    box-shadow : 0 2px 4px rgba(0, 0, 0, 0.1);
}

li.loadmore {
    text-align : center;
    margin     : 15px;
}

.disabledtextarea.form-control[disabled] {
    background : #F5F5F5 !important;
    resize     : none;
}

.ipucuclass {
    background : #FDFDFD;
    padding    : 10px;
    box-shadow : 0 2px 4px rgba(0, 0, 0, 0.1);
}

.modalpuan {
    position : absolute;
    right    : 15px;
    top      : 15px;
}

.modal-konu {
    position         : absolute;
    width            : 100%;
    z-index          : 9999;

    background-color : rgba(234, 234, 234, 0.71);
    box-shadow       : rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

ul.yorumpuantip {
    list-style : none;
    padding    : 0;
    margin     : 0;
}

.yorumpuantip li {
    margin        : 5px;
    border-right  : 1px solid #E8E8E8;
    float         : left;
    padding-right : 10px;
}

.yorumpuantip li:last-child {
    border-right : none;
}

ul.firmselect {
    list-style : none;
    padding    : 0;
    margin     : 0;
    text-align : left;
}

ul.firmselect li {
    width      : 300px;
    margin     : 30px auto;
    background : #FFFFFF;
    box-shadow : 0 2px 4px rgba(0, 0, 0, 0.1);
    padding    : 0;
}

ul.firmselect li:hover {
    background : #F5F5F5;
}

ul.firmselect li a {
    display : block;
    padding : 10px 25px;
}

ul.firmselect li a span.list-left-block {
    display        : table-cell;
    vertical-align : middle;
    padding-right  : 20px;
}

ul.firmselect li a span.list-right-block {
    display        : table-cell;
    vertical-align : middle;
}

.navbar .navbar-collapse .navbar-right > li:before {
    background : none !important;
}

.dataTables_wrapper {
    overflow : auto;
}

.dataTables_wrapper .row {
    margin : 0;
}

.dataTables_wrapper .col-sm-12 {
    position : relative;
}

.dataTables_wrapper .col-sm-12 table {
    width : 100% !important;
}

.navbar .navbar-header .navbar-brand {
    text-align : center;
    width      : 100%;
}

@media (min-width : 576px) {
    .col-sm {
        -ms-flex-preferred-size : 0;
        flex-basis              : 0;
        -webkit-box-flex        : 1;
        -ms-flex-positive       : 1;
        flex-grow               : 1;
        max-width               : 100%
    }

    .col-sm-auto {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 auto;
        flex             : 0 0 auto;
        width            : auto;
        max-width        : none
    }

    .col-sm-1 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 8.333333%;
        flex             : 0 0 8.333333%;
        max-width        : 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 16.666667%;
        flex             : 0 0 16.666667%;
        max-width        : 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 25%;
        flex             : 0 0 25%;
        max-width        : 25%
    }

    .col-sm-4 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 33.333333%;
        flex             : 0 0 33.333333%;
        max-width        : 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 41.666667%;
        flex             : 0 0 41.666667%;
        max-width        : 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 50%;
        flex             : 0 0 50%;
        max-width        : 50%
    }

    .col-sm-7 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 58.333333%;
        flex             : 0 0 58.333333%;
        max-width        : 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 66.666667%;
        flex             : 0 0 66.666667%;
        max-width        : 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 75%;
        flex             : 0 0 75%;
        max-width        : 75%
    }

    .col-sm-10 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 83.333333%;
        flex             : 0 0 83.333333%;
        max-width        : 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 91.666667%;
        flex             : 0 0 91.666667%;
        max-width        : 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 100%;
        flex             : 0 0 100%;
        max-width        : 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group : 0;
        -ms-flex-order            : -1;
        order                     : -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group : 14;
        -ms-flex-order            : 13;
        order                     : 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group : 1;
        -ms-flex-order            : 0;
        order                     : 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group : 2;
        -ms-flex-order            : 1;
        order                     : 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group : 3;
        -ms-flex-order            : 2;
        order                     : 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group : 4;
        -ms-flex-order            : 3;
        order                     : 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group : 5;
        -ms-flex-order            : 4;
        order                     : 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group : 6;
        -ms-flex-order            : 5;
        order                     : 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group : 7;
        -ms-flex-order            : 6;
        order                     : 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group : 8;
        -ms-flex-order            : 7;
        order                     : 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group : 9;
        -ms-flex-order            : 8;
        order                     : 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group : 10;
        -ms-flex-order            : 9;
        order                     : 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group : 11;
        -ms-flex-order            : 10;
        order                     : 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group : 12;
        -ms-flex-order            : 11;
        order                     : 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group : 13;
        -ms-flex-order            : 12;
        order                     : 12
    }

    .offset-sm-0 {
        margin-left : 0
    }

    .offset-sm-1 {
        margin-left : 8.333333%
    }

    .offset-sm-2 {
        margin-left : 16.666667%
    }

    .offset-sm-3 {
        margin-left : 25%
    }

    .offset-sm-4 {
        margin-left : 33.333333%
    }

    .offset-sm-5 {
        margin-left : 41.666667%
    }

    .offset-sm-6 {
        margin-left : 50%
    }

    .offset-sm-7 {
        margin-left : 58.333333%
    }

    .offset-sm-8 {
        margin-left : 66.666667%
    }

    .offset-sm-9 {
        margin-left : 75%
    }

    .offset-sm-10 {
        margin-left : 83.333333%
    }

    .offset-sm-11 {
        margin-left : 91.666667%
    }
}

@media (min-width : 768px) {

    .col-md {
        -ms-flex-preferred-size : 0;
        flex-basis              : 0;
        -webkit-box-flex        : 1;
        -ms-flex-positive       : 1;
        flex-grow               : 1;
        max-width               : 100%
    }

    .col-md-auto {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 auto;
        flex             : 0 0 auto;
        width            : auto;
        max-width        : none
    }

    .col-md-1 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 8.333333%;
        flex             : 0 0 8.333333%;
        max-width        : 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 16.666667%;
        flex             : 0 0 16.666667%;
        max-width        : 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 25%;
        flex             : 0 0 25%;
        max-width        : 25%
    }

    .col-md-4 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 33.333333%;
        flex             : 0 0 33.333333%;
        max-width        : 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 41.666667%;
        flex             : 0 0 41.666667%;
        max-width        : 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 50%;
        flex             : 0 0 50%;
        max-width        : 50%
    }

    .col-md-7 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 58.333333%;
        flex             : 0 0 58.333333%;
        max-width        : 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 66.666667%;
        flex             : 0 0 66.666667%;
        max-width        : 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 75%;
        flex             : 0 0 75%;
        max-width        : 75%
    }

    .col-md-10 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 83.333333%;
        flex             : 0 0 83.333333%;
        max-width        : 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 91.666667%;
        flex             : 0 0 91.666667%;
        max-width        : 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 100%;
        flex             : 0 0 100%;
        max-width        : 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group : 0;
        -ms-flex-order            : -1;
        order                     : -1
    }

    .order-md-last {
        -webkit-box-ordinal-group : 14;
        -ms-flex-order            : 13;
        order                     : 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group : 1;
        -ms-flex-order            : 0;
        order                     : 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group : 2;
        -ms-flex-order            : 1;
        order                     : 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group : 3;
        -ms-flex-order            : 2;
        order                     : 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group : 4;
        -ms-flex-order            : 3;
        order                     : 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group : 5;
        -ms-flex-order            : 4;
        order                     : 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group : 6;
        -ms-flex-order            : 5;
        order                     : 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group : 7;
        -ms-flex-order            : 6;
        order                     : 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group : 8;
        -ms-flex-order            : 7;
        order                     : 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group : 9;
        -ms-flex-order            : 8;
        order                     : 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group : 10;
        -ms-flex-order            : 9;
        order                     : 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group : 11;
        -ms-flex-order            : 10;
        order                     : 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group : 12;
        -ms-flex-order            : 11;
        order                     : 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group : 13;
        -ms-flex-order            : 12;
        order                     : 12
    }

    .offset-md-0 {
        margin-left : 0
    }

    .offset-md-1 {
        margin-left : 8.333333%
    }

    .offset-md-2 {
        margin-left : 16.666667%
    }

    .offset-md-3 {
        margin-left : 25%
    }

    .offset-md-4 {
        margin-left : 33.333333%
    }

    .offset-md-5 {
        margin-left : 41.666667%
    }

    .offset-md-6 {
        margin-left : 50%
    }

    .offset-md-7 {
        margin-left : 58.333333%
    }

    .offset-md-8 {
        margin-left : 66.666667%
    }

    .offset-md-9 {
        margin-left : 75%
    }

    .offset-md-10 {
        margin-left : 83.333333%
    }

    .offset-md-11 {
        margin-left : 91.666667%
    }
}

@media (min-width : 992px) {
    .col-lg {
        -ms-flex-preferred-size : 0;
        flex-basis              : 0;
        -webkit-box-flex        : 1;
        -ms-flex-positive       : 1;
        flex-grow               : 1;
        max-width               : 100%
    }

    .col-lg-auto {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 auto;
        flex             : 0 0 auto;
        width            : auto;
        max-width        : none
    }

    .col-lg-1 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 8.333333%;
        flex             : 0 0 8.333333%;
        max-width        : 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 16.666667%;
        flex             : 0 0 16.666667%;
        max-width        : 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 25%;
        flex             : 0 0 25%;
        max-width        : 25%
    }

    .col-lg-4 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 33.333333%;
        flex             : 0 0 33.333333%;
        max-width        : 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 41.666667%;
        flex             : 0 0 41.666667%;
        max-width        : 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 50%;
        flex             : 0 0 50%;
        max-width        : 50%
    }

    .col-lg-7 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 58.333333%;
        flex             : 0 0 58.333333%;
        max-width        : 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 66.666667%;
        flex             : 0 0 66.666667%;
        max-width        : 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 75%;
        flex             : 0 0 75%;
        max-width        : 75%
    }

    .col-lg-10 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 83.333333%;
        flex             : 0 0 83.333333%;
        max-width        : 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 91.666667%;
        flex             : 0 0 91.666667%;
        max-width        : 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 100%;
        flex             : 0 0 100%;
        max-width        : 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group : 0;
        -ms-flex-order            : -1;
        order                     : -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group : 14;
        -ms-flex-order            : 13;
        order                     : 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group : 1;
        -ms-flex-order            : 0;
        order                     : 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group : 2;
        -ms-flex-order            : 1;
        order                     : 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group : 3;
        -ms-flex-order            : 2;
        order                     : 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group : 4;
        -ms-flex-order            : 3;
        order                     : 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group : 5;
        -ms-flex-order            : 4;
        order                     : 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group : 6;
        -ms-flex-order            : 5;
        order                     : 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group : 7;
        -ms-flex-order            : 6;
        order                     : 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group : 8;
        -ms-flex-order            : 7;
        order                     : 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group : 9;
        -ms-flex-order            : 8;
        order                     : 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group : 10;
        -ms-flex-order            : 9;
        order                     : 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group : 11;
        -ms-flex-order            : 10;
        order                     : 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group : 12;
        -ms-flex-order            : 11;
        order                     : 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group : 13;
        -ms-flex-order            : 12;
        order                     : 12
    }

    .offset-lg-0 {
        margin-left : 0
    }

    .offset-lg-1 {
        margin-left : 8.333333%
    }

    .offset-lg-2 {
        margin-left : 16.666667%
    }

    .offset-lg-3 {
        margin-left : 25%
    }

    .offset-lg-4 {
        margin-left : 33.333333%
    }

    .offset-lg-5 {
        margin-left : 41.666667%
    }

    .offset-lg-6 {
        margin-left : 50%
    }

    .offset-lg-7 {
        margin-left : 58.333333%
    }

    .offset-lg-8 {
        margin-left : 66.666667%
    }

    .offset-lg-9 {
        margin-left : 75%
    }

    .offset-lg-10 {
        margin-left : 83.333333%
    }

    .offset-lg-11 {
        margin-left : 91.666667%
    }
}

@media (min-width : 1200px) {
    .col-xl {
        -ms-flex-preferred-size : 0;
        flex-basis              : 0;
        -webkit-box-flex        : 1;
        -ms-flex-positive       : 1;
        flex-grow               : 1;
        max-width               : 100%
    }

    .col-xl-auto {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 auto;
        flex             : 0 0 auto;
        width            : auto;
        max-width        : none
    }

    .col-xl-1 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 8.333333%;
        flex             : 0 0 8.333333%;
        max-width        : 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 16.666667%;
        flex             : 0 0 16.666667%;
        max-width        : 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 25%;
        flex             : 0 0 25%;
        max-width        : 25%
    }

    .col-xl-4 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 33.333333%;
        flex             : 0 0 33.333333%;
        max-width        : 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 41.666667%;
        flex             : 0 0 41.666667%;
        max-width        : 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 50%;
        flex             : 0 0 50%;
        max-width        : 50%
    }

    .col-xl-7 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 58.333333%;
        flex             : 0 0 58.333333%;
        max-width        : 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 66.666667%;
        flex             : 0 0 66.666667%;
        max-width        : 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 75%;
        flex             : 0 0 75%;
        max-width        : 75%
    }

    .col-xl-10 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 83.333333%;
        flex             : 0 0 83.333333%;
        max-width        : 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 91.666667%;
        flex             : 0 0 91.666667%;
        max-width        : 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 100%;
        flex             : 0 0 100%;
        max-width        : 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group : 0;
        -ms-flex-order            : -1;
        order                     : -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group : 14;
        -ms-flex-order            : 13;
        order                     : 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group : 1;
        -ms-flex-order            : 0;
        order                     : 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group : 2;
        -ms-flex-order            : 1;
        order                     : 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group : 3;
        -ms-flex-order            : 2;
        order                     : 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group : 4;
        -ms-flex-order            : 3;
        order                     : 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group : 5;
        -ms-flex-order            : 4;
        order                     : 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group : 6;
        -ms-flex-order            : 5;
        order                     : 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group : 7;
        -ms-flex-order            : 6;
        order                     : 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group : 8;
        -ms-flex-order            : 7;
        order                     : 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group : 9;
        -ms-flex-order            : 8;
        order                     : 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group : 10;
        -ms-flex-order            : 9;
        order                     : 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group : 11;
        -ms-flex-order            : 10;
        order                     : 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group : 12;
        -ms-flex-order            : 11;
        order                     : 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group : 13;
        -ms-flex-order            : 12;
        order                     : 12
    }

    .offset-xl-0 {
        margin-left : 0
    }

    .offset-xl-1 {
        margin-left : 8.333333%
    }

    .offset-xl-2 {
        margin-left : 16.666667%
    }

    .offset-xl-3 {
        margin-left : 25%
    }

    .offset-xl-4 {
        margin-left : 33.333333%
    }

    .offset-xl-5 {
        margin-left : 41.666667%
    }

    .offset-xl-6 {
        margin-left : 50%
    }

    .offset-xl-7 {
        margin-left : 58.333333%
    }

    .offset-xl-8 {
        margin-left : 66.666667%
    }

    .offset-xl-9 {
        margin-left : 75%
    }

    .offset-xl-10 {
        margin-left : 83.333333%
    }

    .offset-xl-11 {
        margin-left : 91.666667%
    }
}

@media (max-width : 991px) {
    .navbar .navbar-header .navbar-brand {
        text-align : left;
        width      : auto;
    }

    .navbar .navbar-header .navbar-brand img {
        /* height     : 55px;
         margin-top : -12px;*/
    }
}

.fa-1x {
    font-size : 1.3em;
}

.odacontent {
    margin     : 10px;
    padding    : 10px;
    background : #FBFBFB;
    box-shadow : inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.odacontent .odaimg {
    margin        : 10px;
    border        : 5px solid #FFFFFF;
    border-radius : 5px;
    box-shadow    : 0 2px 4px rgba(0, 0, 0, 0.1);
}

ul.konuklist {
    list-style : none;
    padding    : 0;
    margin     : 0;
}

.modal-body {
    color : #000000;
}

#flotTip {
    background : #FFFFFF;
    border     : #CCCCCC 1px solid;
    padding    : 10px;
}

.galerilist {
    width         : 150px;
    margin        : 7px;
    height        : 140px;
    margin-bottom : 40px;
    text-align    : center;
    box-shadow    : 0 0 1px 1px #E2E2E2;
}

.galerilist img {
    width      : 150px;
    height     : 100px;
    object-fit : cover;
}

.galerilistrigth {
    width         : 150px;
    margin        : 7px;
    height        : 100px;
    margin-bottom : 40px;
    text-align    : center;
    box-shadow    : 0 0 1px 1px #E2E2E2;
}

.galerilistrigth img {
    width      : 150px;
    height     : 100px;
    object-fit : cover;
}

.help-text {
    color : #B5B5B5;
}

label {
    font-weight : bold;
}

.form-group {
    margin-bottom : 5px;
    margin-top    : 10px;
}

.panel-heading {
    background : #7D99BB;
}

.panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6 {
    margin      : 0;
    color       : #FFFFFF;
    font-weight : bold;
}

.room-reservation-col1 {
    border-left            : 1px solid #C6C6C6;
    border-top             : 1px solid #C6C6C6 !important;
    border-bottom          : none !important;
    border-right           : none;
    border-top-left-radius : 16px;
    text-align             : center;
    width                  : 64px;
    max-width              : 64px;
}

.room-reservation-col2 {
    border-top    : 1px solid #C6C6C6 !important;
    border-bottom : none !important;
    border-left   : none;
    border-right  : none;
    text-align    : center;
    width         : 120px;
    max-width     : 120px;
}

.room-reservation-col3 {
    border-top    : 1px solid #C6C6C6 !important;
    border-bottom : none !important;
    border-right  : none;
    text-align    : center;

}

.room-reservation-col4 {
    border-right            : 1px solid #C6C6C6;
    border-bottom           : none !important;
    border-left             : none;
    border-top              : 1px solid #C6C6C6 !important;
    border-top-right-radius : 16px;
    text-align              : center;
    width                   : 64px;
    max-width               : 64px;
}

.room-reservation-header {
    border        : 1px solid #C6C6C6;
    padding       : 4px;
    margin        : 0 0 8px 0;
    border-radius : 0 0 16px 16px;
}

.disabledbutton {
    pointer-events : none;
    opacity        : 0.4;
}

/* --------------- owl slider --------carousel------------*/
.carousel-inner img {
    width : 100%;
    /*height: 100%;*/
}

.ftco-section {
    padding : 7em 0;
}

.ftco-no-pt {
    padding-top : 0;
}

.ftco-no-pb {
    padding-bottom : 0;
}

.heading-section {
    font-size : 32px;
}

.heading-section small {
    font-size : 16px;
}

.img {
    background-size     : cover;
    background-repeat   : no-repeat;
    background-position : center center;
}

.owl-carousel {
    position : relative;
}

.owl-carousel .owl-item {
    opacity : 1;
}

.owl-carousel .owl-item.active {
    opacity : 1;
}

.owl-carousel .owl-dots {
    text-align : center;
}

.owl-carousel .owl-dots .owl-dot {
    width         : 10px;
    height        : 10px;
    margin        : 5px;
    border-radius : 50%;
    background    : #E6E6E6;
    position      : relative;
}

.owl-carousel .owl-dots .owl-dot:after {
    position      : absolute;
    top           : -2px;
    left          : -2px;
    right         : 0;
    bottom        : 0;
    width         : 14px;
    height        : 14px;
    content       : '';
    border        : 1px solid #4D4D4D;
    border-radius : 50%;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
    outline : none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background : #B3B3B3;
}

.owl-carousel .owl-dots .owl-dot.active:after {
    border-color : #FFFFFF;
}

.owl-carousel.home-slider {
    position : relative;
    height   : 350px;
    z-index  : 0;
}

.owl-carousel.home-slider .slider-item {
    background-size     : 100%;
    background-repeat   : no-repeat;
    background-position : center center;
    height              : 350px;

    width               : auto;
    position            : relative;
    z-index             : 0;
}

@media (max-width : 1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position : center center !important;
    }
}

.owl-carousel.home-slider .slider-item .overlay {
    position   : absolute;
    top        : 0;
    bottom     : 0;
    left       : 0;
    right      : 0;
    background : #000000;
    opacity    : .3;
}

.owl-carousel.home-slider .slider-item .slider-text {
    height   : 250px;
    position : relative;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
    z-index : 0;
    color   : rgba(255, 255, 255, 0.9);
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size      : 9vw;
    font-weight    : 800;
    text-transform : uppercase;
    color          : #FFFFFF;
    line-height    : 1;
}

@media (max-width : 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size : 40px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size      : 16px;
    text-transform : uppercase;

    font-family    : "Poppins", Arial, sans-serif;
    font-weight    : 700;
    color          : #F5E4C3;
    display        : inline-block;
    position       : relative;
    letter-spacing : 4px;
}

.owl-carousel.home-slider .owl-nav {
    position : absolute;
    top      : 15%;
    width    : 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
    position           : absolute;
    -webkit-transform  : translateY(-50%);
    -ms-transform      : translateY(-50%);
    transform          : translateY(-50%);
    outline            : none !important;
    -webkit-transition : 0.3s;
    -o-transition      : 0.3s;
    transition         : 0.3s;
    opacity            : 0;
}

@media (prefers-reduced-motion : reduce) {
    .owl-carousel.home-slider .owl-nav .owl-prev,
    .owl-carousel.home-slider .owl-nav .owl-next {
        -webkit-transition : none;
        -o-transition      : none;
        transition         : none;
    }
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size          : 30px;
    color              : rgba(255, 255, 255, 0.5);
    -webkit-transition : 0.3s;
    -o-transition      : 0.3s;
    transition         : 0.3s;
}

@media (prefers-reduced-motion : reduce) {
    .owl-carousel.home-slider .owl-nav .owl-prev span:before,
    .owl-carousel.home-slider .owl-nav .owl-next span:before {
        -webkit-transition : none;
        -o-transition      : none;
        transition         : none;
    }
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color : #FFFFFF;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
    left        : 0;
    margin-left : 0;
}

.owl-carousel.home-slider .owl-nav .owl-next {
    right        : 0;
    margin-right : 0;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity : 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    margin-left : 50px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    margin-right : 50px;
}

.owl-carousel.home-slider .owl-dots {
    position   : absolute;
    left       : 0;
    right      : 0;
    bottom     : 40px;
    width      : 100%;
    text-align : center;
}

@media (min-width : 1441px) {
    .owl-carousel.home-slider {

        margin-bottom : -60px;
    }

    .owl-carousel .owl-stage-outer {
        height     : auto;
        display    : block;
        margin-top : -76px;
    }

    .owl-carousel.home-slider .slider-item {
        background-size : contain;
    }

    .text-large-lg {
        font-size : 14px;
    }

    #inceleme h5 {
        margin-top : -14px;
        font-size  : 13px;
    }

    #inceleme .counter, #telefon-arama .counter {
        font-size : 40px;
    }

    #inceleme .counter {
        margin-top : -7px;
        display    : block;
    }
}

@media (width : 1024px) {
    .col-1024 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 100%;
        flex             : 0 0 100%;
        max-width        : 100%;
    }

    .col-1024-50 {
        -webkit-box-flex : 0;
        -ms-flex         : 0 0 50%;
        flex             : 0 0 50%;
        max-width        : 50%;
    }

    .owl-carousel.home-slider {
        margin-top    : 0;
        height        : 350px !important;
        margin-bottom : 0px !important;
    }

    .owl-carousel.home-slider .owl-stage-outer {

        display    : block;
        margin-top : -15px !important;

    }

    .owl-carousel.home-slider .slider-item {
        background-size : contain;
        height          : 350px !important;
    }

    #cpanel-slider .carousel {
        height        : 208px !important;
        margin-bottom : -10px;
    }

    #cpanel-slider .carousel .slick-list {
        height          : 180px !important;
        background-size : cover;
    }

    #cpanel-slider .carousel .slide {
        height          : 176px !important;
        background-size : cover;
    }
}

@media (min-width : 1920px) {
    .owl-carousel.home-slider {
        height        : 350px !important;
        margin-bottom : -10px !important;
    }

    .owl-carousel .owl-stage-outer {

        display    : block;
        margin-top : -15px !important;
        height     : 350px !important;
    }

    .owl-carousel.home-slider .slider-item {
        background-size : contain;
        height          : 350px !important;
    }

    #inceleme .counter, #telefon-arama .counter {
        font-size : 50px;
    }

    #inceleme .counter {
        margin-top    : 0px;
        display       : block;
        margin-bottom : 20px;
    }
}

@media (min-width : 1024px) and (max-width : 1199px) {
    #inceleme h5 {
        margin-top : -14px;
    }

    #inceleme .counter, #telefon-arama .counter {
        font-size : 45px;
    }
}

@media (min-width : 1200px) and (max-width : 1439.98px) {
    .owl-carousel.home-slider {
        height        : 329px;
        margin-bottom : -50px;
    }

    .owl-carousel .owl-stage-outer {
        height     : auto;
        display    : block;
        margin-top : -76px;
    }

    .owl-carousel.home-slider .slider-item {
        background-size : contain;
    }

    .text-large-lg {
        font-size : 14px;
    }
}

@media (max-width : 1199.98px) {
    .owl-carousel.home-slider {
        height        : 277px;
        margin-bottom : -50px;
    }

    .owl-carousel .owl-stage-outer {
        height  : 250px;
        display : block;
        /* margin-top : -120px;*/

    }

}


@media (max-width : 1024px) {
    .owl-carousel.home-slider {
        margin-top    : 30px;
        height        : 279px;
        margin-bottom : -58px;
        position      : relative;
        display       : block;
    }

    .owl-carousel .owl-stage-outer {
        height : auto;
        /*margin-top : -128px;*/
    }

    .owl-carousel.home-slider .slider-item {
        background-size : 100%;
    }

}

@media (min-width : 768px) and (max-width : 912px) {
    .owl-carousel.home-slider {
        height        : 350px;
        margin-bottom : -10px;
    }

    .owl-carousel.home-slider .slider-item {

        background-size : auto;
    }

    .owl-carousel .owl-stage-outer {
        height     : 350px;
        display    : block;
        margin-top : -20px;

    }
}

@media (max-width : 767px) {
    .owl-carousel.home-slider .owl-dots {
        bottom : 5px;
    }

    .owl-carousel.home-slider .slider-item {
        height : 250px;
    }
}

@media (min-width : 320px) and (max-width : 375px) {
    .owl-carousel.home-slider {
        height        : 220px !important;
        margin-bottom : -10px;
    }

    #cpanel-slider .carousel {
        height        : 208px !important;
        margin-bottom : -10px;
    }

    #cpanel-slider .carousel .slick-list {
        height          : 180px !important;
        background-size : cover;
    }

    #cpanel-slider .carousel .slide {
        height          : 176px !important;
        background-size : cover;
    }

    .owl-carousel.home-slider .slider-item {

        background-size : 100%;
    }

    .owl-carousel .owl-stage-outer {
        height     : 220px;
        display    : block;
        margin-top : -40px;

    }
}

@media (max-width : 425px) {
    .owl-carousel.home-slider, .owl-carousel.cpanel-slider {
        height        : 205px;
        margin-bottom : -12px;
    }

    .owl-carousel.home-slider .slider-item, .owl-carousel.cpanel-slider .slider-item {
        height : 210px;

    }

    .owl-carousel .owl-stage-outer {
        height     : 210px;
        display    : block;
        margin-top : -20px;

    }
}

@media (min-width : 992px) and (max-width : 1440px) {
    .col {
        -webkit-box-flex : 0 !important;
        -ms-flex         : 0 0 50% !important;
        flex             : 0 0 50% !important;
        max-width        : 50% !important;
    }
}

.owl-carousel .owl-dots .owl-dot {
    width         : 10px;
    height        : 10px;
    margin        : 5px;
    border-radius : 50%;
    background    : rgba(255, 255, 255, 0.4);
}

.owl-carousel .owl-dots .owl-dot.active {
    background : #FFFFFF;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action : pan-y;
    touch-action     : pan-y;
}

.cursor-hand {
    cursor : pointer;
}

.bildirim-counter {
    background-color : red;
    color            : white;
    font-size        : 1.1em;
    padding          : 1px;
    min-width        : 20px;
    border-radius    : 50%;
    display          : inline-block;

}

.font-bold {
    font-weight : 600;
}

.font-bolder {
    font-weight : 700;
}

.bg-instagram {
    background : radial-gradient(circle at 30% 107%, #FFED39 0, #FFE800 5%, #FD5949 45%, #D6249F 60%, #285AEB 90%) !important;
}

.dropdown-item {
    display          : block;
    width            : 100%;
    padding          : 0.25rem 1.5rem;
    clear            : both;
    font-weight      : 400;
    color            : #212529;
    text-align       : inherit;
    white-space      : nowrap;
    background-color : transparent;
    border           : 0;
}

.iheading {
    font-size   : 30px;
    font-weight : 400;
    color       : #252525;
    margin-top  : 40px;
}

@media only screen and (max-width : 320px) {
    .iheading {
        margin-top : 20px;
    }
}

.shadow-sm {
    box-shadow : 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.f13 {
    font-size : 13px !important;
}

.accordion {
    background-color : #F1F1F1;
    color            : #444444;
    cursor           : pointer;
    padding          : 18px;
    width            : 100%;
    border           : none;
    text-align       : right;
    outline          : none;
    font-size        : 15px;
    transition       : 0.4s;
}


.panel-accordion {
    max-height     : 0;
    overflow       : hidden;
    transition     : max-height 0.2s ease-out;
    border-left    : 1px solid #C6C6C6;
    border-right   : 1px solid #C6C6C6;
    border-bottom  : 1px solid #C6C6C6;
    padding-bottom : 0;
    border-top     : none;

}

.iheader {
    margin-bottom : 0;
    font-weight   : bold;
    text-align    : left;
    display       : inline-block;
    float         : left;
    font-size     : 17px;
}

.itext {
    font-size   : 15px;
    text-align  : justify;
    padding     : 1rem 1rem 0;
    color       : #6C7175;
    font-weight : 500;
}

.h-line {
    border-left : 4px solid #FF0000;
}

#website .nav-tabs {
    background-color : #C1C2C2;
}

#website a .active {
    background-color : #52A8E5;
}

/* new css for comments */

.d-flex {
    display : flex;
}

.column-flex {
    flex-direction : column;
}

.justify-content-around {
    justify-content : space-around;
}

.justify-content-center {
    justify-content : center;
}

.justify-content-between {
    justify-content : space-between;
}

.split-15 + .split-15, .split-20 + .split-15, .split-15 + .split-20, .split-30 + .split-15, .split-15 + .split-30 {
    margin-top : 15px;
}

.split-3 + .split-3 {
    margin-top : 10px;
}

.comment-answer {
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    border: 1px solid #DDDDDD !important;
}

.profileImage {
    width         : 50px;
    height        : 50px;
    border-radius : 50%;
    background    : #512DA8;
    font-size     : 24px;
    color         : #FFFFFF;
    text-align    : center;
    line-height   : 50px;
}

.profileImageLarge {
    width         : 100px;
    height        : 100px;
    line-height   : 100px;
    font-size     : 48px;
}


.comment-page {
    background-color : #FFFFFF;
}

.comment-section-one {

}

.comment-user-name {
    font-weight : 600;
    color       : #000000;
    font-size   : 14px;
}

.comment-user-gsm {
    color     : #0B93D5;
    font-size : 12px;
}

.comment-user-email {
    color : #000000;
}

.comment-user-reserv-info {
    color     : #000000;
    font-size : 11px;
}

.comment-user-general-point {
    font-size   : 64px;
    color       : #000000;
    font-weight : 700;
    text-align  : center;
}

.comment-user-point-container {
    text-align       : center;
    vertical-align   : middle;
}

.comment-users-like {
    color : #1C7430;
}

.comment-users-dislike {
    color : #9E0505;
}

.comment-user {
    border        : 1px solid #666666;
    border-radius : 20px;
    padding       : 15px;
}

.comment-user-title {
    font-size   : 16px;
    color       : #000000;
    font-weight : 600;
}

.comment-user-content {
    color     : #000000;
    font-size : 13px;
}

.comment-user-date {
    color      : #000000;
    font-style : italic;
}

.comment-section-two {

}

.comment-user-image {
    overflow : auto;
}

.comment-user-image ul {
    padding    : 0;
    list-style : none;
    display    : flex;
    margin     : 10px 0 0;
}

.comment-user-image ul li:not(:first-child) {
    padding : 0 15px;
}

.comment-user-image ul li + li {
    padding-left : 0;
    margin-left  : -5px;
}

.comment-user-full-point {
    width : 100%;
}

.comment-user-full-point ul {
    margin     : 0;
    list-style : none;
    width      : 200px;
    padding    : 0;
}

.puanlist {
    display : inline;
}

.custome-hr {
    border           : 0;
    height           : 1px;
    background-image : linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.comment-user-container {
    margin-left: 24px;
}

@media screen and (min-width : 320px) and (max-width: 768px){
    .comment-user-container {
        margin-top  : 15px;
        margin-left : 0 !important;
    }

    .comment-user {
        flex-wrap: wrap;
    }

    .m-top-15 {
        margin-top: 15px;
    }
}

.static-new {
    margin-top: 20px;
}

.static-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.static-list li {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #A6A6A6;
}

.static-list li .icon-body {
    color: #000000;
    width: 95%;
    margin: 0 auto;
    padding: 8px;
    background: #EEEEEE;
    border-radius: 5px;
}


.static-list li .icon-body {
    color: #000000;
    width: 95%;
    margin: 0 auto;
    padding: 8px;
    background: #EEEEEE;
    border-radius: 5px;
}

.btn-yurt, .btn-yurt:hover  {
    background-color: #894e9a;
    border-color: #5a1e6b;
    color: #ffffff;
}

.btn-yurt:focus {
    box-shadow: 0 0 0 0.2rem rgb(235 180 255 / 23%) !important;
}