.system-widget-wrapper h1,
.system-widget-wrapper h2,
.system-widget-wrapper h3,
.system-widget-wrapper h4,
.system-widget-wrapper h5{
    font-family: 'Arial', sans-serif;
    color: black;
}

.fa-rotate-90{
    -webkit-backface-visibility: hidden;
    -webkit-filter: blur(0);
}

.ui-datepicker-header,
.frp-modal-title{
    color:white;
    padding:10px 25px;
    position: relative;
}

.dark-gray-bg,
.frp-modal-title,
.ui-datepicker-header{
    background-color: #333;
    background-image: linear-gradient(to bottom,#464748 30%,#2e2e2e 100%);    
}

.grey-bg, .widget-button.grey-bg{
    background-color: #777;
    background-image: linear-gradient(to bottom,#999999 30%,#636363 100%);
}

.light-grey-bg, .widget-button.light-grey-bg{
    color: #000;
    background-color: #CCC;
    background-image: linear-gradient(to bottom,#e9e9e9 30%,#CCC 100%);
}

.orange-bg, .widget-button.orange-bg{
    background: orange;
    background-image: linear-gradient(to bottom,#ea8b45 50%,#e36733 100%);
}
.red-bg, .widget-button.red-bg{
    background: #e83417;
    background-image: linear-gradient(to bottom,#ed5d45 50%,#e83417 100%);
}

.system-widget-wrapper{
    font-size: 12px;
}

.system-widget-wrapper .system-widget-header{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 5px;
    overflow:hidden;
    color: black;
}

.system-widget-wrapper .system-widget-header-handle{
    position: absolute;
    left: 50%;
    font-size: 18px;
    line-height: 18px;
    transform: translateX(-50%);
    color: rgba(0,0,0,0.2);
}

.system-widget-wrapper .system-widget-header-wrapper.widget-view-collapsed .system-widget-header{
    border-radius: 5px;
    border-bottom: 0;
    height: 100%;
}

.system-widget-wrapper .system-widget-header-wrapper .grey-bg{
    background-image: linear-gradient(to bottom,#8F8F8F 30%,#696969 100%);
}

.system-widget-header h3.system-widget-title{
    font-size: 16px;    
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    letter-spacing: 1px;
}

.clone-templates{
    display: none;
}

.system-widget-wrapper {
    position: relative;
}

.system-widget-title {
    float:left;
}

.system-widget-header .system-widget-tag-container {
    line-height: 18px;
    float:left;
    margin-left:10px;
}

.system-widget-header .system-widget-tag {
    float:left;
    border-radius: 14px;
    margin-left:10px;
    padding:0px 10px;
    position:relative;
    background-color: #555;
}

.system-widget-header .sw-tag-singleton {
    text-align:center;
    background-color: #0F699C;
}

.system-widget-header .sw-tag-pair .sw-tag-label {
    margin-right:5px;
}


.system-widget-controls {
    position: absolute;
    right: 5px;
    top: 5px;
}

.system-widget-control {
    cursor:pointer;
}

.system-widget-header-wrapper {
    height: 30px;
}


.system-widget-header-wrapper .widget-minimize {
    display:inline;
}

.system-widget-header-wrapper .widget-maximize {
    display:none;
}

.system-widget-header-wrapper.widget-view-collapsed {
    height: 100%;
}

.system-widget-header-wrapper.widget-view-collapsed .widget-minimize {
    display:none;
}

.system-widget-header-wrapper.widget-view-collapsed .widget-maximize {
    display:inline;
}

.system-widget-header-wrapper.widget-view-collapsed .topbar-collapse-button {
    display: none;
}
.system-widget-header-wrapper.widget-view-collapsed .system-widget-header-handle{
    display: none;
}

.system-widget-header-wrapper .widget-help {
    display: none;
}

.system-widget-header-wrapper .sw-tag-only-minimized {
    opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
}

.system-widget-header-wrapper.widget-view-collapsed .sw-tag-only-minimized {
    opacity: 1;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
}

.system-widget-body-wrapper {
    display:block;
    height: calc(100% - 30px);
    overflow: hidden;
}

.system-widget-body-wrapper.collapsed {
    display:none;
}

.system-widget-header-wrapper .system-widget-header .system-widget-tag-container{
    color: white;
}

.system-widget-wrapper.floating-header > .system-widget-header-wrapper .system-widget-header{
    z-index: 90;
    position: relative;
    border-radius: 5px;
    background-color: transparent;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
}

.system-widget-wrapper.floating-header > .system-widget-header-wrapper .system-widget-header-handle{
    color: transparent;
    transition: color 0.4s;
    -webkit-transition: color 0.4s;
}

.system-widget-wrapper.floating-header:hover > .system-widget-header-wrapper .system-widget-header-handle{
    color: rgba(0,0,0,0.2);
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
}

.system-widget-wrapper.floating-header:hover > .system-widget-header-wrapper .system-widget-header{
    background: rgba(235, 235, 235, 0.9);    
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}

.system-widget-wrapper.floating-header:hover > .system-widget-header-wrapper.widget-view-collapsed .system-widget-header{
    background: inherit;    
    transition: none;
    -webkit-transition: none;
}

.system-widget-wrapper.floating-header .system-widget-header-wrapper.widget-view-collapsed .system-widget-title{
    opacity: 1 !important;
}

.system-widget-wrapper.floating-header .system-widget-body-wrapper{
    background: #fff;
    margin-top: -30px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: calc(100% + 30px);
}

.system-widget-config-widget.system-widget-placeholder{
    border: 1px dashed orange;
}

    .system-widget-header-wrapper.editing-title .system-widget-controls,
.system-widget-header-wrapper.editing-title .system-widget-tag-container,
.system-widget-header-wrapper.editing-title .system-widget-title-controls,
.system-widget-header-wrapper.editing-title .system-widget-title{
    display: none;
}
.system-widget-header-wrapper.editing-title .system-widget-title-editor{
    display: block;
}

.fade{
    z-index: 50;
    opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
}

.system-widget-wrapper:hover > .system-widget-header-wrapper .fade,
.system-widget-wrapper:hover > .system-widget-body-wrapper > .system-widget-body > :not(.container-widget-children-wrapper) .fade{
    opacity: 1;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
}

.system-widget-mask {
    background: rgba(55,55,55,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
    display: none;
    border-radius: 5px;
}
.system-widget-mask div{
    font-size: 1.1em;
    color: #fff;
}

.system-widget-mask div i{
    margin-top: 5px;
    font-size: 1.2em;
}

.system-widget-wrapper{
    border-radius: 5px;
    background-color: #EBEBEB;
}

.system-widget-wrapper.is-config{
    z-index: 9999;
}

.system-widget-config-modal, .quick-record-modal{
    display: none;
    position: fixed;
    z-index: 150;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(55,55,55,0.8);
    overflow: auto;
}
.system-widget-config-modal-text, .quick-record-modal-text {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.system-widget-config-modal-text i, .quick-record-modal-text i{
    margin-top: 10px;
    font-size: 1.2em;
}



.system-widget-config, .quick-record{
    background: #fff;
    width: 75%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 5px;
    display: none;
    background: #FBFBFB;
 }
 
.quick-record {
    width: 90%;
    margin-top: 25px;
}


.system-widget-config-col{
    display: inline-block;
    float: left;
}

.system-widget-config-col.col2{
    width: 50%;
}
.system-widget-config-col.col2-wide{
    width: 60%;
}
.system-widget-config-col.col2-narrow{
    width: 40%;
}

.v-center{
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.system-widget-wrapper .centered{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.float-left{
    float: left!important;
}
.float-right{
    float: right!important;
}

.system-widget-wrapper .well{
    margin: 10px;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,.05);
    border: 1px solid #c5c5c5;
    padding: 10px;
    border-radius: 5px;
    background: #FBFBFB;
}

.system-widget-config-body, .quick-record-body {
    min-height: 200px;
    padding: 15px;
    overflow: hidden;
}

.quick-record-body {
   padding: 0px;
   max-height: 645px;
}

.system-widget-config-header, .quick-record-header{
    font-size: 16px;
    color: white;
    padding: 10px 20px;
}

.system-widget-config-footer, .quick-record-footer {
    font-size: 14px;
    color: white;
    padding: 10px 15px;
    border-top: 2px solid #b9b9b9;
}
.system-widget-config-footer .widget-button, .quick-record .widget-button{
    float: right;
    text-align: center;
    margin-left: 5px;
}

.system-widget-config-close, .quick-record-close{
    cursor: pointer;
    float: right;
}

.system-widget-config-subtitle, .quick-record-subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

/********* GRIDS *********/
.gs-w.system-widget-wrapper{
    z-index: 0;
}
.gridster .gs-w.system-widget-wrapper.is-config{
    z-index: 100;
}

.gs-w .system-widget-header-wrapper{
    cursor: pointer;
}

.gs-w .system-widget-header-wrapper.widget-view-collapsed .system-widget-title-controls{ 
    display: none;    
}

.gs-w .system-widget-header-wrapper.widget-view-collapsed .system-widget-header-interior{
    width: 100%;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}

.gs-w .system-widget-header-wrapper.widget-view-collapsed .system-widget-title-con{
    text-align: center;
    float: none;
    width: 100%;
}

.gs-w .system-widget-header-wrapper.widget-view-collapsed .system-widget-title-con .system-widget-title{
    width: 100%;
}

.gs-w .system-widget-header-wrapper .system-widget-controls{
    right: 5px;
    top: 5px;
}
.gs-w .system-widget-header-wrapper .system-widget-tag-container {
    float:none;
}

.gs-w .system-widget-header-wrapper.widget-view-collapsed .system-widget-tag-container {
    margin: auto;
    text-align: center;
}

.gs-w .system-widget-header-wrapper.widget-view-collapsed .system-widget-tag {
    position: static;
    margin: auto;
    float: none;
    display: inline-block;
    margin-bottom: 2px;
}

/* CONFIG */

.form-row{
    padding: 5px;
    margin-left: 10px;
}
.form-row input{
    width: 120px;
}

.form-row label{
    font-weight: bold;
    margin-right: 10px;
}

.system-widget-wrapper ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-button.widget-button-lg{
    font-size: 1.2em;
    border-radius: 8px;
    padding: 8px 12px;
}

.widget-button.widget-button-sm{
    font-size: 0.8em;
    border-radius: 3px;
    padding: 2px;
}

.system-widget-config .widget-button-sm:not(.widget-button){
    position: relative;
    cursor:pointer;
    border:1px solid #000;
    top:-1px;
    margin-left:10px;
}

.system-widget-title-con {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 5;
}

.system-widget-title-controls {
    margin-left: 5px;
    vertical-align: top;
}
.system-widget-title-controls .widget-save-title{
    display: none;
}

.system-widget-title-editor {
    font-size: 12px;
    display: none;
    cursor: auto;
}

.system-widget-title-editor input{
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: -1px;
}
.system-widget-title-editor input[type='text']{
    width: 120px;
    position: relative;
}

.system-widget-config-widgets{
    margin-right: 5px;
    height: 200px;
    overflow: auto;
}

.system-widget-config-container-widgets{
    margin-left: 5px;
    height: 456px;
}

.system-widget-config-widget{
    cursor: move;    
    border: 1px solid #d8d8d8;
    border-radius: 5px; 
    padding: 2px 5px;
    font-weight: bold;
    margin-bottom: 5px;
    background: #fff;
}

.system-widget-config-widget .widget-option{
    float: right;
}

.system-widget-config-widget .widget-delete,
.system-widget-config-widget .widget-add{
    cursor: pointer;
}

.system-widget-config-container-widgets .system-widget-config-widget .widget-move{
    display: none;
}

.system-widget-config-widgets .system-widget-config-widget .widget-delete,
.system-widget-config-widgets .system-widget-config-widget .widget-reorder {
    display: none;
}

.widget-button{
    text-align: center;
    cursor: pointer;
    background-color: #0F699C;
    background-image: linear-gradient(to bottom,#2F6A98 30%,#224C6E 100%);
    color:white;
    border-radius:5px;
    text-decoration:none;
    padding: 5px 10px;
    display: inline-block;
}

.widget-button:hover{
    background-image: none;
}


.widget-button-options{
    background-color: #0F699C;
    top: 26px;
    left: 0px;
    padding:5px 10px !important;
    position: absolute;
    list-style: none;
    margin: 0;
    display: none;
    border-radius: 5px;
}

.widget-button-options .widget-button-option{
    margin: 0px;
    padding: 0px;
}

.widget-button-options li.widget-button-option{
    margin: 5px 0;
}

.arrow-down{
    background-image: url(../images/down-arrow.png);
    width: 15px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.widget-update-button {
    float: right;
    display: inline-block;
    position: relative;
    top: -2px;
}

.topbar, .google-topbar {
    overflow:hidden;
    background-color: rgba(0,0,0,0.05);
    padding: 10px 15px;
    margin-bottom: 5px;
}

.dcs-a-dcs-fb.dcs-a-dcs-fb-dcs-od{
    z-index: 999;
}
.topbar-collapse, .google-topbar{
    display: none;
    position: absolute;
    right: 0;
    z-index: 50;
    background: rgba(114,195,243,0.85);
    margin-bottom: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.topbar .topbar-controls div, .topbar .topbar-controls span{
    margin-bottom: 5px;
}

.topbar .topbar-controls div:last-child{
    margin-bottom: 15px;
}

.topbar .topbar-controls label {
    display: inline-block;
    text-align: right;
    width: 140px;
    padding-right: 10px;
}

.topbar-collapse-button, .google-topbar-collapse-button, .quickrecord-topbar-button {
    display: inline-block;
    cursor: pointer;
    z-index: 100;
    border-radius: 5px;
    float: right;
    margin-right: 75px;
    background-color: #0F699C;
    background-image: linear-gradient(to bottom,#2F6A98 30%,#224C6E 100%);
    color:white;
    text-decoration:none;
    padding: 3px 8px;
}

.topbar-collapse-button:after, .google-topbar-collapse-button:after{
    font-family: FontAwesome;
    content: "\f078";
    margin-left: 5px;
}
.topbar-collapse-button.open:after, .google-topbar-collapse-button.open:after{
    font-family: FontAwesome;
    content: "\f077";
    margin-left: 5px;
}

.topbar-collapse-button:hover, .google-topbar-collapse-button:hover{
    background-image: none;
}

.google-topbar{
    transform: translateY(-4px);
}

.quickrecord-topbar-button {
    background-color: #0f9c1a;
    background-image: linear-gradient(to bottom,#44982f 30%,#2a6e22 100%);
}

.google-topbar-collapse-button,.quickrecord-topbar-button {
    margin-right: 10px;
}

.google-topbar table{
    display: inline-block;    
    width: auto!important;
    margin-right: 20px;
}

.google-topbar table td{
    width: auto!important;
}

.google-topbar #view-selector-container{
    display: inline-block;    
}

.google-topbar .widget-button{
    float: right;
    margin-top: 5px;
}


/* breadcrumbs */

.breadcrumbs{
    background-color: rgba(0,0,0,0.1);
    font-weight: bold;
    list-style: none;
    border-radius: 5px;
    padding: 8px 15px;
}

.breadcrumbs::after{
    clear: both;
}

.breadcrumbs li{
    display: inline-block;
}

.breadcrumbs li.disabled{
    color: #999999;
}

.breadcrumbs li a{
    text-decoration: none;
}

.breadcrumbs li:not(:last-of-type)::after{
    font-family: FontAwesome;
    content: "\f054";
    margin: 0 5px;
    color: #777777;
    font-weight: bold;
    position: relative;
}


/* Tile Lists */
.tilelist-header{
    padding: 10px 0px 5px 0px;
}

.tilelist-header:after{
    clear: both;
    content: '';
    display: block;
}

.tilelist-header label{
    font-weight: bold;
}

.tilelist-filters{
    display: inline-block;
    float: left;
}
.tilelist-filters div{
    display: inline-block;
}

.tilelist-filters input[type='search']{
    border: 1px solid #C6C6C6;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    position: relative;
    top: -1px;
    padding: 5px;
    border-radius: 5px;
}
.tilelist-filters input[type='search']::-webkit-search-cancel-button{
    -webkit-appearance: searchfield-cancel-button;
    cursor: pointer;
}

.tilelist-controls{
    float: right;
    display: inline-block;
    font-size: 16px;
}
.tilelist-controls div{
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid rgba(0,0,0,0.8);
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    margin-left: -5px;
}
.tilelist-controls .tile-control{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tilelist-controls .list-control{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tilelist-controls.tiles .tile-control{
    background-color: #0F699C;
    color: white;
}
.tilelist-controls.list .list-control{
    background-color: #0F699C;
    color: white;
}

.tilelist .item .filter-terms{
    display: none !important;
}

.tilelist.tiles .item{
    display: inline-block;
    text-align: center;       
    border-radius: 5px;
    width: 140px;
    height: 112px;
    margin-bottom: 10px;
    background-size: cover;
    cursor: pointer;
    padding: 10px;
    padding-bottom: 30px;
    position: relative;
    vertical-align: top;
}

.tilelist.tiles .item:not(:last-child){
    margin-right: 10px;
}

.tilelist.tiles .item .tile-background{
    opacity: 1;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
}

.tilelist.list .item .tile-background{
    display: none;
    opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
}

.tilelist.tiles .item .tile-background:active{
    box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.50);
}

.tilelist.tiles .item .tile-background{
    position: absolute;
    box-shadow: 1px 2px 1px rgba(50, 50, 50, 0.75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}

.tilelist.tiles .select-Theme.item .tile-background {
    object-fit: cover;
}

/* GD-2021-02-02  Excluding .edit-element, .delete-element as this was preventing page deletion and photo edit in POD */
.tilelist.tiles .item div:not(.widget-button, .select-col, .edit-element, .delete-element, .add-element){
    pointer-events: none;
}
.tilelist.tiles .item span:not(.widget-button, .select-col){
    pointer-events: none;
}

.tilelist.tiles .item div{
    margin-bottom: 10px;
    position: relative;
}

.tilelist.tiles .item .select-col{
    position: absolute;
    bottom: 0px;
    right: 10px;
    margin-bottom: 0;
}

.tilelist.tiles .item .select-col div:not(.list-only){
    display: inline-block;
}

.tilelist.list{
    display: table;
    width: 100%;
    background: #fff;
    border-radius: 5px;
}

.tilelist.list .item{
    display: table-row;
}

.tilelist.list .item:hover{
    background: #8F8F8F !important;
    color: white;
}

.tilelist.list .item:nth-child(even){
    background: #f8f8f8;
}

.tilelist.list .item>div{
    margin-bottom: 10px;
    display: table-cell;
    border: 1px solid #e1e2e2;
    padding: 5px;
}

.tilelist.list .item:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tilelist.list .item:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tilelist.list .item:first-child > div:first-of-type{
    border-top-left-radius: 5px;
}
.tilelist.list .item:first-child > div:last-child{
    border-top-right-radius: 5px;
}
.tilelist.list .item:last-child > div:first-of-type{
    border-bottom-left-radius: 5px;
}
.tilelist.list .item:last-child > div:last-child{
    border-bottom-right-radius: 5px;
}

.tilelist.tiles .item span{
    background: rgba(255,255,255,0.7);
    padding: 4px 0;
    border-radius: 5px;
    display: inline-block;
    word-wrap: break-word;
    width: 100%;
    font-size:11px;
}

.tilelist.tiles .item .list-only{
    display: none;
}
.tilelist.list .item .tile-only{
    display: none;
}

.tilelist.tiles .item .tile-fade{
    z-index: 50;
    opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
}

.tilelist.tiles .item:hover .tile-fade{
    opacity: 1;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
}
    
/******** Base Classes ********/

/* padded */

.system-widget-wrapper.padded .system-widget-body-wrapper{
    padding: 15px;
    padding-top: 5px;
    height: calc(100% - 45px);
}
.system-widget-wrapper.padded .system-widget-body{
    height: 100%;
    overflow: auto;
}
.system-widget-wrapper.padded.floating-header .system-widget-body-wrapper{
    height: calc(100% + 15px);
}

/* container */

.system-widget-wrapper.container{ 
    background-color: #fff;
}
.system-widget-wrapper.container > .system-widget-body-wrapper{
    background-color:white;
    overflow: auto;
}

.system-widget-wrapper.container > .system-widget-header-wrapper .system-widget-header{
   border-radius: 5px; 
}

.system-widget-wrapper.container > .system-widget-header-wrapper{
    border-radius: 5px; 
    margin-bottom: 15px;
    background-color: #333;
    background-image: linear-gradient(to bottom,#999999 30%,#636363 100%);
}

.system-widget-wrapper.container > .system-widget-header-wrapper .system-widget-header h3{
    color: #fff;
}

.system-widget-wrapper.container > .system-widget-header-wrapper .system-widget-header{
    padding: 10px 20px;
    color: #fff;
}

.system-widget-wrapper.container > .system-widget-header-wrapper .system-widget-header .system-widget-controls {
    right: 15px;
    top: 10px;
    font-size: 15px;
    line-height: 18px;
}

.system-widget-wrapper.container > .system-widget-body-wrapper{
    padding: 0;
}

.system-widget-wrapper.container > .system-widget-body-wrapper > .system-widget-body > .container-widget-header-wrapper{
    margin-top: -4px;
}


/* full */
.system-widget-wrapper.full .system-widget-header{
    border-bottom: 0;
}

.system-widget-wrapper.full .system-widget-body-wrapper{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
}
.system-widget-wrapper.full .system-widget-body{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
}


/* datatable */
.system-widget-wrapper.datatable .system-widget-body-wrapper{
    padding-top: 5px;
}

.system-widget-wrapper.datatable table.dataTable{
    background-color: #fff;
    border-collapse: collapse;
}

.system-widget-wrapper.datatable table.dataTable thead th {
    border-bottom: none;
    background-color: #d5d7d7;
    font-weight: normal;
    cursor: pointer;
    text-align: left;
}

.system-widget-wrapper.datatable table.dataTable thead th.frp-datatable-cell,
.system-widget-wrapper.datatable table.dataTable tbody td.frp-datatable-cell,
.system-widget-wrapper.datatable table.dataTable td {
    padding: 8px;
    border: 1px solid #e1e2e2;
}

.system-widget-wrapper.datatable table.dataTable{
    border-bottom: 1px solid #e1e2e2;    
}

.system-widget-wrapper.datatable .dataTables_scrollHead table.dataTable th.frp-datatable-cell{
    white-space: nowrap;
}

.system-widget-wrapper.datatable .dataTables_wrapper{
    padding-top:30px;    
}

.system-widget-wrapper.datatable .dataTables_info,
.system-widget-wrapper.datatable .dataTables_paginate{
    margin: 0px 15px;
}

.dataTable tbody tr{
    /*cursor: pointer;*/
}

.system-widget-wrapper.datatable .dataTable tbody tr[role=row]:hover td{
    color: white;
    background: #636363;
}

.system-widget-wrapper.datatable .paginate_button{
    margin-right: 5px;
    padding: 0;
}

.system-widget-wrapper.datatable .dataTable tr:nth-child(even){
    background: #f8f8f8;
}

.system-widget-wrapper.datatable .dataTables_length{
    position: absolute;
    right: 10px;
    top: 1px;
    z-index:1;
}

.system-widget-wrapper.datatable .dataTables_filter{
    position: absolute;
    right: 150px;
    top: 0px;
    z-index:1;
}

.system-widget-wrapper.datatable .dataTables_filter input[type=search]{
    -webkit-appearance: textfield;
    width: 350px;
    margin-left: 15px;
    font-size: 12px;
}

.system-widget-wrapper.datatable .frp-datatable {
    width: 100% !important;
}

.system-widget-wrapper .has-tip{
    cursor: help;
}

.system-widget-wrapper .tooltip {
   font-size: 12px; 
}

#dashboard-wrapper .GridContainer.container .system-widget-wrapper.full-container-size {
position: absolute;
z-index: 10;
left: 5px;
right: 5px;
width: auto;
top: 5px;
height: calc(100vh - 90px);
}

#dashboard-wrapper .GridContainer.container .system-widget-wrapper.full-container-size .system-widget-control.widget-fullcontainer {
display:none;
}

.system-widget-wrapper .system-widget-control.widget-restoresize {
   display:none;
}

#dashboard-wrapper .GridContainer.container .system-widget-wrapper.full-container-size .system-widget-control.widget-restoresize {
display:inline-block;
}

#dashboard-wrapper .GridContainer.container .system-widget-wrapper.full-container-size .system-widget-control.widget-minimize {
  display:none;
}

