.c-schedule-type
{   border: 0px !important;
}

#scheduleEditSchedule label span
{   padding-left: 4px;
    padding-right: 4px;
}


.activityCatalogIcon
{   padding: 0.2em 0.2em;
    font-size: 1.7em;
    color: steelblue;
    border-radius: 50px;
    /*background-color: DodgerBlue;*/
}


.ga-icon-toolbar
{   cursor: pointer;
    width: 36px;
    height: 36px;
    padding: 2px 0px;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
}


.ga-icon-action
{   cursor: pointer;
    font-size: 1.4em;
    display: inline-block;
    padding: 0.5em 0.5em;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #aaaaaa;
    background: #efefef;
}


.ga-icon-action-medium
{   cursor: pointer;
    font-size: 1.0em;
    display: inline-block;
    padding: 0.5em 0.5em;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #aaaaaa;
    background: #efefef;
}


.ga-icon-notice
{   cursor: help;
    font-size: 1.4em;
    display: inline-block;
    padding: 0.5em 0.5em;
    /*border-radius: 60px;*/
    box-shadow: 0px 0px 2px #eeeeee;
    /*background: #efefef;*/
}


.ga-icon-danger
{   color: red;    
}


.ga-icon-warning
{   color: #ffcc00;    
}


.ga-icon-trash
{   color: red;    
}


.ga-icon-edit
{   color: #57a5ff;    
}


.ga-icon-info
{   color: purple;    
}


.ga-icon-success
{   color: green;    
}


.ga-icon-play
{   box-shadow: 0px 0px 4px #57a5ff;
    color: #57a5ff;
    background: white;    
}


.ga-icon-toolbar-play
{   color: #57a5ff;    
}


.ga-text-blue
{   color: #57a5ff !important;    
}


.ga-icon-nav-left
{    color: steelblue;   
}


.ga-icon-purple
{    color: purple;   
}


.ga-icon-green
{    color: green;   
}


button.ga-action
{   border-radius: 5px;
    font-weight: bold;
}


.ga-activity-header
{   background: #efefef;
    color: MidnightBlue;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
}


.ga-activity-title
{   padding-top: 8px;    
}


.ga-activity-catalog-icon
{   font-size: 1.4em;    
}


.help-active
{   cursor: help;    
}


.gaWorkflowCanvas
{   width: 100%;
    height: 100%;
    border: 1px solid #eeeeee;
    border-right: 0px;
    background: white;
    position: absolute;    
}


.gaButtonCircle
{   width: 30px;
    height: 30px;
    border-radius: 30px !important;
    text-align: center !important;
    padding: 0px 0px 0px 0px !important;    
}


.pluginWrapperDiv
{   visibility: none;    
}


.header-blue
{   /*background-image: none !important;
    background-color: #0e2533 !important;*/
    background-image: linear-gradient(#222222, #222222, #111111, #222222, #0e2533) !important;
}


.menu-blue
{   background-color: #0e2533 !important;    
}


.pcoded-submenu > li > a
{   color: LightSteelBlue !important;    
}


.nav-item > a, a.ga-link-light
{   color: LightSteelBlue !important;    
}


.ga-link-icon-light
{   color: LightBlue !important;    
}


.nav-item-dark > a
{   color: #0e2533 !important;
}


.navbar-nav
{   color: #efefef !important;    
}


.workplace-header
{   background-image: linear-gradient(#555555, #555555, #444444, #333333, #0e2533);
}


a
{   color: steelblue !important;   
}


.btn-default
{   border: 1px solid #cccccc;
    background-color: #eeeeee;
}


.btn-alert
{   border: 1px solid fireBrick;
    color: white;
    background-color: red;    
}


.btn-primary
{   background-color: #0e2533 !important;
    border-color: #eef6f9 !important;
}


.ga-btn-addTab
{   background-color: steelBlue;
    color: white;    
}


.pro-head
{   background-color: #0e2533 !important;
}


body
{   background-color: #eef6f9 !important;    
}


.nav-link.active
{   background-color: #cccccc !important;    
    color: #0e2533 !important;
}


a.ga-link, a.nav-link
{   color: SteelBlue !important;   
}


.ga-view-field
{   /*background-color: #eeeeee;
    border: 1px solid red;
    border-radius: 5px;
    cursor: pointer;*/
    padding: 4px;
    /*overflow: hidden;
    /*height: 100%;*/
}


.ga-view-field-container
{   background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: move;
}


.ga-view-variable
{   background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: pointer;
    padding: 4px;
    /*height: 100%;*/
}


.ga-tree-leaf-icon
{   font-size: 8px !important;
}


.gaDesignerTab
{   cursor: pointer;   
}


.gaDesignerCanvas
{   width: 100%;
    height: 100%;
    border: 1px solid #eeeeee;
    background: white;
    position: absolute;    
}


.widget
{   cursor: move;
}


.widget-core
{   background-color: #dddddd;
    border-radius: 5px;
}


.widget-icon
{   font-size: 1.7em;
    color: steelblue;
}


.ga-gridstack-item-gridlines
{
    border: 1px dotted #cccccc;

}


/* Required for JSON Form fieldset type*/

.expandable > legend:before
{   content: '\25B8';
    font-size: 1.5em;
    padding-right: 5px;
}


.expanded > legend:before
{   content: '\25BE';
    font-size: 1.5em;
}


.expandable
{   cursor: pointer;    
}


.expanded
{   cursor: pointer;    
}


.gaAction
{   cursor: pointer;    
}


.ga-widget
{
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-weight: bold;
    background-color: #dddddd;
    padding: 10px;
    margin-bottom: 4px;
    cursor: pointer;

}


li.nav-item.ga-queue-archived > a
{   color: DarkCyan !important;    
}


li.ga-queue-archived > a
{   color: DarkCyan !important;    
}


legend
{
    font-size: 14px;

}


/*.ga-form-item-inline
{   display: inline-block !important;    
}*/


.checkbox input[type="checkbox"]
{   
    /* Required to offset style.css where display is set to none */
    
    display: inline-block !important;

}


.bootbox-input-checkbox
{   
    float: left !important;
    position: relative;
    display: block;
    margin-top: 4px !important;

}


.ga-input-expression
{   
    /* Workaround for text fields that accept expressions (where a code editor is not avaialble) */

    background-color: #222222;
    color: #eeeeee;
    font-family: "Courier New"
}


.ga-row-selected
{
    background-color: #cccccc !important;

}


.tabulator-table
{   width: 100% !important;
    overflow: hidden !important;
}


.tabulator-tableholder
{   width: 100% !important;
    overflow: hidden !important;
}


.tabulator-group-toggle
{   vertical-align: top !important;    
}


.ga-work-item-field.bg-warning
{   background: yellow !important;
    border: 1px solid red;
}


.ga-work-item-field.bg-danger
{   background: #ffcccb !important;
    border: 1px solid red;
}


.ga-menu-item-active
{   background: rgba(204, 204, 204, 0.2);      
}


pre.tooltip
{
    overflow: "hidden";
        
}

    
pre code.hljs:hover
{   overflow-x: auto !important;
    overflow-y: auto !important;
}


pre code.hljs
{   overflow-x: hidden !important;
    overflow-y: hidden !important;
}


.tabulator .tabulator-header .tabulator-col
{   background: #f6f7fb !important;
}


.tabulator-header
{   background: #f6f7fb !important;
}


.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu.ga-menu-parent > a:after {
    top: 16px;
}


span.ga-menu-parent
{   color: #cccccc;    
}


.glyphicon-list
{   cursor: move;    
}


@media (min-width: 1280px)
{   
    /*.modal
    {   padding: 0px !important;
    }*/

    .modal-xl
    {   max-width: 1260px !important;
    }

    .modal-fullscreen
    {   max-width: none;
        padding: 0px !important;
        margin: 0px;
        width: 100%;
    }

    /*.modal-content
    {   width: 100%;        
    }*/
    
}


/*.grid-stack-item-content
{   overflow: hidden !important
}*/


/*.allow-overflow
{   overflow: both !important;
}*/


/*.no-overflow-y
{   overflow: hidden !important;
}*/


.ga-checkbox:checked::before
{   content: "";
    display: block;
    position: absolute;
    text-align: center;
    height: 14px;
    width: 14px;
    left: 0px;
    top: 0px;
    background-color: royalBlue;
    border-radius: 2px;
    border: 1px solid rgb(150 150 150 / 30%);
}

.ga-checkbox:checked::after
{   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
    display: block;
    position: absolute;
    left: 2px;
    top: -2px;
}


.ga-icon-required
{   font-size: 6px;
    top: -5px;
    position: relative;
}


.form-check-label
{   margin-top: 1px;    
}


.badge-primary-dark
{   background-color: royalBlue;
    color: white;
}


.badge-secondary-dark
{   background-color: #444444;
    color: white;
}


.badge-tertiary
{   background-color: blueViolet
}


.badge-tertiary-dark
{   background-color: indigo
}


.CodeMirror
{   height: 90%;
    min-height: 80px;
}


/* Slideout modal */

/*@media (max-width: 576px){.modal-dialog.modal-dialog-slideout {width: 80%}}
.modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto ;background: #fff;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0);transform: translate(100%, 0);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);flex-flow: column;}
.modal-dialog-slideout .modal-content{border: 0;}*/
