/*

----- Index ------
1) General Styles
2) Header
3) Sidebar Nav
4) Body
5) Dashboard
6) Tables
7) Forms
8) Modals
9) Discount Pill
10) Plugin Customization
   - Select2
   - Selectpicker
   - Parsley
   - Pickadate
11) Ajax Loader
12) Pickerdate
13) Sweet Alert
14) Bootstrap Customization
15) Capsule Radio
16) Reports
17) Media Queries
18) Custom XL Column

*/


/* General Start */


/* Fonts Start */

@font-face {
    font-family: 'Radikal';
    src: url('../fonts/Radikal.eot');
    src: url('../fonts/Radikal.eot') format('embedded-opentype'), url('../fonts/Radikal.woff2') format('woff2'), url('../fonts/Radikal.woff') format('woff'), url('../fonts/Radikal.ttf') format('truetype'), url('../fonts/Radikal.svg#Radikal') format('svg');
}

@font-face {
    font-family: 'RadikalLight';
    src: url('../fonts/RadikalLight.eot');
    src: url('../fonts/RadikalLight.eot') format('embedded-opentype'), url('../fonts/RadikalLight.woff2') format('woff2'), url('../fonts/RadikalLight.woff') format('woff'), url('../fonts/RadikalLight.ttf') format('truetype'), url('../fonts/RadikalLight.svg#RadikalLight') format('svg');
}

@font-face {
    font-family: 'RadikalMedium';
    src: url('../fonts/RadikalMedium.eot');
    src: url('../fonts/RadikalMedium.eot') format('embedded-opentype'), url('../fonts/RadikalMedium.woff2') format('woff2'), url('../fonts/RadikalMedium.woff') format('woff'), url('../fonts/RadikalMedium.ttf') format('truetype'), url('../fonts/RadikalMedium.svg#RadikalMedium') format('svg');
}

@font-face {
    font-family: 'RadikalBlack';
    src: url('../fonts/RadikalBlack.eot');
    src: url('../fonts/RadikalBlack.eot') format('embedded-opentype'), url('../fonts/RadikalBlack.woff2') format('woff2'), url('../fonts/RadikalBlack.woff') format('woff'), url('../fonts/RadikalBlack.ttf') format('truetype'), url('../fonts/RadikalBlack.svg#RadikalBlack') format('svg');
}

@font-face {
    font-family: 'RadikalBold';
    src: url('../fonts/RadikalBold.eot');
    src: url('../fonts/RadikalBold.eot') format('embedded-opentype'), url('../fonts/RadikalBold.woff2') format('woff2'), url('../fonts/RadikalBold.woff') format('woff'), url('../fonts/RadikalBold.ttf') format('truetype'), url('../fonts/RadikalBold.svg#RadikalBold') format('svg');
}

@font-face {
    font-family: 'RadikalItalic';
    src: url('../fonts/RadikalItalic.eot');
    src: url('../fonts/RadikalItalic.eot') format('embedded-opentype'), url('../fonts/RadikalItalic.woff2') format('woff2'), url('../fonts/RadikalItalic.woff') format('woff'), url('../fonts/RadikalItalic.ttf') format('truetype'), url('../fonts/RadikalItalic.svg#RadikalItalic') format('svg');
}


/* Fonts End */

html,
body {
    font-family: 'RadikalLight', sans-serif;
}

body {
    color: #444;
}

textarea {
    resize: vertical
}

.section-heading {
    font-size: 24px;
    color: #4d4d4d;
    margin-top: 20px;
    padding-bottom: 10px;
    /*border-bottom:  1px solid #d9d9d9;*/
    margin-bottom: 20px;
}

.section-heading div.dt-buttons {
    float: none;
}

.section-heading .dt-button {
    font-size: 14px;
}

.reset-padding {
    padding: 0;
}


/* General End */


/* Header Start */

.navbar-brand {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.navbar-brand img {
    width: 110px;
}

.logout-icon {
    font-size: 16px;
    vertical-align: text-bottom;
}

.user-name {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    display: block;
    padding: 10px 15px;
}

.navbar-header {
    float: left !important;
}

.navbar-nav {
    float: right!important;
    margin: 0 !important;
    margin-right: -15px !important;
}

.navbar-nav a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.navbar-default {
    background-color: #1b4071;
    border-color: #1b4071;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fcb716;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fcb716;
}

.sidebar-toggle {
    float: left;
    height: 50px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.5px;
    display: none;
}

.sidebar-toggle,
.sidebar-toggle:link,
.sidebar-toggle:hover,
.sidebar-toggle:active {
    color: #ffffff;
    background-color: transparent;
}


/* Header End */


/* Sidebar Nav Start */

.sidebar-nav {
    padding-top: 70px;
    padding-bottom: 20px;
    float: left;
    width: 205px;
    background: #1a1a1a;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: auto;
}

.sidebar-nav ul {
    list-style: none;
    padding: 0 10px;
}

.sidebar-nav li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    padding: 4px 10px;
    color: #edecec;
}

.sidebar-nav li.active {
    background: #edecec;
    font-family: 'Radikal', sans-serif;
}

.sidebar-nav .nav-header {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #edecec;
}

.sidebar-nav .nav-header:not(.nav-header--first) {
    margin-top: 30px;
}

.sidebar-nav .nav-header.nav-header--first,
{
    margin-top: 15px;
}

.sidebar-nav a {
    font-size: 14px;
    text-decoration: none;
    outline: 0;
    color: #fff;
}

.sidebar-nav li:not(.active) a:hover {
    color: #fcb716;
}

.sidebar-nav li.active a {
    pointer-events: none;
    cursor: default;
    color: #1a1a1a;
}


/* Sidebar Nav End */


/* Body Start */

.main-container {
    padding-top: 70px;
    float: left;
    width: 100%;
}

.main-container:not(.dashboard) {
    padding-left: 220px;
}

.main-container.main-container--grey {
    background-color: #eee;
}


/* Body End */


/* Dashboard Start */

.icon-box {
    padding: 40px 0 20px;
}

.icon-box>div {
    margin-bottom: 20px;
}

.icon-box,
.recent-box {
    margin: 0;
}

.recent-box {
    padding: 20px 0;
}

.icon-box {
    max-width: 1500px;
    margin: 0 auto
}

.icon-box a {
    text-decoration: none;
    color: inherit;
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto
}

.icon-box .icon {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-box .icon:hover {
    background-color: #edecec;
}

.icon-box .icon img {
    display: block;
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
}

.icon-box .icon p {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 100;
    color: #4d4d4d;
}


/* Dashboard End */


/* Tables Start */

.lst-table tr th:first-of-type:not(:last-of-type),
.lst-table tr th:last-of-type:not(:first-of-type),
.lst-table tr td:first-of-type:not(:last-of-type),
.lst-table tr td:last-of-type:not(:first-of-type),
.lst-table-alt tr th:last-of-type:not(:first-of-type),
.lst-table-alt tr td:last-of-type:not(:first-of-type) {
    text-align: center;
}

.table tr td:last-of-type a {
    text-decoration: none;
    padding: 0 3px;
}

.table tr td:last-of-type a {
    color: #2184bd;
}

.table tr td:last-of-type a:hover {
    background-color: #2184bd;
    color: #fff;
}

.table-tabs .tab-content {
    padding: 12px 0;
}

.table-tabs .nav>li:not(.active)>a {
    background-color: #f2f2f2;
    border-bottom-color: #ddd;
}

.last-updated {
    text-align: right;
    color: #656565;
}


/* Tables End */


/* Modals Start */

.delete-modal .modal-header,
.delete-modal .modal-body,
.delete-modal .modal-footer {
    text-align: center !important
}

.delete-modal .modal-footer>a {
    display: inline-block;
}


/* Modals End */


/* Forms Start */

.element-margin {
    margin-top: 15px;
}

.col-left {
    padding-left: 0;
}

.col-right {
    padding-right: 0;
}

.col-middle {
    padding-right: 0;
    padding-left: 0;
}

.form-container {
    padding: 0 15px 15px;
}

.btn-container {
    text-align: center;
    padding: 10px 15px 15px;
}

.radio {
    display: inline-block !important;
    margin-top: 0 !important;
}

.radio:not(last-of-type) {
    margin-right: 15px;
}

input[type=file].form-control {
    padding: 5px 12px;
}

.coupons-generated-alert {
    margin-bottom: 30px;
}

.coupons-generated-alert h4 {
    margin-bottom: 0;
}


/* Forms Start */


/* Discount Pill Start */

.discount-pill {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}

.discount-pill__head {
    background-color: #e6e6e6;
    padding: 10px 15px;
}

.discount-pill__body {
    padding: 15px;
}

.custom-checkbox {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    background: transparent!important;
}

.custom-checkbox label {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background: transparent!important;
    border: 2px solid #555;
    margin-bottom: 0;
}

.custom-checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 13px;
    height: 8px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #555;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.custom-checkbox label:hover::after {
    opacity: 0.5;
}

.custom-checkbox input[type=checkbox] {
    visibility: hidden;
}

.custom-checkbox input[type=checkbox]:hover+label.custom-checkbox__label:after {
    opacity: 0;
}

.custom-checkbox input[type=checkbox]:checked+label.custom-checkbox__label:after {
    opacity: 1;
}

.checkbox-label {
    margin-bottom: 0;
}


/* Discount Pill End */


/* Plugin Customization Start */


/* Select2 Start */

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--open .select2-dropdown--below {
    border-radius: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
    outline: 0 !important;
    border-color: #2184bd !important;
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .25) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .25) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0 !important;
    border-color: #2184bd !important;
}

.select2-search.select2-search--inline:first-child,
.select2-search:first-child .select2-search__field {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 2px !important;
    padding: 0 12px !important;
}

.select2-container--default .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 34px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 6px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-color: #ccc !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #2184bd !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2184bd !important;
}


/* Select2 End */


/* Selectpicker Start */

.bootstrap-select .dropdown-toggle {
    border: 1px solid #ccc;
    background-color: transparent !important;
    outline: 0 !important;
}

.bootstrap-select .dropdown-toggle:hover {
    border-color: #2184bd !important;
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .25) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .25) !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    border-color: #2184bd !important;
}

.bootstrap-select .dropdown-menu {
    border-radius: 0 !important;
}

.bootstrap-select .dropdown-menu .actions-btn {
    border-radius: 0 !important;
}

.bootstrap-select .dropdown-menu .dropdown-menu>li>a:focus,
.bootstrap-select .dropdown-menu .dropdown-menu>li>a:hover {
    outline: 0 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}


/* Selectpicker End */


/* Parsley Start */

.parsley-error,
.parsley-error+.select2-container .select2-selection {
    background-color: #F2DEDE!important;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 12px;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.parsley-required,
.parsley-checkoffer,
.parsley-checktime,
.parsley-type,
.parsley-min,
.parsley-custom-error-message,
.parsley-range,
.parsley-offer-exists,
.parsley-checkcouponset,
.parsley-filemimetypes,
.parsley-filemaxmegabytes,
.parsley-length,
.parsley-team-code-exists {
    color: #ee4035;
}


/* Parsley End */


/* Pickadate End */

.picker__select--month,
.picker__select--year {
    padding: 0 .5em !important;
}

.picker__input.form-control[readonly]:not(.disabled-grey),
fieldset[disabled] .picker__input.form-control:not(.disabled-grey) {
    cursor: pointer;
    background: #fff;
}


/* Pickadate End */


/* DataTables End */

div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 8px;
}

.table-responsive {
    border-color: transparent;
}


/* DataTables End */


/* Ck Editor Start */

.ck-editor__editable {
    min-height: 200px;
}

.ck-editor__editable.ck-focused {
    outline: none;
    border-color: #2184bd !important;
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .25) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .25) !important;
}


/* Ck Editor End */


/* Plugin Customization End */


/* Ajax Loader Start */

.overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.object:not(:last-of-type) {
    margin-right: 20px;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}


/* Ajax Loader End */


/* Pickerdate Start */

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
    background: rgba(34, 133, 189, 0.2) !important;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    color: #000000 !important;
}

.picker__day--highlighted {
    border-color: #2184bd !important;
}

.picker__day--today::before {
    border-top-color: #2184bd !important;
}

.picker__nav--next::before {
    border-left: 0.75em solid #1a1a1a !important;
}

.picker__box {
    border-radius: 0 !important;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
    background: rgba(34, 133, 189, 0.2) !important;
    border-color: #2184bd !important;
}

.picker__note {
    text-align: center;
    font-size: 14px;
    color: #ee4035;
    margin-bottom: .75em;
}


/* Pickerdate End */


/* Sweet Alert Start */

.swal2-modal,
.swal2-modal .swal2-styled {
    border-radius: 0 !important;
}

.swal2-modal .swal2-title {
    font-family: 'Radikal', sans-serif !important;
}

.swal2-modal .swal2-styled {
    font-family: 'RadikalLight', sans-serif !important;
}


/* Sweet Alert End */


/* Bootstrap Customization Start */

.btn,
.form-control,
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #2184bd;
    border-color: #2184bd;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
    background-color: #f05540;
    border-color: #f05540;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background-color: #edecec;
    border-color: #edecec;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
    webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    outline: 0;
}

.form-control:focus {
    border-color: #2184bd;
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .25);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #2184bd;
    border-color: #2184bd;
}

.modal-content {
    border-radius: 0;
}

.input-group-addon {
    border-radius: 0;
}


/* Bootstrap Customization End */


/* Capsule Radio Start */

.capsule-radio {
    display: none;
}

.capsule-label {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.capsule-label {
    position: relative;
    background-color: #edecec;
    color: #1a1a1a;
    font-weight: 100;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 2px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
}

.capsule-label:hover {
    background-color: rgba(33, 132, 189, 0.2);
}

.capsule-radio:checked+.capsule-label {
    color: #fff;
    background-color: #2184bd;
}


/* Capsule Radio End */


/* Reports Start */

.reports-box {
    margin-top: 50px;
}

.reports-box>div {
    margin-bottom: 20px;
}

.report-box-inner {
    -webkit-box-shadow: 0 5px 3px 0 #D5D9DE;
    -moz-box-shadow: 0 5px 3px 0 #D5D9DE;
    box-shadow: 0 5px 3px 0 #D5D9DE;
}

.reports-card {
    background: #ffffff;
    padding: 15px 10px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 0px solid #ADADAD !important;
}

.reports-card:not(.reports-card--single) {
    height: 100px;
}

.reports-card--single {
    height: 200px;
}

.reports-card--bordered {
    border-bottom: 0px solid #ADADAD;
}

.reports-heading {
    color: #000000;
    text-align: center;
    font-size: 20px;
    padding: 25px;
    font-family: 'RadikalLight';
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
    font-weight: 100;
}

.reports-heading--black:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid #1a1a1a;
    border-left: 20px solid transparent;
    float: right;
    position: relative;
    top: -25px;
    left: 25px;
}

.reports-heading--yellow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid #FCB414;
    border-left: 20px solid transparent;
    float: right;
    position: relative;
    top: -25px;
    left: 25px;
}

.reports-heading--blue:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid #1896c7;
    border-left: 20px solid transparent;
    float: right;
    position: relative;
    top: -25px;
    left: 25px;
}

.reports-heading--darkblue:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid #1b4070;
    border-left: 20px solid transparent;
    float: right;
    position: relative;
    top: -25px;
    left: 25px;
}

.reports-heading--orange {
    background: #f05540;
}

#completed,
#in-progress,
#created-yesterday {
    font-size: 40px;
}

.reports-card__count {
    font-size: 25px;
    line-height: 25px;
    font-family: 'RadikalMedium';
}

.reports-card__count--orange {
    color: #fa6b53;
}

.reports-card__type {
    margin-bottom: 0;
    text-align: center;
}


/* Reports End */


/* Media Queries Start */


/* Small Devices, Tablets */

@media only screen and (max-width: 480px) {
    .col-left,
    .col-right {
        padding-right: 0;
        padding-left: 0;
    }
    .element-margin-sm,
    .col-left,
    .col-right {
        margin-top: 15px;
    }
    .main-container {
        padding-left: 15px !important;
    }
    .sidebar-toggle {
        display: inline-block;
    }
    .user-name,
    .navbar-brand {
        display: none !important;
    }
    .sidebar-nav {
        left: -205px;
        transition: left 300ms ease-in-out
    }
    .sidebar-nav--open {
        left: 0 !important;
    }
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
        padding-right: 0;
    }
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
        padding-left: 0;
    }
}


/* Media Queries End */


/* Custom XL Column Start */

.col-xl-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1920px) {
    .col-xl-6 {
        float: left;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
}


/* Custom XL Column End */


/*task report panel*/

.task-report {
    padding: 15px;
    box-shadow: 0 5px 3px 0 #D5D9DE;
    ;
    background-color: #fff;
}

.team-wise-graph {
    width: 98%;
    margin: auto;
    box-shadow: 0 5px 3px 0 #D5D9DE;
    background-color: #fff;
    padding: 30px;
}

.team-wise-row {
    margin-bottom: 20px;
}

.graph-head {
    font-size: 18px;
    color: #4d4d4d;
}

.ct-bar {
    fill: none;
    stroke-width: 20px !important;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    font-size: 12px !important;
    color: #000 !important;
    line-height: 1.2em !important;
}

.ct-chart-team .ct-series-a .ct-bar {
    stroke: #2185BD;
}

.ct-chart-category .ct-series-a .ct-bar {
    stroke: #1D4070;
}

.ct-perfect-fourth {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.ct-label {
    color: #000 !important;
    font-size: 12px !important;
}

.form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.glyphicon-calendar {
    right: 15px !important;
}

#stats-filter-form {
    clear: both;
}

.task-head {
    font-family: RadikalMedium;
}

.chartist-tooltip::before {
    border-top-color: #FCB414 !important;
}

.chartist-tooltip {
    background: #FCB414 !important;
}