@charset "UTF-8";
/* Callidus Grid & Heirarchy Styles */

.example {
    background: #efefef;
    padding: 20px;
}

.cald-grid-wrapper {
    width: auto;
    padding: 10px;
    background: #fff;
}

.cald-list-head {
    padding: 12px 4px 0px 4px;
    font-weight: bold;
    border-bottom: solid 1px #aaa;
    display: table;
    width: 100%;
}

ul.cald-grid {
    margin: 0;
    padding: 4px;
    list-style: none;
    position: relative;
    width:100%;
}


.cald-grid li {
    display: table;
    width: 100%;
}

.cald-grid li span.cald-list-item, .cald-list-head span.cald-list-item {
    display: table-cell;
    padding: 4px;
    width: 100%;
}

.cald-grid-wrapper {
    overflow: hidden;
    position: relative;
}

.cald-grid-wrapper span[class*='icon-'] {
    padding: 0px 3px 0px 3px;
    margin-right: 2px;
    cursor: pointer;
    display:inline-block;
    min-width: 20px;
}

.cald-grid-wrapper span.icon-checkmark2.partial {
    color: #FFC650;
}

.cald-grid tbody tr.partial td {
    border-top: dotted 3px #FFEBA6;
    border-bottom: dotted 2px #FFEBA6;
}
.cald-grid tbody tr.partial td:first-child {
    border-left: dotted 3px #FFEBA6;
}

.cald-grid tbody tr.partial td:last-child {
    border-right: dotted 3px #FFEBA6;
}

.cald-grid-wrapper span.select-all[class*='icon-']{
    padding:3px;
}

.cald-grid-wrapper span.select-all.icon-checkmark {
    background-color:#FFC650 !important;
}



ul.cald-grid.striped li:nth-child(even), .cald-grid.striped tr.even td {
    background-color:#f3f3f3;
}

ul.cald-grid.infinite {
    max-height: 300px;
    overflow-y: hidden;
}

ul.cald-grid.infinite button.cald-list-more {
    position:absolute;
    bottom: 0px;
    left: 0px;
    padding: 8px;
    width:100%;
    border: solid 2px #fff;
    border-radius: 5px;
}

ul.cald-grid.infinite button:hover {
    background: #ddd;
    color: #000;
}

button.cald-list-collapse {
    width:100%;
    margin-left: -4px;
    background: #ccc;
    text-align: center;
    cursor: pointer;
    color: #666;
    border: solid 2px #fff;
    border-radius: 5px;
}

.cald-grid-scrolling-wrapper {
    overflow-y:auto;
    overflow-x: hidden;
    border-bottom: solid 1px #aaa;
}

.cald-grid thead tr {
    background: #fff;
}

.cald-grid-wrapper span.icon-blank::before {
    content: "\00a0";
}


ul.cald-grid.single-select li:hover, ul.cald-grid.multi-select li:hover, .cald-grid.single-select tbody tr:hover td, .cald-grid.multi-select tbody tr:hover td {
    cursor: pointer;
    background-color:#FFC650 !important;
    color: #fff;
}

ul.cald-grid li.selected:hover, .cald-grid tbody tr:hover td.selected {
    cursor: pointer;
    background-color:#DFA700 !important;
    color: #fff;
}

ul.cald-grid.single-select li:hover a, ul.cald-grid.multi-select li:hover a, .cald-grid.single-select tbody tr:hover td a, .cald-grid.multi-select tbody tr:hover td a {
    color: #fff !important;
    text-decoration: underline !important;
}

.cald-grid tbody tr.cald-grid-cookiecrumb td:hover {
    cursor:default !important;
    background-color: #ffffff !important;
}

.cald-grid.nested tbody tr.has-child {
    cursor: pointer;
}

.cald-grid li.selected, .cald-grid td.selected {
    background-color:#FFEBA6;
}

ul.cald-grid.striped li:nth-child(even).selected, .cald-grid.striped tr.even td.selected {
    background-color: #f5eabb;
}

.cald-grid {
    width: 100%;
}

.cald-grid tbody td {
    vertical-align: top;
}

table[class *= 'dataTable'], table[class *= 'dataTable'] th, div[class *= 'dataTables']  {
    border-bottom-color: #aaa !important;
}

table.cald-grid th {
    padding: 4px !important;
}

.dataTables_scrollBody table.cald-grid th {
    padding: 0px !important;
    border-bottom: none !important;
}

.cald-grid td span.grid-data {
    display:inline-block;
}

.cald-grid td {
    padding: 4px !important;
}

.tree-header {
		width: 20px;
		height:20px;
	}
	
	
	tr.tree-hide {
		display:none;
	}
	
	tr.tree-hide td {
		padding:0;
	}
	
    tr.tree-show {
        display: table-row;
    }
    
    tr.tree-show td {
        padding: 4px;
    }

	span.tree-control {
		display:inline-block;
		width:18px;
		height:20px;
		cursor: pointer;
        text-align: left;
        color: #666;
        margin-left: -4px
	}

    span.tree-control::before {
        font-family: 'icomoon';
		font-size:1em;
        margin-left: 1px;
        line-height:.6em;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		vertical-align:middle;
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
    } 

	span.tree-control.collapsed::before {
		content: "\e3b5"; /* right arrow */
        font-size: 1.6em;
        margin-left: -2px;
	}
	
	span.tree-control.expanded::before {
		content: "\e3b6"; /* down arrow */
        font-size: 1.6em;
        margin-left: -2px;
	}
	
	span.tree-control.blank::before {
		content: "\00a0";
    }
    
    .cald-grid.side-scrolling span.tree-control.collapsed::before {
        content: "\e3b1";
        font-size: 1em;
    }

    .cald-grid.side-scrolling span.tree-control.expanded::before {
        content: "\e3b3";
        font-size: 1em;
    }

.cald-grid-cookiecrumb td {
    font-size:12px;
}

.cald-grid-cookiecrumb td span, .cald-grid-cookiecrumb td a {
    white-space: nowrap;
}

.cald-grid-cookiecrumb td span.divider {
    white-space: normal;
}
.cald_3D_button_primary {
    border-radius: 5px; 
    box-shadow:0 0 3px 0px; 
    background:-webkit-linear-gradient(#47a9ff,#337ab7);
    background:linear-gradient(#47a9ff,#337ab7);
}

.cald_3D_button_default {
    background:-webkit-linear-gradient(#ffffff,#dddddd);
    background:linear-gradient(#ffffff,#dddddd);
    border-radius: 5px;
}

.cald_3D_button_primary:hover, .cald_3D_button_primary:active {
    border-radius: 5px; 
    box-shadow:0 0 3px 0px; 
    background:-webkit-linear-gradient(#337ab7,#47a9ff);
    background:linear-gradient(#337ab7,#47a9ff);
}

.cald_3D_button_default:hover, .cald_3D_button_default:active {
    background:-webkit-linear-gradient(#dddddd,#ffffff);
    background:linear-gradient(#dddddd,#ffffff);
    border-radius: 5px;
}

.cald_3D_button_default:disabled {
    background:-webkit-linear-gradient(#ececec,#dddddd);
    background:linear-gradient(#ececec,#dddddd);
    color: #636466;
}


/* DATA TABLES SORTING ICONS */
/* dataTables CSS modification & positioning */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 0 !important;
  content: "" !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0 !important;
  content: "" !important;
}
table.dataTable thead th, table.dataTable tbody td  {
    background-image: none !important;
}
table.dataTable thead th {
    white-space: nowrap !important;
}

div.dataTables_scrollBody table.dataTable thead th.sorting:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
    display: none !important;
}
  
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: relative !important;
    margin-left: 4px;
    display: inline-block !important;
    font-family: "icomoon" !important;
}
table.dataTable thead th.sorting:hover:after {
    content: "\e3db" !important;
    color: #aaa !important;
    font-size: 0.8em !important;
    padding-top: 0.12em !important;
}
table.dataTable thead th.sorting_asc:after {
    content: "\e3c5" !important;
    color: #00A8E3 !important;
}
table.dataTable thead th.sorting_desc:after {
    content: "\e3c1" !important;
    color: #00A8E3 !important;
}

/* MOBILE */
@media only screen and (max-device-width: 720px) {
    
    ul.cald-grid.single-select li:hover, ul.cald-grid.multi-select li:hover, .cald-grid.single-select tbody tr:hover, .cald-grid.multi-select tbody tr:hover {
        cursor: pointer;
        background-color:inherit;
    }

    .cald-grid li span.cald-list-item, .cald-grid tr td, .cald-grid tr th {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    ::-webkit-scrollbar {
        width: 12px !important;
     }

     /* Track */
    ::-webkit-scrollbar-track {
       -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
       -webkit-border-radius: 10px !important;
       border-radius: 10px !important;
     }

     /* Handle */
     ::-webkit-scrollbar-thumb {
       -webkit-border-radius: 10px !important;
       border-radius: 10px !important;
       background: #41617D !important; 
       -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

     }
     ::-webkit-scrollbar-thumb:window-inactive {
       background: #41617D !important; 
     }

}