
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --formulizer-red: #dc2e28;
    --formulizer-rgb: 220, 46, 40;
}

html {
    background-color: var(--formulizer-red);
}
body{
    font-size: 16px;
    background: #2c393b;
}
.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, Gotham, Montserrat,  sans-serif;
}
a:hover {
    cursor: pointer !important;
}
.btn, .btn:hover {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
/*GİZLE
.table {
    color: #2D393B;
}
*/
.select2-container{
    width: 100% !important;
    margin-bottom: 5px;
}
.form-control:focus {
/*GİZLE
    border-color: #2D393B;
*/
}
/* Sparc Color Basis */

/*GİZLE
.formulizer .main-header .navbar {
    background-color: var(--formulizer-red);
}
.formulizer .main-header .navbar .nav > li > a {
    color: #ffffff;
}
.formulizer .main-header .navbar .nav > li > a:hover,
.formulizer .main-header .navbar .nav > li > a:active,
.formulizer .main-header .navbar .nav > li > a:focus,
.formulizer .main-header .navbar .nav .open > a,
.formulizer .main-header .navbar .nav .open > a:hover,
.formulizer .main-header .navbar .nav .open > a:focus,
.formulizer .main-header .navbar .nav > .active > a,
.formulizer.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover{
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}
.formulizer .main-header .navbar .sidebar-toggle {
    color: #ffffff;
}
.formulizer .main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);
}
.formulizer .main-header .navbar .sidebar-toggle {
    color: #fff;
}
.formulizer .main-header .navbar .sidebar-toggle:hover {
    background-color: transparent;
}
@media (max-width: 767px) {
    .formulizer .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .formulizer .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }
    .formulizer .main-header .navbar .dropdown-menu li a:hover {
        background: #dc2d27;
    }
}
.formulizer .main-header .logo {
    background-color: #2D393B;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}
.formulizer .main-header .logo:hover {
    background-color: #000;
}
.formulizer .main-header li.user-header {
    background-color: #fff;
}
.formulizer .content-header {
    background: var(--formulizer-red);
}
.formulizer .content {
    background: var(--formulizer-red);
}
.formulizer .main-header,
.formulizer .main-sidebar,
.formulizer .left-side {
    background-color: #2D393B;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.08);
}
.formulizer .user-panel > .info,
.formulizer .user-panel > .info > a {
    color: #fff;
}

.formulizer .sidebar-menu > li.header {
    color: #333;
    background: #fff;
}
.formulizer .sidebar-menu > li > a {
    border-left:none;
}
.formulizer .sidebar-menu > li:hover > a{
    color: #ffffff;
    background: rgba(0,0,0,0.1);
}
.formulizer .sidebar-menu > li.active > a,
.formulizer .sidebar-menu > li.menu-open > a {
    color: #ffffff;
}
.formulizer .sidebar-menu > li.active > a {
    border-left-color: var(--formulizer-red);
}
.formulizer .sidebar-menu > li > .treeview-menu {
    margin: 0 0px;
    background: #2D393B;
}
.formulizer .sidebar-menu .treeview-menu > li > a {
    color: #79818e;
}
.formulizer .sidebar-menu .treeview-menu > li.active > a,
.formulizer .sidebar-menu .treeview-menu > li > a:hover {
    color: #fff;
    background-color: #222829;
}
.formulizer .sidebar-menu a:focus {
    color: #fff !important;
}
.formulizer .sidebar-form {
    border-radius: 3px;
    border: 1px solid #898989;
}
.formulizer .sidebar-form input[type="text"],
.formulizer .sidebar-form .btn {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.59);
    border: 1px solid rgba(0, 0, 0, 0.59);
    height: 35px;
}
.formulizer .sidebar-form input[type="text"] {
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}
.formulizer .sidebar-form input[type="text"]:focus,
.formulizer .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    color: #fff;
}
.formulizer .sidebar-form .btn {
    color: #f7f7f7;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}
.formulizer.layout-top-nav .main-header > .logo {
    background-color: #dc2d27;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}
.formulizer.layout-top-nav .main-header > .logo:hover {
    background-color: var(--formulizer-red);
}
.formulizer .btn-blue{
    background-color: var(--formulizer-red);
    color: #fff;
    border: 1px solid var(--formulizer-red);
}
.formulizer .btn-blue:hover{
    background-color: #fff;
    color: var(--formulizer-red);
}
.horizontal-menu .formulizer.layout-top-nav .sidebar-menu > li.active > a {
    background: var(--formulizer-red);
    color: #fff;
}
.formulizer .main-header .messages-menu .dropdown-toggle i::after, .formulizer .main-header .notifications-menu .dropdown-toggle i::after, .formulizer .main-header .tasks-menu .dropdown-toggle i::after {
    border-color: var(--formulizer-red);
    background-color: #22af47;
}
.formulizer.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu, .formulizer.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right) {
    background: #2D393B;
}

.btn-warning {
    background-color: #ed8332;
    border-color: #ce6617;
    color: #fff;
}
.btn-warning.hover, .btn-warning:active, .btn-warning:hover {
    background-color: #ef812b;
    border-color: #ce6617;
    color: #fff;
}
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(234,130,50,.4);
}

*/
aside + .control-sidebar-bg {
    background: #fefefe !important;
}
.aside-sidebar{
    padding-top: 0px;
    background: #fefefe !important;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.aside-sidebar-btn{
    padding: 10px;
}
.aside-sidebar-actions{
    background-color: #f5f5f5;
    margin-bottom: 30px;
    position: sticky;
    top: 0px;
    z-index: 2;
}
.aside-sidebar a[data-toggle="tab"]{
    transition: all ease-in-out .1s;
}
.aside-sidebar a.active[data-toggle="tab"]{
    background-color: rgb(245 0 13 / .6);
    color: #fff;
}
.aside-sidebar a[data-toggle="tab"]:hover {
    background-color: rgb(245 0 13 / 1);
    color: #fff;
}

.aside-sidebar #control-sidebar-head-tab{
    background-color: rgb(245 0 13 / .3);
    color: #fff;
}
.aside-sidebar #control-sidebar-head-tab:hover {
    background-color: rgb(245 0 13 / .6);
}
.aside-sidebar #control-sidebar-head-tab.active {
    background-color: rgb(245 0 13);
}
.aside-sidebar #control-sidebar-sender-tab{
    background-color: rgb(99 28 255 / .3);
    color: #fff;
}
.aside-sidebar #control-sidebar-sender-tab:hover {
    background-color: rgb(99 28 255 / .6);
}
.aside-sidebar #control-sidebar-sender-tab.active {
    background-color: rgb(99 28 255);
}
.aside-sidebar #control-sidebar-receiver-tab{
    background-color: rgb(179 0 255 / .3);
    color: #fff;
}
.aside-sidebar #control-sidebar-receiver-tab:hover {
    background-color: rgb(179 0 255 / .6);
}
.aside-sidebar #control-sidebar-receiver-tab.active {
    background-color: rgb(179 0 255);
}


/* The sidebar menu */


.aside-sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 0px;
    transition: 0.5s;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s; /* If you want a transition effect */
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .aside-sidebar {padding-top: 15px;}
    .aside-sidebar a {font-size: 18px;}
}

.bg-titanium {
    background-color: #2D393B !important;
}
.bg-red {
    background-color: #F5000D !important;
}
.bg-orange {
    background-color: #FF2900 !important;
}
.bg-yellow {
    background-color: #FF7019 !important;
}
.bg-magenta {
    background-color: #EB009B !important;
}
.bg-pink {
    background-color: #B300FF !important;
}
.bg-purple {
    background-color: #631CFF !important;
}
.bg-green {
    background-color: #50B208 !important;
}
.bg-dark-green {
    background-color: #337700 !important;
}
.bg-dirty-white {
    background-color: #fcfcfc !important;
}
.bg-light {
    background-color: #f5f5f5 !important;
}
.bg-dark-light {
    background-color: #eee !important;
}
.bg-grey {
    background-color: #ccc !important;
}

.text-titanium {
    color: #2D393B !important;
}
.text-red {
    color: #F5000D !important;
}
.text-orange {
    color: #FF2900 !important;
}
.text-yellow {
    color: #FF7019 !important;
}
.text-magenta {
    color: #EB009B !important;
}
.text-pink {
    color: #B300FF !important;
}
.text-purple {
    color: #631CFF !important;
}
.text-green {
    color: #50B208 !important;
}
.text-dark-green {
    color: #337700 !important;
}
.text-light {
    color: #f5f5f5 !important;
}
.text-dark-light {
    color: #eee !important;
}
.text-grey {
    color: #ccc !important;
}

a:active, a:focus, a:hover {
    color: #F5000D;
}
a.bg-primary:active, a.bg-primary:focus, a.bg-primary:hover,
a.bg-red:active, a.bg-red:focus, a.bg-red:hover,
a.bg-orange:active, a.bg-orange:focus, a.bg-orange:hover,
a.bg-yellow:active, a.bg-yellow:focus, a.bg-yellow:hover,
a.bg-dark:active, a.bg-dark:focus, a.bg-dark:hover,
a.bg-magenta:active, a.bg-magenta:focus, a.bg-magenta:hover,
a.bg-green:active, a.bg-green:focus, a.bg-green:hover,
a.bg-dark-green:active, a.bg-dark-green:focus, a.bg-dark-green:hover,
a.bg-pink:active, a.bg-pink:focus, a.bg-pink:hover,
a.bg-purple:active, a.bg-purple:focus, a.bg-purple:hover {
    color: #fff !important;
}
[type=checkbox]:checked+label:before {
    border-right: 2px solid #B300FF;
    border-bottom: 2px solid #631CFF;
}
.btn-link {
    color: #2D393B;
    background-color: transparent;
}
.btn-link:hover {
    color: #F5000D;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-danger {
    color: #fff !important;
}

.formulizer .sidebar a {
    color: #eee;
}
.formulizer .sidebar a:hover {
    text-decoration: none;
}

/*.formulizer .sidebar-menu .treeview-menu > li > a {*/
/*    color: #ccc;*/
/*}*/
/*.sidebar-menu {*/
/*    font-size: 15px;*/
/*    background-color: #2a3031;*/
/*}*/
/*.sidebar-menu>li {*/
/*    border-top: 1px solid #243031;*/
/*}*/
/*.sidebar-menu>li:hover {*/
/*    background-color: #273133;*/
/*}*/
/*li.treeview.menu-open ul.treeview-menu {*/
/*    background: #2a3031;*/
/*}*/


.sparc-login-text{
    margin:20px 0 10px;
    opacity: .5;
}
.sparc-login-text-span-div{
    padding-top: 10px;
    border-top: 1px solid #333;
}
.sparc-login-text-img-div{
    margin-bottom: 10px;
}
.btn-outline-login {
    border-radius: 20px;
    padding: auto;
    background: transparent;
    border: 1px solid #2D393B;
    width: 80px;
}
.btn-outline-dark {
    color: #343a40 !important;
    background-color: transparent !important;
    background-image: none;
    border-color: #343a40 !important;
}
.btn-outline-dark:hover {
    color: #fff !important;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5) !important;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40 !important;
    background-color: transparent !important;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff !important;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5) !important;
}
.main-header .logo {
    text-align: left;
    width: 190px;
}
.main-header .logo img{
    width: 140px;
}
.main-header .sidebar-toggle {
    padding: 15px;
    color: #ccc;
    font-size: 15px;
}
.main-header .sidebar-toggle:before {
    color: var(--formulizer-red);
}
.sidebar-collapse header.main-header {
    right: 50px;
}
.sidebar-collapse header.main-header .logo{
    display: none;
}
.sidebar-collapse .main-header .sidebar-toggle {
    left: 55px;
    position: absolute;
}
.content-header>h1, .content-header>.container>h1 {
    margin: 0 0 0px;
    font-size: 26px;
}
.user-panel {
    background-image: url(../images/user-panel-bg.jpg);
}
a:active, a:focus, a:hover {
    color: #dc2e28;
}

/*GİZLE
.formulizer .sidebar-menu > li.active > a, .formulizer .sidebar-menu > li.menu-open > a {
    color: #ffffff;
    background-color: #000;
}
*/
.table th, .table thead th {
    font-weight: 400;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-left: none;
    border-right:none;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff;
    border: 1px solid #ff6028;
    background-color: #F5000D;
}

.div-numbers {
    color: #fff;
    width: 60px;
    text-align: center;
    margin-bottom: 15px;
    float: left;
}
.div-numbers a{
    color: #fff;
    padding: 7px;
    float: left;
    text-align: center;
    background-color: #999;
    width: 100%;
}

.div-numbers.active a{
    background-color: #F5000D;
}
.div-titles {
    font-size: 10px;
    display: block;
}
.div-number{
    font-size: 18px;
}
.div-content {
    width: 200px;
    margin-right: 15px;
    display: inline-block;
}
.div-content .row {
    margin-bottom: 7px;
}
.div-content-head {
    font-size: 11px;
    color: #999;
}
.div-number-span {
    font-size: 24px;
    color: #666;
    font-weight: 500;
}
.ytd-info{
    font-size: 16px;
}
.iteration-sender h3 {
    font-size: 13px;
    font-weight: 300;
    background: #631CFF;
    width: 100%;
    padding: 7px 5px;
    color: #fff;
}
.iteration-receiver h3 {
    font-size: 13px;
    font-weight: 300;
    background: #B300FF;
    width: 100%;
    padding: 7px 5px;
    color: #fff;
}
.iterations-block-view-wrapper.row {
    height: 500px;
    overflow: hidden;
}
.iteration-div-numbers{
    height: 480px;
    overflow: auto;
}
.iteration-div-contents{
    height: 480px;
    overflow: auto;
}
.table-actions-btn{
    padding: 3px 5px;
}
.table-actions-btn i{
    font-size: 14px;
}
.table thead:first-child th {
    font-weight: 500;
}
.aside-sidebar .control-sidebar-tabs {
    height: 30px;
    margin-bottom: 20px;
}
.aside-sidebar .control-sidebar-tabs li a {
    padding: 5px 20px;
}
.filter-buttons i {
    font-size: 16px;
}
.readonly-form-page{

}
.main-sidebar {
    width: 240px;
    height: 100%;
    min-height: 100%;
    overflow: overlay;
    padding-bottom: 50px;
}
.main-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-left: 0 !important;
    padding: 8px 15px;
    font-size: 13px;
}
.modal-header .close {
    padding: 0 1rem;
}
.modal-body {
    padding: 40px 20px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: none !important;
}
.bootstrap-select .filter-option-inner-inner{
    font-size: 13px;
}
.wrapper {
    position: unset;
}
.header-line-items {
    font-size: 18px;
}
#CockpitList .panel,
#CockpitList .box-body {
    padding: 0;
}

/* TimeLine Format*/
.header-line-items {
    font-size: 18px;
    padding-top: 40px;
}
.header-line-items a.btn{
    font-size: 12px;
}
.header-line-filters {
    font-size: 14px;
    padding-top: 20px;
}
.header-line-filters .cycle-status{
    display: inline-block;
    font-size: 13px;
    margin-right: 20px;
}
.header-line-filters .cycle-status{
    display: inline-block;
    font-size: 13px;
    margin-right: 20px;
}

.header-line-filters .cycle-status [type=checkbox]+label {
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
.header-line-filters .cycle-status [type=checkbox]+label::before {
    top: 4px;
    left: 0 px;
    width: 14px;
    height: 14px;
}
.header-line-filters .cycle-status [type=checkbox]:checked+label::before {
    top: 0px;
    left: 0 px;
    width: 8px;
    height: 16px;
}

.timeline {
    margin-bottom: 0px;
}
.timeline>li {
    margin-right: 0px;
    margin-bottom: 0px;
}

.timeline#collapseOne {
    padding: 15px 0px;
}
.timeline + .timeline.panel-collapse {
    padding: 10px 0;
    margin-bottom: 15px;
}
.timeline>li + li {
    margin-bottom: 0px;
}
.timeline>li.time-label {
    background-color: #f5f5f5;
    padding: 0px 0px 0px 0;
    height: 40px;
}
.timeline>.time-label span.process-info {
    margin: 4px 15px;
    width: 36px;
}
.timeline>.time-label span.process-info2 {
    margin: 4px 15px;
    width: 125px;
    text-align: left;
}
.timeline>.time-label span.quantity{
    font-size: 14px;
    font-weight: 300;
    padding-top: 8px;
}
.timeline .timeline-item .time {
    color: #999 !important;
    float: right !important;
    font-size: 12px !important;
}
.timeline .timeline-item .process-time .time,
.timeline .timeline-item .process-time .time.time-clock {
    padding: 10px;
}
.timeline .timeline-item .process-time .time.time-clock {
    width: 148px;
}
.timeline .timeline-item .time i{
    color: #000;
}
.timeline .level-name{
    padding: 12px 10px;
    top: 10px;
    position: relative;
}
.timeline>li>.fa, .timeline>li>.glyphicon, .timeline>li>.ion{
    top:4px;
}
.timeline .timeline-item .timeline-header {
    font-size: 15px;
    border: none;
    font-weight: 400 !important;
}
.timeline .timeline-item .timeline-header>a {
    font-weight: 400 !important;
    font-size: 15px !important;
}
.timeline span.process-summary{
    font-weight: 600;
}
.timeline .process-summary label.badge {
    padding: 5px 10px;
    margin-top: 4px;
}
.timeline .timeline-item .process-status{
    font-weight: 500;
}
.timeline .timeline-item .process-type{
    font-weight:400;
    font-style:italic;
    font-size:12px;
}
.timeline-warning .text-timeline{
    font-weight: 500;
}
.timeline .progress {
    margin-bottom: 10px;
    margin-top: 10px;
}
.timeline .log-link{
    padding: 3px 15px !important;
    margin-top: 4px;
    border: 1px solid #eee;
}
/* TimeLine Colors */
.timeline-gray .bg-timeline,
.timeline-gray .bg-timeline{
    background-color: #d2d6de !important;
    color: #fff !important;
}
.timeline-gray .text-timeline,
.timeline-gray .text-timeline{
    color: #d2d6de !important;
}
.timeline-gray .level-name,
.timeline-gray .level-name
{
    border-left: 10px solid #d2d6de;
}


.timeline-success .bg-timeline,
.timeline-green .bg-timeline{
    background-color: #50B208 !important;
    color: #fff !important;
}
.timeline-success .text-timeline,
.timeline-green .text-timeline{
    color: #50B208 !important;
}
.timeline-success .level-name,
.timeline-green .level-name
{
    border-left: 10px solid #50B208;
}

.timeline-warning .bg-timeline,
.timeline-orange .bg-timeline{
    background-color: #ff7019 !important;
    color: #fff !important;
}
.timeline-warning .text-timeline,
.timeline-orange .text-timeline{
    color: #ff7019 !important;
}
.timeline-warning .level-name,
.timeline-orange .level-name
{
    border-left: 10px solid #ff7019;
}

.timeline-danger .bg-timeline,
.timeline-red .bg-timeline{
    background-color: #F5000D !important;
    color: #fff !important;
}
.timeline-danger .text-timeline,
.timeline-red .text-timeline{
    color: #F5000D !important;
}
.timeline-danger .level-name,
.timeline-red .level-name
{
    border-left: 10px solid #F5000D;
}

.timeline .progress-bar-gray {
    background-color: #e0e0e0;
}

.progress-bar-warning, .progress-bar-orange {
    background-color: #ff7019;
}

.datepicker table tr td span {
    height: 44px;
    line-height: 44px;
}
table textarea.form-control[disabled] {
    font-size: 11px;
    background-color: #eee !important;
    border: none;
}
.source-accounts-list{
}
.source-accounts-list-search{
    margin-bottom: 10px;
}
.source-accounts-list-search .input-group-btn{
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 8px;
}
.source-accounts-list-box{
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.source-accounts-list-box-header{
    padding-right: 20px;
    padding: 10px 5px;
    background-color: #f5f5f5;
    border-left: 5px solid #ccc;
}
.source-accounts-list-box .filter-quantity{
    background-color: #FF2900;
    border-radius: 45px;
    padding: 2px;
    border: 1px solid #F5000D;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    right: 20px;
}
.source-account-ratio{
    background-color: #fff;
    border-radius: 5px;
    padding:0px;
    padding-left: 3px;
    border: 1px solid #eee;
    position: absolute;
    max-width: 80px;
    height: 20px;
    font-size: 12px;
    text-align: right;
    color: #2D393B;
    right: 45px;
}
.source-account-ratio strong{
    background-color: #eee;
    padding: 2px 6px;
    color: #2D393B;
}
.source-accounts-list-box-body{
    padding: 5px 15px;
}
.source-accounts-list .filters-numbers{
    width: 30px;
    padding-right: 5px;
    display: table-cell;
}
.source-accounts-list .filters-details{
    display: table-cell;
}
.source-accounts-list .filter-row{
    margin-bottom: 5px;
    padding: 5px 0px;
    border-top: 1px solid #eee;
}
.table#formula-table tr.odd td:first-child,
.table#formula-table tr.even td:first-child {
    padding-left: 20px;
}
tr.dtrg-group.dtrg-start.dtrg-level-0 {
    background-color: #f0f0f0;
}
tr.dtrg-group.dtrg-start.dtrg-level-1 {
    background-color: #fcfcfc;
}

.textarea-code{
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    padding: 10.5px;
    color: inherit;
    border: 1px solid #e8eaf6;
    border-radius: .215rem;
}
.height-auto{
    height: auto;
}


#sidebar-complex-detail{
    width: 640px;
}

/* Multiple Select*/
.ms-drop {
    left: 0px;
    border-radius: 0;
    border: 1px solid #ccc;
    padding-bottom: 5px;
    box-shadow: none;
}
.ms-drop ul>li .disabled {
    opacity: .9;
    filter: Alpha(Opacity=90);
}
.ms-search {
    padding: 4px;
}
.ms-search input {
    border-radius: 0;
    padding: 5px;
    border: 1px solid #45aef1;
}
.ms-choice {
    border: none;
}
.ms-choice>span {
    top: 3px;
    padding-left: 15px;
}
.ms-drop ul>li.group {
    clear: both;
    background-color: #f5f5f5;
}
button:focus {
    outline: none;
}



/* PERIOD TIMELINE */
.period-timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    overflow: auto;
}

.li {
    transition: all 200ms ease-in;
}

.timestamp {
    margin-top: 20px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #f5f5f5;
    position: relative;
    transition: all 200ms ease-in;
}
.status h4 {
    font-weight: 600;
}
.status:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #f5f5f5;
    border-radius: 25px;
    position: absolute;
    top: -9px;
    left: 42%;
    transition: all 200ms ease-in;
}

.li.inqueue .status {
    border-top: 2px solid #ccc;
}
.li.inqueue .status:before {
    background-color: #ccc;
    border: none;
    transition: all 200ms ease-in;
}
.li.inqueue .status h4 {
    color: #ccc;
}
.li.complete .status {
    border-top: 2px solid #50B208;
}
.li.complete .status:before {
    background-color: #50B208;
    border: none;
    transition: all 200ms ease-in;
}
.li.complete .status h4 {
    color: #50B208;
}
.li.progressing .status {
    border-top: 2px solid #FF7019;
}
.li.progressing .status:before {
    background-color: #FF7019;
    border: none;
    transition: all 200ms ease-in;
}
.li.progressing .status h4 {
    color: #FF7019;
}
.li.aborted .status {
    border-top: 2px solid #F5000D;
}
.li.aborted .status:before {
    background-color: #F5000D;
    border: none;
    transition: all 200ms ease-in;
}
.li.aborted .status h4 {
    color: #F5000D;
}

.li.complete.active .timestamp, .li.progressing.active .timestamp, .li.aborted.active .timestamp {
    font-weight: 500;
}
.li.progressing.active .status:before {
    background-color: #f5f5f5;
    border: 2px solid #FF7019;
    width: 24px;
    height: 24px;
    top:-13px;
}
.li.aborted.active .status:before {
    background-color: #f5f5f5;
    border: 2px solid #F5000D;
    width: 24px;
    height: 24px;
    top:-13px;
}
.li.complete.active .status:before {
    background-color: #f5f5f5;
    border: 2px solid #50B208;
    width: 24px;
    height: 24px;
    top:-13px;
}

.cockpit-icon-legends {
    list-style: none;
    padding: none;
}
.cockpit-icon-legends li{
    display: inline-block;
    padding-right: 15px;
}
.cockpit-icon-legends>li>.fa{
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 2em;
    color: #666;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
    color: #666;
    background-color: #f5f5f5;
    border: 2px solid #ccc;
}

@media (max-width:767px) {
    .main-header .sidebar-toggle {
        padding: 10px 15px;
    }
    .header-line-items{
        position: initial;
        margin-top: 20px;
    }
    .content-header {
        padding: 17px 30px 5px;
    }


    /* PERIOD TIMELINE*/
    .period-timeline {
        list-style-type: none;
        display: block;
    }

    .li {
        transition: all 200ms ease-in;
        display: flex;
        width: inherit;
    }
    .timestamp {
        width: 100px;
    }
    .status:before {
        left: -8%;
        top: 30%;
        transition: all 200ms ease-in;
    }
}

.role-tabs-nav{
    width: 240px !important;
}
#role-accordion {
    padding-top: 30px;
}
#role-accordion .panel {
    padding: 0;
    margin-bottom: 10px;
}
#role-accordion .box-header .box-title, #role-accordion .box-header>.fa, #role-accordion .box-header>.glyphicon, #role-accordion .box-header>.ion{
    font-size: 15px;
}
#role-accordion .box-header {
    background-color: #f5f5f5;
}
.user-panel>.info{
    position: initial;
    left: auto;
}
li.user.user-menu ul.dropdown-menu.scale-up{
    display: none;
}
li.user.user-menu.show ul.dropdown-menu.scale-up{
    display: block;
}
li.user.user-menu ul.dropdown-menu.scale-up {
    width: 200px;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}
.navbar-custom-menu .bootstrap-select select.selectpicker +button {
    height: 50px;
}
.navbar-custom-menu .bootstrap-select select.selectpicker +button {
    width: 150px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer !important;
}
.input-height-button01{
    line-height: 21px;
}
.calendar-month-section {
    margin: 30px 0;
    padding: 30px 0;
    border-bottom: 1px dashed #eee;
}
.calendar-monthname{
    text-align: right;
    display: table;
}
.calendar-monthname span{
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    height: 24px;
}
.calendar-dayhead{
    display: contents;
}
.calendar-dayhead span{
    width: 80px;
    height: 24px;
    display: inline-block;
    margin: 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.weekofmonth {
    text-align: right;
    display: table;
    vertical-align: middle;
}
.weekofmonth span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 74px;
}
.calendar-cell{
    display: contents;
}
.calendar-cell a{
    width: 80px;
    height: 64px;
    display: inline-block;
    margin: 5px;
    text-align: center;
}
.calendar-cell a{
    background-color: #f5f5f5;
    border: 1px solid rgba(130,200,60,.2)
}
.calendar-daynumber{
    padding-top: 5px;
    display: block;
    font-size: 12px;
}
.calendar-jobstatus{
    display: block;
    width: 100%;
    line-height: 1em;
}
.calendar-cell a.active .calendar-jobstatus label{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #69a83c;
    border-radius: 30px;
    margin-bottom: 0;
}
.calendar-jobrate{
    padding-top: 5px;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.calendar-cell .other-month span{
    color: #aaa;
}

/*Nov21-Feb22*/
.dataTables_wrapper {
}
.table th, .table td {
    background: white !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #dfdfdf;
    padding: 10px;
}

.dataTables_scrollBody thead tr th{
    visibility: hidden !important;
}
.dataTables_scrollBody tbody{
    position: relative;
    bottom: 20px;
}
.DTFC_Cloned thead tr th{
    visibility: hidden !important;
}
.DTFC_LeftHeadWrapper .table, .DTFC_RightHeadWrapper .table {
    border-bottom: 0 !important;
}
.DTFC_Cloned tbody {
    position: relative;
    bottom: 20px;
}
.DTFC_Cloned tbody td, .DTFC_Cloned tbody th {
    background-color: #fafafa !important;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #ccc;
}

.timeline>li.time-label {
    width: 100%;
    display: inline-block;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-color: #f94037;
    background-image: -moz-linear-gradient(to bottom,#ff2900,#f94037);
    background-image: -ms-linear-gradient(to bottom,#ff2900,#f94037);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff2900),to(#f94037));
    background-image: -webkit-linear-gradient(to bottom,#ff2900,#f94037);
    background-image: -o-linear-gradient(to bottom,#ff2900,#f94037);
    background-image: linear-gradient(to bottom,#ff2900,#f94037);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2900', endColorstr='#f94037', GradientType=0);
    border-color: #f94037 #f94037 #ff2900;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
input[required], select[required] {
    border-left: 2px solid #f5000d;
}
.required-label:after {
    content: "\00a0*";
    display: inline-block;
    color: #f5000d;
    font-weight: bold;
}
.aside-sidebar {
    width: 640px;
    right: -640px;
}
.box-header .panel-top-button-group i, .box-body .panel-top-buton-group i{
    color: #fff;
    background-color: #000000;
    width: 21px;
    height: 21px;
    padding: 4px 0;
    border-radius: 45px;
    text-align: center;
    margin-right: 2px;
}
.box-header .panel-top-button-group.orange i, .box-body .panel-top-button-group.orange i{
    color: #fff;
    background-color: #ff2900;
}
.box-header .panel-top-buton-group.yellow i, .box-body .panel-top-button-group.orange i{
    color: #fff;
    background-color: #ff7019;
}
.box-header .panel-top-button-group.green i, .box-body .panel-top-button-group.orange i{
    color: #fff;
    background-color: #69a83c;
}
.box-header .panel-top-button-group.titanium i, .box-body .panel-top-button-group.orange i{
    color: #fff;
    background-color: #2d393b;
}
.box-header .panel-top-button-group.red i, .box-body .panel-top-button-group.orange i{
    color: #fff;
    background-color: #fb000d;
}
.box-header .panel-top-button-group.purple i, .box-body .panel-top-button-group.orange i{
    color: #fff;
    background-color: #631cff;
}
.box-header .panel-top-button-group.pink i, .box-body .panel-top-button-group.orange i{
    color: #fff;
    background-color: #b300ff;
}
.box-header .panel-top-button-group.magenta i, .box-body .panel-top-button-group.orange i{
    color: #fff;
    background-color: #eb009b;
}
.box-header .panel-top-button-group.light i, .box-body .panel-top-button-group.orange i{
    color: #fff;
    background-color: #ccc;
}
.box-header .panel-top-button-group.dark-light i, .box-body .panel-top-button-group.orange i{
    color: #fff;
    background-color: #aaa;
}
.sa-confirm-button-container button {
    background-color: #69a83c !important;
}
.sa-confirm-button-container button:hover {
    background-color: #3c7a10 !important;
}
.sweet-alert button.cancel {
    background-color: #999;
}
.sweet-alert button.cancel:hover {
    background-color: #666;
}
.sweet-alert .sa-icon.sa-warning {
    border-color: #ff7019 !important;
}
.sweet-alert .sa-icon.sa-warning .sa-body, .sweet-alert .sa-icon.sa-warning .sa-dot{
    background-color: #ff7019 !important;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    background-color: #f5000d;
}
.sweet-alert .sa-icon.sa-error {
    border-color: #f5000d;
}
input.month-datepicker {
    height: 36px !important;
}
.info-box-text {
    height: 50px;
    white-space: unset;
    text-overflow: unset;
    text-transform: unset;
}
.info-box-number {
    font-weight: 500;
    font-size: 30px;
}
.info-box-big-icon {
    position: absolute;
    bottom: 25px;
    font-size: 190px;
    color: #000;
    z-index: 0;
    right: 20px;
    line-height: 1em;
    opacity: .03;
}
.latest-actions ul li{
    display: flex;
    margin-bottom: 15px;
}
.latest-actions ul li span.user-line{
    width: 24px;
    height: 24px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-color: #a9cdd4;
    padding: 15px;
}
.latest-actions ul li span.user-actions a.record-new{
    color: #631cff;
}
.latest-actions ul li span.user-actions a.record-edit{
    color: #b300ff;
}
.latest-actions ul li span.user-actions a.record-delete{
    color: #ff7019;
}
.latest-actions ul li span.user-actions a{
    font-weight: bold;
}
.latest-actions ul li span.user-actions a:hover{
    color: #F5000D;
    cursor: pointer;
}
.box-header .box-title, .box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    font-weight: 400;
    letter-spacing: -.4px;
}
.active-users-actions {
    padding-left: 25px;
}
.active-users-actions li {
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.active-users-actions li + li {
    padding-top: 10px;
}
.active-users-actions li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 20px;
    width: 10px;
    height: 10px;
    background-color: #a9cdd4;
    border-radius: 2px;
    margin-top: 5px;
}
.active-udate{
    font-size: 13px;
    font-weight: 300;
    color: #666;
}
.active-utime{
    font-size: 14px;
    font-weight: 400;
}

.calendar-month-section-compact{
    margin: 0;
    padding: 0;
}
.calendar-month-section-compact .calendar-dayhead span{
    width: 30px;
}
.calendar-month-section-compact .calendar-cell a{
    width: 40px;
    margin: 0px;
}

.latest-actions table tr{
    margin-bottom: 15px;
}
.latest-actions table tr td.user-lines{}
.latest-actions table tr td .user-line{
    width: 24px;
    height: 24px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-color: #a9cdd4 !important;
    padding: 15px;
}
.latest-actions table tr td.user-actions a.record-new{
    color: #631cff;
}
.latest-actions table tr td.user-actions a.record-edit{
    color: #b300ff;
}
.latest-actions table tr td.user-actions a.record-delete{
    color: var(--formulizer-red);
}
.latest-actions table tr td.user-actions a{
    font-weight: bold;
}
.latest-actions table tr td.user-actions a:hover{
    color: var(--formulizer-red);
    cursor: pointer;
}


/*---Skin: Red light---*/
/*---light sidebar---*/

.skin-red-light .main-header .navbar {
    background-color: var(--formulizer-red);
}
.skin-red-light .main-header .navbar .nav > li > a {
    color: #ffffff;
}
.skin-red-light .main-header .navbar .nav > li > a:hover,
.skin-red-light .main-header .navbar .nav > li > a:active,
.skin-red-light .main-header .navbar .nav > li > a:focus,
.skin-red-light .main-header .navbar .nav .open > a,
.skin-red-light .main-header .navbar .nav .open > a:hover,
.skin-red-light .main-header .navbar .nav .open > a:focus,
.skin-red-light .main-header .navbar .nav > .active > a,
.skin-red-light.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover{
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}
.skin-red-light .main-header .navbar .sidebar-toggle {
    color: #ffffff;
}
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);
}
.skin-red-light .main-header .navbar .sidebar-toggle {
    color: #fff;
}
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
    background-color: transparent;
}
@media (max-width: 767px) {
    .skin-red-light .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .skin-red-light .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }
    .skin-red-light .main-header .navbar .dropdown-menu li a:hover {
        background: #dc2d27;
    }
}
.skin-red-light .main-header .logo {
    background-color: #dc2d27;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}
.skin-red-light .main-header .logo:hover {
    background-color: var(--formulizer-red);
}
.skin-red-light .main-header li.user-header {
    background-color: #fff;
}
.skin-red-light .content-header {
    background: #f2f6f8;
}
.skin-red-light .content {
    background: #f2f6f8;
}
.skin-red-light .wrapper,
.skin-red-light .main-sidebar,
.skin-red-light .left-side {
    background-color: #ffffff;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.08);
}
.skin-red-light .user-panel > .info,
.skin-red-light .user-panel > .info > a {
    color: #fff;
}

.skin-red-light .sidebar-menu > li.header {
    color: #333;
    background: #fff;
}
.skin-red-light .sidebar-menu > li > a {
    border-left:none;
}
.skin-red-light .sidebar-menu > li:hover > a{
    color: var(--formulizer-red);
    background: rgba(0,0,0,0.1);
}
.skin-red-light .sidebar-menu > li.active > a,
.skin-red-light .sidebar-menu > li.menu-open > a {
    color: var(--formulizer-red);
}
.skin-red-light .sidebar-menu > li.active > a {
    border-left-color: var(--formulizer-red);
}
.skin-red-light .sidebar-menu > li > .treeview-menu {
    margin: 0 0px;
    background: #f0f4f6;
}
.skin-red-light .sidebar a {
    color: #79818e;
}
.skin-red-light .sidebar a:hover {
    text-decoration: none;
}
.skin-red-light .sidebar-menu .treeview-menu > li > a {
    color: #79818e;
}
.skin-red-light .sidebar-menu .treeview-menu > li.active > a,
.skin-red-light .sidebar-menu .treeview-menu > li > a:hover {
    color: var(--formulizer-red);
}
.skin-red-light .sidebar-form {
    border-radius: 3px;
    border: 1px solid #898989;
}
.skin-red-light .sidebar-form input[type="text"],
.skin-red-light .sidebar-form .btn {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.59);
    border: 1px solid rgba(0, 0, 0, 0.59);
    height: 35px;
}
.skin-red-light .sidebar-form input[type="text"] {
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}
.skin-red-light .sidebar-form input[type="text"]:focus,
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    color: #fff;
}
.skin-red-light .sidebar-form .btn {
    color: #f7f7f7;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}
.skin-red-light.layout-top-nav .main-header > .logo {
    background-color: #dc2d27;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}
.skin-red-light.layout-top-nav .main-header > .logo:hover {
    background-color: var(--formulizer-red);
}
.skin-red-light .btn-blue{
    background-color: var(--formulizer-red);
    color: #fff;
    border: 1px solid var(--formulizer-red);
}
.skin-red-light .btn-blue:hover{
    background-color: #fff;
    color: var(--formulizer-red);
}
.horizontal-menu .skin-red-light.layout-top-nav .sidebar-menu > li.active > a {
    background: var(--formulizer-red);
    color: #fff;
}

.skin-red-light .main-header .messages-menu .dropdown-toggle i::after, .skin-red-light .main-header .notifications-menu .dropdown-toggle i::after, .skin-red-light .main-header .tasks-menu .dropdown-toggle i::after {
    border-color: var(--formulizer-red);
    background-color: #22af47;
}


.nav-pills>li>a.active,
.nav-pills>li>a.active:focus,
.nav-pills>li>a.active:hover {
    border-top-color: var(--formulizer-red);
    background-color: var(--formulizer-red) !important;
}

.form-element .form-control, .form-element .form-control:focus {
    background-image: linear-gradient(#734689, #734689), linear-gradient(#d9d9d9, #d9d9d9);
}

[type=checkbox]:checked+label:before {
    border-right: 2px solid #734689;
    border-bottom: 2px solid #734689;
}

